body {
	background-color: #FAFAFA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333333;
}

a.nav:link, a.nav:active, a.nav:visited {
	font-weight: normal;
	color: #FFFFFF;
	font-size:11px;
	text-decoration: none;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


a:link, a:active, a:visited, a:hover {
	text-decoration:underline;
}


#header {
	height: 65px;
	text-align:right;
	background:url(images/squarebg.gif) repeat;
}

#nav {
	height: 20px;
	background:url(images/bluebg.gif) repeat;
	font-size: 14px;
	color:#FFFFFF;
	padding-left: 4px;
}

#subnav {
	height: 18px;
	background:url(images/greenbg.gif) repeat;
	font-size: 14px;
	color:#FFFFFF;
	text-align:right;
}

#content {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}

#footer {
	background-color:#DDDDDD;
	font-size: 9px;
	padding: 6px;
}

h5, h6 {
	color: #C35A2E;
}

