body 
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	background-color: #FFFFFF;
	text-align: left;
}

#main
{
	background-color: #FFFFFF;
	border-top: 1px solid #083C97;
	border-left: 1px solid #083C97;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
  margin-right: auto;
  margin-left: auto;
  width: 933px;
  height: auto;	
}


#col1
{
	float:left;	
	width: 420px;
	margin: 3px;
	text-align: center;
}
#col2
{
	float:left;
	width : 500px;
	font-size: 14px;
  font-family: trebuchet ms, verdana, arial, tahoma;	
}	

#spacer
{
	clear:left;
	text-align:center;
  font-family: trebuchet ms, verdana, arial, tahoma;
	font-size : 2px;
}


#footer
{
	clear:left;
	text-align:center;
   font-family: trebuchet ms, verdana, arial, tahoma;
	colour: gray;
	font-size : 10px;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #000000;
font: normal 11px Verdana, sans-serif;
}

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

#navlist li a
{
padding: 3px 0.5em;
margin-left: 1px;
border: 1px solid #083C97;
border-bottom: none;
background: #C0FFC0;
background-image: url('images/bg.png');	
background-position: bottom right;
background-repeat: repeat-x;

text-decoration: none;
}

#navlist li a:link { color: #FFF; }
#navlist li a:visited { color: #FFF; }

#navlist li a:hover
{
color: #000;
background: #FFFFC0;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
color: #000
}

