BODY

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



/* General Settings */



H1
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #195976;
	font-size: 14pt;
	text-align: left;
}



H2
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #195976;
	font-size: 12pt;
	text-align: left;
}

H4
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #195976;
	font-size: 10pt;
	text-align: left;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:hover 
{
	text-decoration: underline;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

li
{
	margin-bottom: 6px;
}

.mainwindow img	
{
	border: solid 1px #000000;
	margin-left: 10px;
	margin-right: 10px;
}


/* Fixed width in the middle of the screen with a border */



.container

{
	width: 950px;
	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: #62B1D6;
	color: #FFF;
	width: 200px;
	border-right: solid 1px #000;


}

td.rightbar

{

	background-color: #fff;
	color: #000;
	width: 200px;



}

td.mainwindow

{

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

}

div.navbar

{

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

}


div.rightnavbar

{

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

}

td.atable
{

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


table.courses

{	
	FONT-FAMILY: arial;
	font-size: 10pt;
}



div.mainbodytext

{

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




a.nav:link, a.nav:visited
 {

	background-color: #62B1D6;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #195976; /* text color */
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 100%; 
	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.nav2:link, a.nav2:visited
 {

	background-color: #8CA1DA;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #000; /* text color */
	text-align: center;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 8px;
	text-decoration: block;
	width: 100%; 
	margin-bottom: 6px;
	border-bottom: solid 1px #061348;
	display: block;
}

a.nav3:link, a.nav3:visited
 {

	background-color: #fff;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #000; /* text color */
	padding-bottom: 8px;
	width: 100%; 
	display: block;
}





a.nav:hover {

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

}

a.nav2:hover {

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

}



}

.nav span
{
	padding-left: 4px;
	padding-right: 6px;
	display: block;
}











.copy {

	background-color: #000;
	display: block;
	color: #fff; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 952px;
	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%;

}




div.contactform

{

	width: 280px;
	float: right;
	text-align: center;

}


.assess

{

	background-color: #000;
	color: #fff;

}





.floatright

{

float: right;

}

.floatleft

{

float: left;

margin-right: 10px;

}

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


