body {
	margin: 0;
	background: url(images/background.jpg) center top no-repeat #fff;
	font-family: Calibri, Tahoma, Arial;
	font-size: 12px;
}
.Position {
	width: 805px;
	margin: 0 auto;
}
.Header {
	background-image: url(images/header.jpg);
	height: 163px;
	margin-top: 9px;
}
.UnderHeader {
	border-left: 1px solid #a0b0b5;
	border-right: 1px solid #a0b0b5;
}
.Navigation {
	height: 39px;
	padding: 3px 0 0 7px;
	border-bottom: 7px solid #00a0d6;
}
.Navigation a {
	display: block;
	height: 39px;
	width: 128px;
	background-image: url(images/button.jpg);
	background-position: top;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-right: 4px;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
.Navigation a:hover {
	background-position: bottom;
}
.Selected {
	background-position: bottom !important;
}
.Content {
	background-image: url(images/content-background.jpg);
	background-repeat: repeat-y;
}
.LeftColumn {
	float: left;
	width: 503px;
	padding: 0 25px 20px 20px;
}
.Heading {
	padding-left: 0px;
	color: #0072bc;
	font-size: 14px;
	font-weight: bold;
}
.RightColumn {
	float: left;
	width: 230px;
	padding: 0 15px 20px 10px;
	text-align: center;
	font-size: 14px;
}
.Footer {
	height: 53px;
	line-height: 55px;
	background-image: url(images/footer.jpg);
	color: #fff;
	text-align: center;
}
.Footer a {
	color: #fff;
	text-decoration: none;
}
.Footer a:hover {
	text-decoration: underline;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #047dd0;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: blue;
}