body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #53B8DE;
}
#header {
	float: none;
	width: 800px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #000000;
}


#wrapper {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 400px;
	top: 10px;
}
#wrapper #main {
	float: right;
	width: 790px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#main {
	padding-left: 10px;
	padding-right: 10px;
}

#wrapper #main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #003399;
}
#wrapper #main h2 {
	font-size: large;
	font-weight: bold;
	color: #000033;
}
#wrapper #main h3 {
	font-size: medium;
	font-weight: bolder;
	color: #800000;
}
#nav {
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
#navlist
{
padding-left: 2px;
margin-left: 0px;
width: 85px;
}

#navlist li
{
	margin: 0;
	text-align: left;
	height: 25px;
	list-style-type: none;
	text-indent: 5px;
	width: 85px;
}
#navlist li a {
	text-decoration: none;
	color: #FF00FF;
	font-weight: bold;
	font-size: small;
	background-image: url(../images/btnD.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 25px;
}
#navlist li a:hover {
	color: #0066CC;
	font-weight: bold;
	font-size: small;
	background-image: url(../images/btnU.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 25px;
}

#footer {
	font-size: x-small;
	color: #0066CC;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF00FF;
	border-bottom-color: #FF00FF;
}


#img {
	float: right;
	width: 200px;
	padding-right: 1px;
	padding-top: 25px;
}
#img2 {
	float: left;
	width: 300px;
	padding-left: 7px;
}
#lefttxt {
	float: left;
	width: 400px;
}
#lefttxt2 {
	float: left;
	width: 375px;
	padding-left: 10px;
	padding-right: 10px;
}

#righttext {
	width: 400px;
	float: right;
}
#righttext2 {
	float: right;
	width: 400px;
	padding-right: 10px;
}

a:link {
	color: #FF00FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF66CC;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #981B1E;
}
