@import "reset.css";

* {
margin: 0pt;
padding: 0pt;
}

a {
	color: #006600;
	text-decoration: none;
}

a:link {
	color: #006600;
}

a:active {	
	color: #006600;
	text-decoration: none;
}

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

body {
	background: #DDDDDD;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

div.Page {
	margin-left: auto;
	margin-right: auto;
	width: 802px;

}

div.Core {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

div.Banner {
	background: transparent url(../images/banner.png) scroll left top;
	border-bottom: 1px solid #BBBBBB;
	height: 115px;
}

div.NavBar {
	background: transparent url(../images/navbar.png) repeat-x scroll left top;
	border-bottom: 1px solid #BBBBBB;
	height: 26px;
}

div.NavBar li {
	float: left;
}

div.NavBar li a {
	float: left;
	padding: 4px 12px 2px 12px;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

div.NavBar li a:hover {
	color: #003366;
}

div.Breadcrumb {
	background: #E6E6E6;
	border-bottom: 1px #CCCCCC solid;
	padding: 2px 5px;
	font-size: 11px;
}

div.TopHeader {
	background: transparent url(../images/bar1.png) repeat-x top left;
	height: 52px;
}

div.TopHeader .Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #2F8EED;
	padding-top: 12px;
	padding-left: 12px;
}

div.TopHeader .mlForm {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	padding-top: 12px;
	position: relative; 
	left: 520px;
	top: -42px;
	width: 280px;
}

div.TopHeader .mlForm input {
	border: 1px solid #006600;
	background-color: #CCCCCC;
	font-weight: bold;
}

div.TopHeader .mlForm input.button {
	font-size: 95%;
	padding: 1px;
}

div.Header {
	background: transparent url('../images/bar2.png') repeat-x top left;
	height: 58px;
	vertical-align: middle;
}

div.Header .Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #2F8EED;
	width: 380px;
	padding-top: 16px;
	padding-left: 12px;
}

div.Header #Left {
	position: relative; 
	left: 395px;
	top: -38px;
}

.SubHeader {
	background: transparent url('../images/bar.png') repeat-x bottom left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #2F8EED;
	position: relative;
	left: -5px;
	height: 20px;
	width: 791px;
	padding: 8px 0px 6px 9px;
	margin: 0px 0px 5px 0px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

.SubHeader .rightcol {
	position: absolute; 
	left: 400px;
}

.Nav {
	text-align: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 5px;
}

.Pager {
	float: right;
	text-align: right;
	width: 200px;
	padding-top: 2px;
	font-size: 11px;
}

.Pager a {
	padding: 3px 1px;
}

.Pager .current {
	font-weight: bold;
	background-color: #DDDDDD;
}

.Pager a:hover {
/*	background-color: #AAAAAA; */
}

div.HRule {
	background: transparent url('../images/hrule.gif') repeat-x top left;
	height: 6px;
/*		width: 400px; */
}

div.Footer{
	height: 15px;
	text-align: center;
}

div.Footer .links{
	font-size: 10px;
	height: 11px;
	text-align: center;
	padding-bottom: 8px;
}

.clearfix:after {
	clear: both;
	content: "&nbsp;";
	display: block;
	height: 0pt;
	line-height: 0pt;
	visibility: hidden;
}


html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.Outcome {
	border: 1px solid #003366;
	margin-bottom: 8px;
	padding: 5px;
	display: block;
	background: #6699ff;
	font-weight: bold;
	text-align: left;
}

.Outcome p {
	margin: 5px;
}

img.captcha {
	border: 1px #000000 solid;
	width: 120px;
	height: 30px;
}

.Container{
	padding: 5px 5px 0px 5px;
	width: 790px;
	clear: both;
}
