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;
}

.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%
}


.newsListPanel{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border-width: 0px;
}
