body {
	font: 12px arial, helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	line-height:14px;
	background: #fff;
}
.header, .body {
	text-align: left;
}
font {
	font: 12px arial, helvetica, sans-serif;
	/* color: #333; */
}
a {color: #014a7f;}
a img {border: none;}
form {margin: 0; padding: 0;}
form,input,option,select,textarea {
	z-index: 0;
}
h1 {
	clear:both;
	color: #014a7f;
	font-size: 1.5em;
	margin: 10px 0 .5em 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
h2 {
	color: #014a7f;
	font-size: 1.25em;
	margin: 0 0 .5em 0;
	padding: 0;
}
h3 {
	color: #014a7f;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#main h3 {
	margin: 1em 0 0 50px;
}

p,ul {
	margin-top: 0;
	margin-bottom: 1em;
}

/* formatting */
#leftcontent {
    padding: 0 0 0 2px;
}
#maincontent {
    padding: 0 0 0 12px;
}
#headtitle {
	width: 209px;
	height: 20px;
	background: #013986;
	color: #FFFFFF;
	font: 10pt arial, helvetica, sans-serif;
	text-transform:uppercase;
}

#headleft {
	width: 351px;
	height: 20px;
	background: #85A36F;
	margin: 0 1px 0 0;
}

#headright {
	width: 208px;
	height: 20px;
	background: #A6B999;
}

#imageright {
	width:208px;
	height:258px;
}

#textoverlay {
	position:relative;
	top:208px;
	height:50px;
	color:white;
	background:black;
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	font: 11pt arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	/*background-image: url('../images/transgradient.png');*/
}

#navmain {
	background-image: url('../images/navgradient.jpg');
	background-repeat:repeat;
	width: 209px;
	height: 258px;
	padding: 0 0 0 0;
	border-style: none;
	margin-right: 1px;
	font: 9pt arial, helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: bold;
}

#navmain a {
	text-decoration: none;
	/*color: White;*/
}

#navmain li {
	list-style: none;
}

#footer {
	color: #fff;
	font-size: 8pt;
	background-color: #7fa069;
	padding: 5px 0 5px 25px;
	}

#footer a 
{
	color: White;
}

/* tables */
.datatable table{
width:600px;
		}
table td.tinytext	{font-size:11px;}
.datatable {
 font-size:10px;
	margin: 0 0 1em 0;
	padding: 0;
	border: solid 1px #276594;
	}
.datatable td, .datatable th {
	margin: 0;
	padding: 4px;
	border-bottom: solid 1px #276594;
	border-left: solid 1px #276594;
	}
.datatable th {
	background-color: #D1DFEB;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 10px;
	color: #276594;
	text-align: left;
	}
.datatable p{
	margin-bottom:3px;
	padding-right:5px;
	}

/* tables */

/* formatting */

@media print {
	.superlist,.superlist li,ul,li {
		list-style-type: disc;
		margin-left: auto;
		padding-left: auto;
		}
	.superlist li,li {
		background: none;
		padding-left: auto;
		margin-left: auto;
		}
	.logobar form,.logobar ul,#nav,#rightcontent,.pagenav {
		display: none;
	}
	.body,#sub #maincontent,#home #maincontent,#sub>#maincontent,#home>#maincontent,#sub,#home,#footer,body>div #footer{
		width: auto;
		margin: 0;
		padding: 0;
		min-height: 0;
		height: auto;
		background-color: #fff;
		background-image: none;
	}
	body>div #footer,#footer {
		border-top: 3px solid #7fa069;
		color: #000;
		padding: 1em 0;
		background-color: #fff;
	}
}

