@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 950px;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #292b2e;
}
#popUp_Window {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #292b2e;
}
#header {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 242px;	
}
#header2ndary {
	background-image: url(images/subHead.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 82px;
}
.subHeads {
	font-size: 12pt;
	font-weight: bolder;
	color: #002a7d;
}
#frame {
	width: 950px;
}
#bodyArea {
	width: 726px;
	float: right;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: left;
}
#tagLineBox {
	font-size: 11pt;
	margin-left: 10px;
}
#tagLineBox ul {
	margin-top: 5px;
}
#tagLineBox li {
	font-size: 10pt;
	margin-left: -10px;
}
.tagLinePhoto {
	font-size: 8pt;
}

.photoLeft {
	margin-right: 8px;
	margin-bottom: 4px;
}
.photoRight {
	margin-left: 8px;
	margin-bottom: 4px;
}
#pageTitle {
	font-size: 12pt;
	color: #002a7d;
	float: right;
	/*margin-right: 20px;*/
	margin-top: 20px;
	text-align: right;
	font-weight: bolder;
}
#bodyCopy {
	clear: both;
	padding-top: 10px;
	color: #292b2e;
	line-height: 18px;	
}
#bodyCopy ul{
	margin-top: -12px;
}
#bodyCopy a {
	text-decoration: underline;
	color: #002a7d;	
}
#bodyCopy a:hover {
	color: #4f5660;
	text-decoration: none;
}
#menu {
	width: 766px;
	float: left;
	background-color: #002a7d;
}
#tempMenu {
	width: 950px;
	float: left;
	background-color: #f7f7f7;
	border-bottom: solid 2px #edeff0;
}
#mainColumnRight {
	float: right;
	width: 186px;
	padding-top: 10px;
}
#whatBox {
	width: 162px;
	margin-left: 17px;
	padding-right: 5px;
	text-align: left;
	font-size: 9pt;
}
#whatBoxBottom {
	width: 184px;
	background-color: White;
	background-image: url(images/whatBoxBottom.gif);
	background-repeat: no-repeat;	
}
#whatBox ul {
	margin-top: -2px;
}
#whatBox li {
	margin-left: -25px;
	list-style-image: url(images/whatBoxBullet.gif);
	padding-bottom: 6px;
}
#mainColumnLeft {
	width: 164px;
	float: left;
	padding-top: 10px;
	/*text-align: left;*/
}
#secondaryWhatBoxTop {
/*background-image: url(images/2ndryWhatBoxTop.gif);
background-position: top;
background-repeat: no-repeat;
float: left;
width: 164px;
height: 16px;*/
}
#secondaryWhatBox {
	background-image: url(images/2ndryWhatBoxBkgrnd.gif);
	/*background-position: top;*/
	background-repeat: repeat-y;
}
#secondaryWhatBoxContent{
	width: 151px;
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	padding-right: 5px;
	padding-left: 8px;
	font-size: 9pt;
	text-align: left;
	color: #292b2e;
}
#secondaryWhatBoxContent a {
	text-decoration: none;
	color: #292b2e;
}
#secondaryWhatBoxContent a:hover {
	text-decoration: underline;
	color: #292b2e;
}
#secondaryWhatBoxContent ul {
	/*margin-top: -2px;*/
}
#secondaryWhatBoxContent li {
	margin-left: -25px;
	list-style-image: url(images/whatBoxBullet.gif);
	/*padding-bottom: 6px;*/
}
#secondaryWhatBoxBottom {
/*	background-image: url(images/2ndryWhatBoxBottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 164px;*/
}
#mainContent {
	width: 560px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	/*padding-right: 20px;*/
	text-align: left;
	line-height: 20px;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #747b87;
}
#footer a {
	color: #747b87;
	text-decoration:underline;
}
#footer a:hover {
	color: #747b87;
	text-decoration: none;
}

#tempContent {
	width: 786px;
	float: right;
}
.formQuestion {
	background-color: #e9eaed;
}
.formAnswer {
	background-color: #F7F7F7;
}
.formSubhead {
	background-color: #01297E;
	color: White;
	font-size: larger;
	font-weight: bold;
}
.hiddenField {
	display: none;
}
