BODY

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



/* General Settings */



H1
{
	font-family: arial;
	COLOR: #182272;
	font-size: 14pt;
	text-align: left;
}



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

H4
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #6C7886;
	font-size: 10pt;
	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: 900px;
	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: #182272;
	color: #FFF;
	width: 200px;
	border-right: solid 1px #000;


}

td.mainwindow

{

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

}

div.navbar

{

	margin-top: 10px;

	margin-bottom: 100px;

	width: 100%;

}

td.atable
{

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


table.courses

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

.cscs, .cscs td, .cscs th
{
	border: solid 1px #000;
}

.capsular, .capsular td, .capsular th
{
	border: solid 1px #000;
}



div.mainbodytext

{

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




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

	background-color: #182272;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* 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.nav:hover {

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

}














.copy {

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

	font-weight: bold;

	font-size: 10pt;

	FONT-FAMILY: Arial;

	text-align: center;

	width: 900px;

	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;}


