@charset "utf-8";
body {
	font: 12px Verdana, Geneva, sans-serif;
	background-color:#FFF;
	background-image:url(../Images/bg.jpg);
	background-repeat:repeat-x;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 1000px;  /* 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; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header {
	background: #DDDDDD;
	border-bottom: 5px;
	border-bottom-color: #273A41;
	border-bottom-style: solid;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	margin: 10px;
	float:left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFF;
	margin: 10px;
	float:right;
}
.thrColFixHdr #mainContent {
	padding: 0 10px;
	border-width:0 1px;
	border-color: #243841;
	border-style: solid;
	float: left;
	width:678px;
	margin: 10px 0;

}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	text-align:center;
	border-top:1px;
	border-color:#243841;
	border-top-style:solid;
}
.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#menu {
}
.side_title {
	margin-bottom:0px;
	padding:5px 0 5px 20px;
	height:18px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(../Images/rightnav_header_bg.gif);
	clear:both;
}
.sidelist {
	width: 100%;
	margin:0 0 5px;
	padding:0;
	font-size:0.7em;
	line-height:2em;
	color:#006;
	background-color:#FFF;
	list-style-type:none;
	float:left;
}
.sidelist li {
	background-color:#F90;
	border-bottom:thin #FFF solid;
	font-size:11px;
	font-weight:bold;
}
.sidelist li a {
	text-decoration:none;
	display:block;
	list-style:none;
	padding:0px 10px 0px 20px;
	color:#FFF;
}
.sidelist a:hover {
	background-color:#666;
}
.banner1 {
	float:left;
	margin-bottom:10px;
}
.banner2 {
	float:left;
	margin-bottom:10px;
}
#top_menu {
	width:100%;
	height:40px;
	text-align:right;
	color:#999;
	padding:10px 0;
}
#top_banner {
	width:100%;
	height:auto;
	border:1px;
	border-color:#333;
	border-style:solid;
	text-align:center;
	padding: 5px 0;
}
#top_banner p {
	font-size:13px;
	color:#666;
	font-size:14px;
}
#top_banner h1 {
	font-size:18px;
	font-weight:bolder;
	color:#F60;
}
#top_banner h2 {
	font-size:18px;
	font-weight:bolder;
	color:#6C3;
	line-height:0;
}
.pic {
	text-align:right;
	margin:10px 0 0 0;
}
.root {
	text-align:left;
}
h1 {
	font-weight:bold;
	font-size:14px;
	color:#F25924;
	border-bottom:1px;
	border-bottom-color:#243841;
	border-bottom-style:solid;
	margin: 20px 0 0 0;
	padding-bottom: 5px;
}
.photo {
	margin:20px 15px 15px 0;
	float:left;
}
.gray {
	color:#999;
	margin-top:20px;
	font-size:11px;
}
h3 {
	color:#0054A3;
	font-weight:bold;
	font-size:12px;

}
p {
	color:#333;
	margin:5px 0 0;
}
.more {
	text-align:right;
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:11px;
	background-image:url(../Images/arrow_front.jpg);
	background-position:575px;
	background-repeat:no-repeat;
	height:15px;
	clear:left;
}
.back {
	text-align:right;
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:11px;
	background-image:url(../Images/arrow_back.jpg);
	background-position:520px;
	background-repeat:no-repeat;
	height:15px;
}

a {
	text-decoration:none;
	color:#369;
}
a:hover{
text-decoration:underline;	}
.line {
	border-bottom:1px;
	border-bottom-color:#243841;
	border-bottom-style:solid;
	clear:both;
}
.pages {
	margin-top:30px;
	text-align:center;
	color:#999;
clear:both;}
.pages a {
	color:#999;
}
.pages a:hover {
	color:#F25924;
}
.sidelist .selected{
	background-color:#666;
	}
	.file{
	text-align:left;
	margin:10px 0 10px 0;
	padding-left:20px;
	font-weight:bold;
	font-size:11px;
	background-image:url(../Images/pic_pdf.jpg);
	background-position:0px;
	background-repeat:no-repeat;
	height:15px;
		}
.list{
	font-size:12px;
	color:#069;
	display:block;
	font-weight:bold;
	}		
.list li{
	margin-top:10px;}
	
	
		.list2{
	font-size:12px;
	color:#069;
	display:block;
	font-weight:bold;
	list-style-type:none;
	}
.list2 li{
	margin-top:10px;}	
.sublist{
	font-weight:normal;
	font-size:11px;
	color:#333;
	}
	.sublist li{
		padding-left:25px;
		list-style-type:none;
			background-image:url(../Images/pic_pdf.jpg);
	background-position:0px;
	background-repeat:no-repeat;
	}
	
	label, label span{
	display:block;
	padding-bottom:10px;
	}
	label{
	width:600px;
	float:left;
}
label span{
	text-align:right;
	float: left;
	width: 20%;
}
fieldset{
	width:600px;
	border:none;
	
	}
	form{
		margin-top:20px;
		width:600px;
		}
.submit{
	margin-top:50px;
	clear:both;
	padding-top:20px;
	}		
		
		
fieldset label {
	font-size: 11px;
}
legend{padding:0;
	text-align:left;
	margin:10px 0 30px 0;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	}
	.form_space{
	height:auto;
	padding-bottom:30px;
		}
img {
border-style:none;
}	
	
#mainContent td{
	background-color:#EFEFEF;
	padding:5px;
	color:#333;
	font-size:11px;
	}	
	#FWTableContainer1961667704{
		margin-bottom:10px;
		
		}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

