body {
	margin: 15px 0 0 60px;
	padding: 0;
	background-color: #f8faf1;
}

.toplogo {
	float: left;
	margin-left: 50px;
	width: 581px;
	height: 69px;
}

ul.navbuttons {
	clear: left;
	float: left;
	list-style: none;
	padding-left: 0;
	margin-left: 25px;
}

ul.navbuttons li {
	display: inline;
}

ul.navbuttons a {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 15px 3px 15px;
	background: #666;
	color: #FFF;
	border-width 4px;
	border-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #444;
	border-left-color: #858585;
	text-align: center;
}

ul.navbuttons a.special {
	background: #AAA;
	border-top-color: #AAA;
	border-right-color: #777;
	border-bottom-color: #666;
	border-left-color: #888;
}


ul.navbuttons a:hover {
	background: #333;
	text-decoration: underline;
}

h1 {
	font-family: verdana, Arial; 
	color: #EE7600;
	font-size: 20pt;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Tahoma, Arial;
	color: #08325A;
	font-size: 11pt;
	font-weight: bold;
}



h5 {
	font-family: Verdana, Tahoma,Arial;
	color: #08325A;
	font-size: 11pt;
	font-weight: normal;
}
p  { 
	font-family: verdana, tahoma, arial;
	color: #282828; 
	font-size: 11pt;
}
