@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 

body  {
	font: 9pt "Trebuchet MS";
	background: #223868;
	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 */
}


/* Main Container Section*/

.twoColFixLtHdr #container {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #F0F0F0;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.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;
    font-size: 1px;
    line-height: 0px;
	border-top: white solid medium;
	background-color: #223868;
	height: 7px;
}
 
 

/* Basic Elements */
html {
	margin: 0;
	padding: 0;
}

body { 
	font: 9pt "Trebuchet MS";
	line-height: 1.5;
	color: #555753; 
	margin: 0; 
	padding: 0;
}

h1 { 
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif; 
	color: #06519A;
}
	
h2 { 
	font: bolder 1.2em Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bolder;
	margin-bottom: 0; 
	color: #006600;
}
	
h3 { 
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 0; 
	color: #006600;
}

h4 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 0; 
	color: #006600;

}
	
p { 
	margin-top: 0; 
	text-align: left;
}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: maroon;
	font: "Trebuchet MS";
}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: maroon;
	font: "Trebuchet MS";
}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: maroon;
	font: "Trebuchet MS";
}
	
acronym {
	border-bottom: none;
}	



/* Header/Banner Section */

.headerBanner01 {
	background-image:url(images/banner02.png); background-repeat: no-repeat; margin-top: 0px; width:755px; height:389px; 
	padding: 0 10px 0 20px;
	background-position: 0 0px 0 0;
	background-color: #AAAAAA;  
}




.twoColFixLtHdr #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 */
}

	
/* Navigation Section */

.nav {
	height: 60px;
	width: 767px;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 0;
	margin-left: 15px;	
	background-color: #F0F0F0;
	
}
	
.blueBar {
   
	border-top: 2px white solid;
	background-color: #223868;
	height: 7px;
}

.flashBanner {
	width: 804px;
	height: 200px;

}



.navwidth{
	
	width:807px;}

/* Main Content Section */

.twoColFixLtHdr #mainContent {
	font: 9pt "Trebuchet MS";
	line-height: 1.5;
	margin: 0; 
	padding: 0;
	width: 525px;
	height: auto;  
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 10px;
} 


.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */


.twoColFixLtHdr #mainContent2 {
	font: 9pt "Trebuchet MS";
	line-height: 1.5;
	margin: 0; 
	padding: 0;
	width: 725px;  
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 10px;
} 


.twoColFixLtHdr #mainContent2 { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

.twoColFixLtHdr #mainContent2 a:link {font-size: 9pt; font-weight: bold; text-decoration: none; color: maroon; font: "Trebuchet MS";}	
.twoColFixLtHdr #mainContent2 a:visited {font-size: 9pt; font-weight: bold; text-decoration: none; color: maroon; font: "Trebuchet MS";}
.twoColFixLtHdr #mainContent2 a:hover, a:active {font-size: 9pt; text-decoration: underline; color: maroon; font: "Trebuchet MS";}


.twoColFixLtHdr #mainContent3 {
	font: 9pt "Trebuchet MS";
	line-height: 1.5;
	margin: 0; 
	padding: 0;
	width: 775px;
	height: 300px;  
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #mainContent3 { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */


.mainColumnExtra{
	width: 550px;
	height: auto;
}

.mainColumn{
	width: 550px;
	height: 250px;
}

.mainColumn01{
	width: 550px;
	height: 250px;
}

.mainColumnHeading{
	font: small "Trebuchet MS";
	color: maroon;
	text-align: left;
}

.mainColumnText{
	font: 9pt "Trebuchet MS";
	text-align: left;
}

.mainEmptyPNG01{
	padding: 0 0 0 25px;
	width: 485px;
	height: 225px;
}

.emptyBox1{
	margin-top: 70px;
	margin-left: 30px;
}

.emptyBox2{
	margin-top: 75px;
}

.searchbox{
	width: 300px;
	height: 50px;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}



/* Footer Section */

.footer {
	/*background-image:url(images/footer.png); background-repeat:no-repeat; margin-bottom:0px; width:784px; height:40px; */
	color: #223868;
	width: 785px;
	height: 86px;
	background-position: -25px 4px;
	padding: 0 0px 0 0px;
	box: 10px 20px 10px 0;
	background-color: #AAAAAA;   

}

	 
.twoColFixLtHdr #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 */
}




/* Left Panel Section */

.rightPanel {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #F0F0F0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 2px 2px;
}
	


/* Top Panel Section */

.topPanel {
	font: 9pt "Trebuchet MS"; 
	color: charcoal;
	line-height: 1.25;
	background: #BCBCBC;
	height: auto;
	padding: 0px 15px 0px 0px;
	text-align:left;
}

.topPanel a:link {font: 9pt "Trebuchet MS"; color: burgundy;} 
.topPanel a:visited {font: 9pt "Trebuchet MS"; color: purple; text-decoration: none;}
.topPanel a:hover {font: 9pt "Trebuchet MS"; color: navy; text-decoration: underline;}
.topPanel a:active {font: 9pt "Trebuchet MS"; color: teal;}*/
	
.topPanelCorner {
	background-color: transparent;
	width: 200px;
	height: 34px;
}

.bottomPanelCorner {
	background-image:url(images/bottomcorners.png); background-repeat:no-repeat; margin-bottom:0px; width:200px; height:34px; */
	background-color: transparent;
	background-position: 0px -5px -5px 0 ;
	width: 200px;
	height: 34px;
}

.subNav {
	font: small, bold, trebuchet ms, sans-serif;
	color: white;
	height: auto;
	padding: 0 0 10px 15px;
	
	}
	


/* Mid Panel Section */

.midPanel {
	font: 9pt "Trebuchet MS";
	color: charcoal;
	background-color: #BCBCBC;
	height: auto;
	padding: 10px 5px 10px 11px;
	text-align:left;

}

.midPanel a:link {font: 9pt "Trebuchet MS"; color: burgundy;} 
.midPanel a:visited {font: 9pt "Trebuchet MS"; color: white; text-decoration: none;}
.midPanel a:hover {font: 9pt "Trebuchet MS"; color: navy; text-decoration: underline;}
.midPanel a:active {font: 9pt "Trebuchet MS"; color: teal;}

	
	
	
	
/*IE 5 Fixes */

<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #leftPanel { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #leftPanel { padding-top: 30px; }

</style>
<![endif]s
}
	
	
	 

