﻿body, html
{
	margin: 0;
	padding: 0;
	color: #000;
}

body
{
	background-color: #A6BFDC;
	color: #0D095B;
	min-width: 760px;
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	text-justify: auto;
	text-align: justify;
}

a:active.terms, a:hover.terms, a:visited.terms, a:link.terms
{color: #0D095B;
	text-decoration: none;}
	
	h2
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	
	
}
#assignments table, #assignments td
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	border-collapse: collapse;
}

/* WRAP*/

#wrap
{
	margin: 20px auto 0px;
	width: 760px;
}


/* MAIN */

#main
{
	min-height: 506px;
	height: 100%;
	background-position: center top;
	background-image: url(/imgz/bg.gif);
	background-repeat: no-repeat;
	background-color: white;
}



/* HEADER */

#header
{
	width: 760px;
	height: 130px;
}

#header .logo
{float:right;
	position:relative;
	top: 29px;
	left: -72px;}

/* NAV */

#nav
{
	float: left;
	width: 190px;
	padding-left: 33px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#nav li
{margin-bottom: 1px;}

#nav img
{margin-top: -5px;}

#nav a:link, #nav a:visited, #nav a:active, #nav a:hover
{
	display: block;
	width: 150px;
	padding-left: 10px;
	height: 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
}

#nav a:link, #nav a:visited, #nav a:active
{
	color: #ced8ea;
	background-color: #0D095B;
}

#nav a:hover, #nav a:link.selected, #nav a:visited.selected, #nav a:active.selected, #nav a:hover.selected
{
	color: #0D095B;
	background-color: #ced8ea;
}



/* CONTENT */

#content
{
	float: right;
	width: 444px;
	position: relative;
	left: -55px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* FOOTER */

#footer
{
	width: 760px;
	height: 44px;
	background-color: #0D095B}









