/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}

body{
	background-color:#00589F;
	background-image:url(images/bgrd.jpg);
	background-repeat:no-repeat;
	}
#wrapper{
	width:780px;
	background-color:#ffffff;
	margin:0 auto;
	background-image:url(images/bgrd_strip.jpg);
	background-repeat:repeat-y;
}
#header{
	width:780px;
	height:84px;
}
#banner{
	width:766px;
	height:150px;
	border:7px solid white;
}
#sideContent{
	width:162px;
	float:left;
	background-color:#eaeaea;
	border-right:15px solid white;
	border-left:7px solid white;


	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
}
#primaryContent{
	width:589px;
	float:left;
	background-color:#ffffff;
	border-right:7px solid white;
	border-top:17px solid white;
	border-bottom:17px solid white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	}

#footer{
	clear:both;
	width:780px;
	height:71px;
	border-bottom:0;
	border-top:7px solid #ffffff;
}
#sideContent ul.mainMenu{
	list-style-type:none;
	padding:0;
	margin:0;
}
#sideContent a.mainMenuOff{
	background-color:#EAEAEA;
	display:block;
	padding:5px;
	padding-left:8px;
	line-height:10px;
	margin:0;
	width:149px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	color:#00589F;
	text-decoration:none;
}
#sideContent a.mainMenuOff:hover{
	text-decoration:underline;
	}
#sideContent a.menuImage{
	background-color:#ffffff;
	display:block;
	padding:0;
	margin:0;
	width:162px;
	height:17px;
	border-bottom:1px solid #EAEAEA;
}
.subhead, .question{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#00589F;
	font-weight:bold;
	}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#FF6600;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
.subhead{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:1px;
	color:#0059A3;
	}
.table_question  {
	padding:5px;
	background-color:#DDDDDD;
	border:1px solid #cccccc; 
	width:577px;
}
.arrow {
	font-size: 14px;
}
