body
{
margin: 0;
padding: 0;
font: 85% arial, hevetica, sans-serif;
text-align: center;
color: #000;
background-color: #B9CEE4;
}

a:link { color: #000000; }
a:visited { color: #000000; }

a:hover, a:active
{
color: #fff;
background-color: #A6C3E1;
}

h2
{
color: #000000;
font: 120% georgia, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
color: #000000;
font: 106% georgia, times, "times new roman", serif;
font-weight: bold;
margin-top: 0;
}

#footer
{
clear: both;
color: #000000;
background-color: #A6C3E1;
text-align: right;
font-size: 90%;
}


#container
{
margin: 1em auto;
width: 800px;
text-align: left;
background-color: #FFFFFF;
border: 1px none #000000;
}

#header
{
height: 126px;
width: 100%;
background-image: url(images/header.png);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}

#header h1
{
font-size: 1px;
text-align: right;
color: #fff;
margin: 0;
padding: 0;
}

#thirdcol {
	float: left;
}

#menu
{
font-size: 90%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0;

float: left;
width: 120px;
border-right: 1px solid #8DB6E0;
padding-top: 10px;
padding-right: 5px;
padding-left: 0px;

}

#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	text-align:center;
	}
	
	
#menu li a:link, #menu li a:visited {
	color: #336699;
	display: block;
	background: url(images/button.jpg);
	padding: 2px 0px 0 0px;
	}

	
#menu li a:hover {
	color: #000066;
	background: url(images/button.jpg) 0px -22px;
	padding: 2px 0px 0px 0px;
	}
	

#menu li a:active {
	color: #000066;
	background: url(images/button.jpg) 0 -22px;
	padding: 2px 0 0 0px;
	}


#contents {
text-align: center;
margin: 0 10px 0px 140px;
}
#contents p { line-height: 165%; }


.imagefloat { float: right; }

