BODY {
	font-family: Tahoma, Arial,  Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	background-color: #009EDF;
}

#mainPage {
/*	width: 970px; */
	width: 830px;
	margin: 10px 0px 0px 10px;
}

#header {
	width: 820px;
	height: 100px;
	margin: 0px 0px 5px 0px;
	background-color: #FF0000;
}

#header TD.headerFill {
	width: 309px;
	background-color: #ff0000;
}

#header TD.headerLink {
	font-size: 0.8em;
	text-align: center;
}

#header TD.headerLink A {
	color: #ffffff;
	text-decoration: none;
}

#topMenu {
	width: 807px;
	height: 45px;
	font-size: 2.0em;
	color: #01315C;
	margin: 10px 0px 0px 0px;
	padding: 7px 5px 0px 8px;
	background-color: #ffffff;
}

#topMenu SPAN.boldTitle {
	font-weight: bold;
}

#leftMenu {
	float: left;
	width: 180px;
	margin: 10px 5px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

#leftMenu A {
	color: #ffffff;
	text-decoration: none;
}

#mainContent {
	width: 625px;
	margin: 10px 5px 10px 0px;
}

/* Main Content Rounded Corners */

#mainTopLeftCorner {
	width: 20px;
	height: 20px;
	background: url(images/layout/tl.gif) no-repeat;
}

TD.mainMiddle {
	background-color: #ffffff;
}

#mainTopRightCorner {
	width: 20px;
	height: 20px;
	background: url(images/layout/tr.gif) no-repeat;
}

#mainLeftPadding {
	width: 20px;
	background-color: #ffffff;
}

#mainTable {
	background-color: #ffffff;
}

#mainRightPadding {
	width: 20px;
	background-color: #ffffff;
}

#mainBottomLeftCorner {
	width: 20px;
	height: 20px;
	background: url(images/layout/bl.gif) no-repeat;
}

#mainBottomRightCorner {
	width: 20px;
	height: 20px;
	background: url(images/layout/br.gif) no-repeat;
}

/* */

#adverts {
	position: absolute;
	top: 10px;
	left: 850px;
	width: 139px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#footer {
	width: 820px;
	height: 75px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#footer TD.footerFill {
	background-color: #ff0000;
}

#footer TD.footerLink {
	font-size: 0.8em;
	text-align: center;
	background-color: #ff0000;
}

#footer TD.footerLink A {
	color: #ffffff;
	text-decoration: none;
}

INPUT {
	font-family: arial, verdana, helvetica;
	font-size: 1.0em;
}

TEXTAREA {
	font-family: arial, verdana, helvetica;
	font-size: 1.0em;
}

SELECT {
	font-family: arial, verdana, helvetica;
	font-size: 1.0em;
}

FILE {
	font-family: arial, verdana, helvetica;
	font-size: 1.0em;
}

INPUT.inputBox {
	width: 180px;
}

SPAN.normal {
	font-weight: normal;
}

SPAN.italic {
	font-style: italic;
}

SPAN.bold {
	font-weight: bold;
}

SPAN.bolditalic {
	font-weight: bold;
	font-style: italic;
}

DIV.instructDiv {
	width: 570px;
	padding: 0px 3px 8px 3px;
/*	background-color: #ECECEC; */
/*	border-bottom: solid 3px #000000; */
	margin: 5px 0px 10px 0px;
}

DIV.lrgTitle {
	font-size: 1.3em;
	font-weight: bold;
}

DIV.labelTxt {
	width: 100px;
	text-align: right;
	padding: 3px 3px 3px 3px;
/*	background-color: #ECECEC; */
}

TD.inputError {
	color: #ff0000;
	width: 250px;
}

HR {
	height: 3px;
	background-color: #000000;
	border: none;
}