body {
	font-family: arial, sans-serif;
	font-size: 11px;
	background-color: #eee;
	color: #000000;
}

#headerMenu {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 1024px;
	height: 30px;
	z-index: 3;
	font-size: 9px;
}

#header {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 1024px;
	height: 100px;
	z-index: 1;
}

#nav {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 150px;
	z-index: 2;
}

#footer {
	position: absolute;
	bottom: 5px;
	width: 866px;
	left: 170px;
	z-index: 1;
}

#content {
	position: absolute;
	top: 150px;
	left: 170px;
	width: 866px;
	z-index: 1;
}

img {
	border-width: 0px;
	border-color: #ffffff;
	text-decoration: none;
}


.MainMenu {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.MainMenu.a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}



.HeadMenu {
	color: #4b919d;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	text-decoration: underlined;
}

.PageHeader {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #00a3dd;
	border-color: #ffffff;
	border-style: double;
	border-width: 2;
	color: #ce1021;
	padding: 5px;
}

.PageSubHeader {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	color: #00a3dd;
	border-bottom-color: #456a9b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px 5px 5px 5px;
}

.TextBox {
	border-color: #4b919d;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	color: #000000;
}

.ErrorMessageText {
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
}

.InfoMessageText {
	font-size: 11px;
	color: #3300FF;
	font-weight: bold;
}

.top_News_Cols {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	width: 33%
}