*
{
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
body
{
	text-align: center;
	background-color: #44607e;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
p
{
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
h1, a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}
.linkCommand
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:underline;
	cursor:pointer;
	font-size: 12px;
	color: #649721;
}
a
{
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 12px;
	color: #649721;
}
a:link /* unvisited link */
{
	color: #649721;
}
a:visited /* visited link */
{
	color: #649721;
}
a:hover /* mouse over link */
{
	color: #649721;
}
a:active /* selected link */
{
	color: #649721;
}

#central
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 777px;
	text-align: left;
	background-color: #FFFFFF;
}
#header
{
	background-image: url(images/header.jpg);
	height: 226px;
	width: 777px;
	left: 0px;
	top: 0px;
}
#header a
{
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 112px;
	font-family: "Courier New" , Courier, mono;
	margin-top: 35px;
}
#navlist
{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 777px;
	top: 225px;
	background-color: #033387;
}
#navlist li
{
	margin-top: 0px;
	display: inline;
	list-style-type: none;
}
#navlist a
{
	margin-top: 0px;
	padding: 6px 10px;
	background-image: url(images/button.gif);
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist a:hover
{
	background-image: url(images/buttonover.gif);
}
#n1
{
	left: 0px;
}
#n2
{
	left: 111px;
}
#n3
{
	left: 222px;
}
#n4
{
	left: 333px;
}
#n5
{
	left: 444px;
}
#n6
{
	left: 555px;
}
#n7
{
	left: 666px;
}
#content
{
	margin-top: 252px;
	position: absolute;
	width: 777px;
	background-color: #FFFFFF;
}

#leftside
{
	float: left;
	width: 260px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-top: 20px;
	overflow: hidden;
}
#rightside
{
	float: left;
	width: 470px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-top: 20px;
	overflow: hidden;
}
#filler
{
	clear: both;
	width: 746px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-top: 20px;
	overflow: hidden;
}
#footer
{
	clear: both;
	background-color: #FFFFFF;
	position: relative;
	height: 46px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 0px;
}
#footer p
{
	color: #FFFFFF;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#sponsorArea
{
	clear: both;
	text-align:center;
}


#imagepreloader
{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

