BODY

{
	COLOR: #000; /* default text color */
	background-color: #ABBAE5;
	background-attachment: fixed; 
	font-family: arial;
	margin: 10px;
}



/* General Settings */



H1

{
	font-family: arial;
	COLOR: #000;
	font-size: 14pt;
	border-bottom: solid 2px #000;
	text-align: left;

}



H2

{
	font-family: arial;
	COLOR: #000;
	font-size: 12pt;
	text-align: left;

}



a:link, a:visited {

	text-decoration: underline;
	color: #000000;
	font-family: arial;
	font-size: 10pt;

}

a:hover {

	text-decoration: underline;
	color: #0d529a;
	font-family: arial;
	font-size: 10pt;

}



li

{

	margin-bottom: 6px;

}









.container

{

	width: 775px;
	border: solid 1px #000;
}



/* Not important if using one solid header the same size as the container above */

.headerwrapper

{

	border-bottom: solid 3px #ff0000;
	
}

.header

{

	position: relative;
	display: block;
	
}

.headerform
{
	position: absolute;	
	top: 0px;
	left: 400px;
	width: 377px;
	height: 115px;
}


/* Use to set the color and size of the leftbar */



td.leftbar

{

	background-color: #0d529a;
	color: #000;
	width: 200px;
	border-right: solid 1px #000;




}

td.mainwindow

{

	padding: 10px;
	width: 575px;
	background-color: #fff;
	font-size: 11pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;

}




td.cert

{
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;

}



div.mainbodytext

{
	FONT-FAMILY: arial;
	font-size: 10pt;
	text-align: left;

}





div.navbar

{

	margin-top: 10px;
	margin-bottom: 100px;
	width: 100%;

}


a.nav:link, a.nav:visited
 {
	background-color: #0d529a;
	FONT-FAMILY: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF; /* text color */
	text-align: left;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 100%; 
	margin-bottom: 4px;
	border-bottom: solid 1px #0a3d7c;
	border-top: solid 1px #618ebd;
	display: block; 

}
		

a.nav:hover {

	background-color: #000;
	text-decoration: none;
	color: #fff;

}





.copy {

	background-color: #0d529a;
	border-top: solid 3px #000000;
	display: block;
	color: #FFF; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: arial;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}





a.jwd:link, a.jwd:visited {

	color: #fff;  
	text-decoration: none;
	font-weight: bold;

}


a.admin:link, a.admin:visited {

	color: #cccccc;  
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
	width: 100%;

}





.floatright

{

float: right;

}

.floatleft

{

float: left;

margin-right: 10px;

}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}


