
<style type="text/css">


body,
html  {
	margin: 0;
	padding: 0;
}



a:link {color: #006600;} 
a:visited {color: #006600;}



body {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}


#container {
	width: 925px;
	margin: 0 auto;
	background: #A7D9F8;

}



ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



.center {
	text-align: center;
}




table {
	width: 100%;

}

td {
	vertical-align:top;
	padding: 10px;
	width: 33%;
	border: 1px solid black;


}


h1 {
	color: #800000;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}


h2 {
	color: #800000;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
	padding-right: 2px;
}


h4 {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#leftbar {
	background: #A7D9F8;	
	float: left;
	width: 209px;
	font-size: 85%;
	padding: 7px;
}

#leftbar h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;

}


#navbar {
	background: #99CC66;
	color: #006600;
	font-weight: bold;
	display: block;
	float: left;
	width: 700px;
	text-align: center;
	margin: 0 0 20px 0;
	border-bottom: 1px solid black;

}


#navbar li {
	float: left;
}

a.nav:hover {
	color: #99CC66; 
	background: #006600;
}

a.nav {
	display: block; 
	width: 140px;
	line-height: 30px;
}

#mainpage {

	float: right;
	width: 700px;
	background: white;

}

#mainpage h1 {
	text-align: center;
	margin: 20px 0 0 0;
}

#rest {
	padding: 15px;
	line-height: 150%;
	border: 1px solid black;
}


.sub {
	text-align: center;
	font-size: 85%;

}



#footer {

	clear: both;
	background: white;

}


* html #footer {
	height: 1px;
 
}


</style>
