#container{
width: 1000px;
height:548px;
top:9px;
position: relative;
left: 50%;
margin-left: -500px;  /*half the width of the div */
margin-bottom: 0px;
background-color: #FFF;
background-repeat: no-repeat;
}
#navcontainer{
	width: 1000px;
	height:48px;
	top:89px;
	position: absolute;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #999;
	background-repeat: no-repeat;
	left: 0px;
}
body {background-color: #666;font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;font-size: 12px;color: #000000;}
p {margin-left:10px;margin-top:5px;margin-right:5px;}
#menu p {margin:10px;}
ul {margin-top:15px;}
li {font-size:16px; font-weight:700; color:#660033; margin-bottom:10px;}

a {font-size: 16px;color: #000000;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;color: #000000;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;color: #660033;}
.font11px {font-size: 11px}
.font13px {font-size: 13px}
.font14px {font-size: 14px}
.font16px {font-size: 16px}
.wht14 {color: #FFFFFF; font-size: 14px; }
.bolddkred {color: #660033;font-weight: bold;}

#header {
	width: 1000px;
	height:88px;
	top:0px;
	left:0px;
	position: absolute;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
#mainContent {position:absolute; top:164px; left:178px; width:639px; height:294px;}
#mainContent p { font-size:14px;}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000;
background-color: #CCC;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}