body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #CCCCCC;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

p {
font-size: 8pt;
}

li{
	font-size: 8pt;
	color: #000000;
}



/* PRINT AREA */

/*
#printArea body{
	list-style-image: url(images/checkbox.gif);
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-image: none;
}
*/


/*DEFAULT LINKS */

a:link {
color: #0002A4;
text-decoration: underline;
}

a:visited {
color: #0002A4;
}

a:hover, a:active {
color: #ffffff;
background-color: #0002A4;
} 



/* HEADER */


#header {
	width: 100%;
	height: 144px;
	text-align: center;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	clear: both;
}

#logo {
	border: none;
	width: 750px;
	height: 144px;
	padding: 0px;
	margin: 0px;
	}



/*TABLE STUFF */

/*table#container {
	text-align: left;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

table {
	border-collapse: collapse;
	align: left;
	background: #FFFFFF;
}
*/

/* HEADER IMAGES */


div#headerimages {
	width: 750px;
	height: 114px;
	padding: 0px;
	background: #CCCCCC;
	margin: 2px auto;
	clear: both;
	text-align: center;
	border: 1px solid #999999;
}


/*CONTENT BOX */

div#content {
	width: 750px;
	height: auto;
	border: 1px solid #999999;
	padding: 0px 40px 0px 10px;
	background: #FFFFFF url(images/bg_body.jpg) no-repeat left bottom;
	margin: 5px auto 0px;
	clear: both;
	text-align: left;
}


/*.contentSmallBox {
	width: 480px;
	height: auto;
	text-align: left;
	padding: 0px;
	margin: 5px;
	position: relative;
}
*/


div#content p {
	padding: 5px;	
}

.contentimgright{
	margin: 0px 0px 0px 5px;
	padding: 5px;
	float: right;		
}

div#content h1 {
	font-size: 14pt;
	color: #003366;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0002A4;
}

div#content h2 {
	font-size: 10pt;
	color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 2px;
	background: #0002A4;
	padding: 2px;
}


/* CONTENT RIGHT */

div#contentright {
	width: 270px;
	height: auto;
	padding: 2px;
	margin: 20px 8px 22px 3px;
	background: #0002A4;
	border: 1px solid #000066;
	color: #FFFFFF;
	text-align: right;
}

#contentright a:link {
color: #6699FF;
text-decoration: underline;
}

#contentright a:visited {
color: #6699FF;
}

 #contentright a:hover,#contentright a:active {
color: #FFFF66;
background-color: #0002A4;
} 


/* NAVIGATION STUFF */

div#navcontainer {
	width: 100%;
	height: 25px;
	background: #0002A4;
	border-top: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
} 

ul#mainnav {
	width:750px;
	height: auto;
	padding: 0px;
	list-style-type: none;
	background: #0002A4;
	text-align: center;
	margin: 0px auto;
	clear: both;
	float: none;
}

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

ul#mainnav a:link {
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #0002A4;
}

ul#mainnav a:visited {
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}

ul#mainnav a:hover,  ul#mainnav li a:active, ul#mainnav a.current:link, ul#mainnav a.current:visited  {
	color: #0002A4;
	background-color: #FFFF66;
}

/* FOOTER STUFF */

div#footer {
	width: 750px;
	margin: 0px auto;
	padding: 5px;
	clear: both;
	height: auto;
}

div#footer p {
	font-size: 8pt;
	text-align: right;
}

