@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size:14px;
}

#wrapper
{
	margin: auto;	
	width: 843px;
	background-color: white;
}

#header
{
	height: 218px;
}

#content
{
	float: left;
	border: 1px solid #2f7ef7;	
}

#nav
{
	float: left;
	height:	30px;
	/*padding:7px 10px 0 0;*/
	background-color: #004080;
	border-top: 1px solid white;
	width: 843px;
}

#nav a
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#nav a:visited
{
	text-decoration: none;
	color: white;
}

#nav a:hover
{
	text-decoration: underline;
	color: white;
}

#left
{
	float: left;
	height: 320px;
	width: 159px;
	color: #053b81;
	font-weight: bold;
	padding-top: 33px;
	padding-left: 40px;
	font-size:12px;
}

#right
{
	float: left;	
	width: 622px;
	padding-right: 20px;
}

h1
{
	margin-top: 30px;
	font-size: 24px;
	color: #2f7ef7;
}

.intro
{
	color: #053b81 !important;
	font-weight: bold;
}

#right p
{
	color: #666;	
}

#footer
{
	clear: both;
	height: 20px;
	background-color: #004080;
	text-align: right;
	font-size: 11px;
	padding-top: 5px;
}

#footer a
{
	color: white;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

#footer a:visited
{
	color: white;
	text-decoration: none;
}

#footer a:visited
{
	color: white;
	text-decoration: underline;
}

#score
{
	float: left;
	color: white;
	padding-left: 10px;
}

#score a:hover
{
	text-decoration: underline;
}


.error
{
color:#ff9900;
font-weight:bold;
}

table
{
	color: #666;	
}

.sclogo
{
	background: url(images/sclogo.gif) no-repeat;
	
}


#nav2, #nav2 ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right !important;
}

#nav2 a {
	display: block;
	width: 150px;
}

#nav2 li {
	float: left;
	width: 150px;
	list-style-type: none;
	text-align: left;
	margin-top: 7px;
}

#nav2 li a {
	text-align: center;
}

#nav2 li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background-color: #004080;
}

#nav2 li ul li {
	padding: 1px 0px 7px 0px;
	font-size: 12px;
}

#nav2 li:hover ul {
	left: auto;
}

#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
}