body {
	font-family: Times New Roman, Tahoma, arial;
	font-size: 12px;
	color: #ee1c25;
}

a {
font-weight:700;
color:#ee1c25;
}

a:link,a:visited,a:active {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#TopBannerDIV {
	position: absolute;
	top: 0 px;
	left: 0 px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 100%;
	background-color: Blue;
}
#MenuDIV {
	position: absolute;
	top: 120 px;
	left: 0 px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 100%;
}

#container {
	position: absolute;
	top: 25 px;
	left: 0 px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 100%;
}
