@charset "utf-8";
body {
	background-color: #0057B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	text-align:center; /* ie5.5 requirement*/
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover, a:active {
	text-decoration: none;
	color: #0099FF;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 938px;
	background-repeat: repeat-y;
	background-image: url(../images/wrapperBg.gif);
	text-align:left; /* ie5.5 requirement*/
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 291px;
	width: 938px;
	float: left;
	display: inline;
}
#mainContent {
	width: 560px;
	float: right;
	display: inline;
	padding-right: 60px;
	padding-left: 40px;
}
#mainContent h1 {
	font-size: 24px;
	margin-top: 30px;
}
#mainContent h2 {
	font-size: 18px;
}
#mainContent p {
	font-size: 12px;
}

#nav h3 {
	display: none;
}

/* suckerfish */

	
	#nav {
	width: 215px;
	float: left;
	margin-left: 63px;
	list-style-type: none;
	margin-top: 30px;
	display: inline;
	
	}
	
	#nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float : left;
	width : 215px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #CCCCCC;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.5em;
	margin-bottom : -1px;
	width: 215px;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 215px;
	margin-top : -37px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 11em;
	w\idth : 195px;
	display : block;
	color : #FFFFFF;
	text-decoration : none;
	background-color : #008FD8;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 2.5;
	background-image: url(../images/buttons2.gif);
	background-repeat: no-repeat;
	background-position: -218px 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}
	
	#nav li a:hover {
	color : white;
	background-color : #66CCFF;
	background-image: url(../images/buttons2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/* end suckerfish */

#nav  .current_page_item a:link, #nav .current_page_item a:visited /* PPI */
{
	color: #FFFFFF;
	background-image: url(../images/buttons2.gif);
	background-repeat: no-repeat;
	background-position: -436px 0px;
	background-color: #FFFFFF;

}

#footer {
	width: 838px;
	background-image: url(../images/footer.gif);
	height: 55px;
	clear: both;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer p {
	margin: 0px;
	font-size: 12px;
	text-align: center;
	color: #003366;
	padding: 0px;
	line-height: 2em;
}
td, ul, ol {
	font-size: 12px;
}
