BODY

{
	COLOR: #000; /* default text color */
	background-color: #FFF;
	background-attachment: fixed;
	font-family: arial;
	margin: 10px;
}


H1

{
	font-family: arial;
	COLOR: #000;
	font-size: 14pt;
	text-align: left;
	border-bottom: solid 2px #000;
}

H2

{
	font-family: arial;
	COLOR: #000;
	font-size: 12pt;
	text-align: left;
}


a:link, a:visited {

	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}

a:hover {

	text-decoration: underline;
	font-weight: bold;
	color: #000;
}


li

{
	margin-bottom: 6px;
}


/* Fixed width in the middle of the screen with a border */



.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: #4E684B;
	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;

}

div.navbar

{

	margin-top: 10px;
	margin-bottom: 100px;
}


div.mainbodytext

{
	FONT-FAMILY: arial;
	font-size: 10pt;
	text-align: left;
}

a.nav:link, a.nav:visited
 {
	background-color: #4E684B;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* text color */
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	width: 200px; 
	margin-bottom: 6px;
	border-bottom: solid 0px #061348;
	display: block; /* makes it so you don't need br's between the buttons */

	-moz-box-sizing:border-box;box-sizing:border-box;
}

a.nav:hover
 {
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}


a.nav span
{
	padding-left: 4px;
	padding-right: 2px;
	display: block;

}



.copy {

	background-color: #000;
	display: block;
	color: #fff; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 777px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.toplinks{
font-size:16px;
font-weight: bold;
text-decoration: underline;
color: #0000FF;
}







