@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0F3252;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #0269B6;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #024579;
} 
.blue {
	font-size: 14px;
	color: #000000;
	padding: 20px;
	margin-top: 0px;
	background-color: #CBE1EF;
}
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 109px;
} 
.twoColFixLtHdr #header2 {
	background-color: #CBE1EF;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	height: 51px;
}  
.twoColFixLtHdr #header2 h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 17px;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-style: italic;
	text-indent: 20px;
}
.twoColFixLtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	color: #0269B6;
	text-align: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
	font-weight: lighter;
	line-height: 40px;
}
.headerleft {
	float: left;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #024579;
}
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.white a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

.twoColFixLtHdr #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #FF6600;
	text-decoration: none;
}


.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	background-color: #C7DDEA;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	background-image: url(images/blue.gif);
	background-repeat: repeat-x;
} 

.twoColFixLtHdr #mainContent h1 {
	padding-top: 14px;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 26px;
	color: #0E225D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E225D;
	margin-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent h2 {
	padding-top: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-top: 0px;
	line-height: 27px;
}

.twoColFixLtHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
}


.twoColFixLtHdr #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 14px;
}

.submit {
	background-color: #024579;
	border: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
}

.button a:link {
	background-color: #024579;
	border: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
}
.button a:visited {
	background-color: #024579;
	border: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
}
.button a:hover {
	background-color: #3C99E0;
	border: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
}

.twoColFixLtHdr #footer {
	background-color: #013964;
	font-size: 12px;
	line-height: 18px;
	color: #CBE1EF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #73A3D0;
} 
.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 */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 14px;
}
.small {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

.fltrgt { /* this class can be used to float an element left in your page */
	float: right;
	margin-left: 14px;
}

.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;
}

.newsletterbox {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #0062AB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	margin-left: 50px;
	background-color: #90A5CD;
	margin-left: 20px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 45px;
	background-color: #0269b6;
	font-size: 14px;
	line-height: 24px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #024578;
	border-bottom-color: #024578;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.suckerdiv ul li ul li a{
	background-color: #005A9E;
}


.suckerdiv ul li a:visited{
	color: #FFFFFF;
}

.suckerdiv ul li a:hover{
	background-color: #3C99E0;
}

.suckerdiv .subfolderstyle{
	background-color: #0269B6;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #FFFFFF;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
.twoColFixLtHdr #container #sidebar1 .address {
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 40px;
}

