@charset "UTF-8";
body  {
	background-color: #3366CC;
	background-position: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
} 
.twoColFixRtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 160px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: thick;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 000066;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 15px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 250px;
} 
.twoColFixRtHdr #footer {
	height: 88px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-image: url(common_images/footer_bar.jpg);
	color: #000099;
	line-height: 13pt;
} 
.footername {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffcc;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mainheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000099;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
	margin-right: 0px;
	margin-left: 0px;
}
.l2nav {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:link {
	color: #000099;
	line-height: normal;
}
a:visited {
	color: #333333;
	line-height: normal;
}
.l2nav {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a.l2nav:link {
	color: #fff;
	text-decoration: none;
	}

a.l2nav:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	 }

a.l2nav:hover {
	color: #cccccc;
	text-decoration: underline;
	 }

a.l2nav:active {
	color: #fff;
	text-decoration: none;
	 }
.sidebarheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333399;
	margin-right: 10px;
	margin-left: 20px;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 9pt;
	color: #FFFFFF;
	margin-left: 20px;
}
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #999999;
	background-color: #000099;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
}
.left_bar_list {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	margin-left: 20px;
	color: #000099;
	margin-right: 10px;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: right;
	margin-right: 10px;
	margin-left: 20px;
}
.question {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #000099;
	line-height: 14pt;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099;
}
.quotation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #333333;
	margin-right: 10px;
	margin-left: 20px;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 14pt;
}
.Subhead_left {
	margin-left: 20px;
}

