body { margin: 0px; }

.Wrapper 
{
	width: 980px;
	margin: 10px auto 10px auto;
	border: 1px solid #000000;
}

.Yellow-bar
{
	background: #003355;
	height: 10px;
	border-bottom: 1px solid #000000;
}

.Header
{
	overflow: hidden;
	width: 980px;
	border-bottom: 1px solid #000000;
}

.Header img { float: left; }

.Button
{
	background-color: #3c7dba;
	color: #FFFFFF;
}

.Forms
{
	float: right;
	width: 385px;
	overflow: hidden;
	padding: 10px 10px 15px 0px;
}

.Header form
{
	width: 165px;
	padding: 10px;
	border: 1px solid #000000;
	font-size: 11px;
}

.Header form input
{
	width: 130px;
}

.Header form h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #000000;
}

.Header form .Button
{
	float: right;
	margin-top: 10px;
	width: 70px;
}

.Header .Login-form
{
	float: left;
	background-color: #FFFFFF;
}

.Header .Code-form
{
	float: right;
	background-color: #FFFFFF;
}

.Content
{
	overflow: hidden;
}

.Nav
{
	width: 250px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: right;
	list-style: none;
	float: left;
}

.Nav li
{
	border-bottom: 1px solid #000000;
}

.Nav li a:link, .Nav li a:active, .Nav li a:visited
{
	padding: 12px 10px 2px 0px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.Nav li a:hover 
{ 
	background-color: #3c7dba;
	color: #FFFFFF;
} 

.Homepage
{
	width: 438px;
	float: left;
	padding: 20px;
	border-left: 1px solid #000000;
	border-right: 1px dotted #000000;
}

.Homepage ul
{
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	font-size: 12px;
}

.Homepage ul li
{
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.Homepage ul li img { float: left; margin: 0px 15px 0px 0px;}

.News
{
	width: 214px;
	padding: 18px;
	float: left;
}

.NewsTitle
{
	font-weight: bold;
	color: #3c7dba;
}

.Interiorpage
{
	width: 688px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	float: left;
	padding: 20px;
	border-left: 1px solid #000000;
}

.headerRow
{
	background-color: #003355;
	color: #FFFFFF;
	font-weight: bold;
}

.tableRow
{
	background-color: #9dbfdf;
}

.tableAlternatingRow
{
	background-color: #cddeee;
}

.courseActions
{
	font-size: 10px;
	text-align: center;
}

.printLine
{
	border: 0;
	color: #ffcc33;
	height: 1px;
}

.printBody
{
	font-family: Arial;
}

.IncorrectAnswer
{
	color: #FF0000;
	background-image: url('/webart/Incorrect.png');
	background-repeat: no-repeat;
}

.CorrectAnswer
{
	color: #4f8029;
	background-image: url('/webart/Correct.png');
	background-repeat: no-repeat;
}

.PageAreaDiv
{
	border-top: 1px solid #ffcc33;
	text-align: right;
}