* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #44607e;
}
b { color: black }
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 777px;
	text-align: left;
	background-color: #e1e1e1;
}
#header{
	background-image: url(images/2011header.jpg);
	height: 133px;
	width: 777px;
	left: 0px;
	top: 0px;
}
#navlist{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 777px;
	top: 132px;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
	background-image: url(images/button.gif);
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
#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: 155px;
	width: 777px;
	background-color: #e1e1e1;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left: 45px;
	margin-top: 0.60em;
	padding-left: 0;
	line-height: 1.2em;
	width: 700px;
}
#content h1{
	margin: 40px 0px 0px 0px;
	width: 777px;
	text-align: center;	
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000A58;
}
#content h2{
	margin: 40px 0px 0px 20px;
	width: 777px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000A58;
}
#content span{
	margin-top: 10px;
	margin-bottom: 4px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#content a{color: #red; font-weight: bold;}  /* for unvisted links */
#content a:visited  {color: rgb(153, 0, 153) } /* for visted links */
#content a:active  {color: rgb(255, 0, 102) } /* when link is clicked */
#content a:hover  {color: rgb(0, 96, 255) } /* when mouse is over link */
#footer{
	clear: both;
	background-color: #e1e1e1;
	position: relative;
	height: 46px;
	background-image: url(images/footerfront.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E9E1D6;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
}
#footer a{color: #fff;}
#footer a:hover{color: #fff;}
#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}
