body {
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/BodyBG.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bg {
	height: 529px;
	width: 988px;
	margin-left: -494px;
	overflow: visible;
	position: absolute;
	left: 50%;
	top: 305px;
	background-image: url(graphics/ContentBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	height: 32px;
	width: 880px;
	margin-left: -440px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 305px;
	z-index: 10;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	margin:0;
	padding:0;
	margin-left: 3px;
}
#nav li a {
	color: #0D77E0;
	display:block;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#sm {
	position: absolute;
	z-index: 5;
	width: 273px;
	left: 50%;
	margin-left: -440px;
	top: 110px;
	border: 1px solid #BDD8F1;
	border-bottom-width: 0px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	width: 830px;
	height: 200px;
	margin-left: -415px;
	left: 50%;
	overflow: visible;
	z-index: 4;
	position: absolute;
	top: 410px;
	line-height: 20px;
}
.content b, .content strong {
	color: #005AB4;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0D77E0;
	text-align: justify;
	width: 830px;
	margin-left: -415px;
	left: 50%;
	overflow: visible;
	z-index: 4;
	position: absolute;
	top: 350px;
}
#nav li a:hover {
	color: #0D77E0;
	background-position:0 -68px;
}

#nav li a:visited {
	color: #0D77E0;
}

.header {
	width: 988px;
	margin-left: -494px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 10;
}
.title span {
	font-size: 14px;
	color: #477321;
	font-weight: bold;
}
#sm ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#sm a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #E6F4FF;
	background-image: url(graphics/dropdownbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	height: 26px;
	padding-top: 5px;
	padding-left: 28px;
	color: #666666;
	text-decoration: none;
}
#sm a:hover {
	background-image: url(graphics/dropdownbg_over.gif);
	color: #000000;
}
.content ul {
	margin-top: 3px;
}
.content li em {
	color: #477321;
	font-size: 14px;
}

.footer {
	font-size: 9px;
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	text-align: center;
	line-height: 12px;
	padding-bottom: 20px;
}
.login {
	position:absolute;
	right:0px;
	top:20px;
	z-index: 100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
