body {
   margin:0;
   font-family: verdana,arial,helvetica,sans-serif;
   font-size:1em;
   padding:0;
   background-color:#FFFFFF;
   color:#000000;
   text-align:center;
   line-height:1.8em;
}

a:link, a:visited {
	text-decoration:none;
}

span {
	display:none
}

h3 {
	color:#0F298F;
}

#container {
	width:640px;
	text-align:left;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:0;
}

#headercontainer {
	position:relative;
	width:640px;
	height:90px;
	z-index:1;
}

#banner {
	background:url(images/headbanner.gif) no-repeat;
	float:left;
	height:90px;
	width:640px;
}


#navcontainer {
	text-align:center;
	position:relative;
	width:640px;
	z-index:2;
}

#navcontainer ul {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	text-align:center;
	font-size:76%;
}

#navcontainer ul li { 
	float:left;
	padding-left:1px;
}

#navcontainer ul li a {
	text-decoration:none;
	background:url(images/Button.gif) no-repeat top left;
	float:left;
	height:54px;
	width:104px;
	padding-top:10px;
	color:#000000;
}

#navcontainer li a#current {
	background:url(images/ButtonActive.gif) no-repeat left top;
	color:#000000;
	font-weight:bold;	
}

#navcontainer li a:hover {
	background:url(images/ButtonActive.gif) no-repeat left top;
	color:#000000;
	font-weight:bold;
}

#contentcontainer {
	width:640px;
	position:relative;
	z-index:1;
}

#main {
	width:395px;
	float:left;
	text-align:justify;
	line-height:1.5em;
	font-size:76%;
}

#main h3 {
	font-size:130%;
}

#main a:link, a:visited {
	text-decoration:underline;
	color:#000000;
}

#rightcolumn {
	float:right;
	width:244px;
	text-align:center;
	font-size:65%;
	font-weight:bold;
	color:#0F298F;
}

#rightcolumn a:link, a:visited {
	color:#0F298F;
}

#footer {
	clear:both;
	position:relative;
	padding-top:10px;
	width:640px;
	text-align:center;
	font-size:65%;
	height:70px;
	line-height:1.6em;
	color:#666666;
}

#footer a:link, a:visited {
	text-decoration:underline;
	color:#666666;
}
