body {
	margin:0;
	padding:0;
background-color:#cccccc;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:0.9em;
}

#header{
	position:relative;
	height:60px;
	width:100%;
	background-image:url("img/bg.gif");
	background-position:right;
	border-bottom:1px solid #000099;
}
#logo{
	height:60px;
}
#logo>a>img{
	outline:none;
	border:0 none;
}
#nav{
	position:absolute;
	top:0;
	right:0;
	width:450px;
	height:60px;
	overflow:hidden;
	background-image:url("img/banner-right.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#nav a{
	font-size:0.8em;
	font-weight:bold;
	color: #000099;
	margin:5px 10px;
}
#nav a:hover{
	color: #990033;	
}

#content{
	width:100%;
	height:100%;
	min-height:400px;
	text-align:center;
	padding-top:10px;
}
h1{
	color:#990033;
	margin-top:10px;
}
#content ul{
	list-style-image:url(img/arrows.gif);
}
#content table{
	margin-bottom:15px;
	text-align:center;
}
.feedback table,td{
text-align:left;
padding:5px;
margin:10px;
font-size:0.9em;
}
.option{
	border: 1px solid #999999;
}
#content table a>img{
	border:0 none;
	outline:none;
}
embed{
	min-width:800px;
	min-height:580px;
}
#footer{
	background-image:url("img/bg.gif");
	background-position:center;
	background:no repeat;
	width:100%;
	height:30px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
}
#footer p{
	font-size:0.6em;
	color:#000;
}
/*hintbox styles for main page*/

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #fefefe;
width: 190px; /*Default width of hint.*/ 
min-height:140px;
padding: 0;
border:1px solid #999999;
z-index:200;
border-right: 2px solid #666;
border-bottom: 2px solid #666;
visibility: hidden;
}
h2{
	width:184px;
	padding:0;
	padding: 3px;
	margin:0;
	color:navy;
font:bold 11px Verdana;
line-height:18px;
background-color:lightblue;
border-bottom: 1px solid #666;
}
h6{
		padding:0;
		margin:0;
font:normal 11px Verdana;
line-height:18px;
color:navy;
padding:3px;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
}

