BODY{

	background-color: #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div.container {
	text-align: left;
	width: 80%;
	margin: 2% 5% 5% 5%;
	background-color: White;
	padding: 10px 0px 10px 0px;
	border-top: 5px solid #37668E;
}

div.header ul{
	display: block;	
	margin: 0 0 0 0;
}

div.header li{
	display: inline;	
}

/********************* MENU BAR ****************************/

 #navcontainer
{
margin: 0;
padding: 0;
height: 22px;
font: 11px Verdana, sans-serif;
width: 100%;
border-bottom: 1px solid #bbb;
list-style-type: none;
background: #fff;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #fff;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}

/******************** content bars **********************/

div.info-bar{
	float: right;
	padding: 5px 5px 5px 5px;
	background-color: #EAEAEA;
	width: 250px;
}

div.content-col{
	padding: 10px 5px 5px 10px;
	margin-right: 250px;
}

div.content-col h2{
	margin: 0 0 0 0;
	color: #003399;
	font-family: "Trebuchet MS",sans-serif;
	border-bottom: 1px solid #E1E1E1;
	width: 70%;
}

span.tinytext{
	margin: 0 0 0 0;
	font-size: x-small;
	color: #555555;
}

div.content-col p{
	font-size: small;
	text-align: justify;
	width: 70%;
}

div.content-col hr{
	text-align: left;
	margin: 2% 5% 2% 5%;
	width: 60%;
	color: #999999;
}