* {
	font-size: 100%;
	color: black; 
	font-family: Garamond, serif;
}
body {
	background: #FDFDFD none;
	width: 98.5%;
	padding: 0px 3px 3px 3px;
	margin: 0px 3px 3px 3px;
}
.rightoff {
	float: right;
	width: 95%;
}
#footer {
	clear: both;
	padding: 5px;
	margin-top: 3px;
	border: 1px solid black;
	background: transparent none;
	font-size: 85%;
}
#footer #lfooter {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	border: none;
}
#footer #rfooter {
	margin: 0px 0px 0px 51%;
	padding: 0;
	text-align: right;
	border: none;
}
img {
	border: none;
}
img.logo {
	padding: 0;
	float: left;
}
img.padl {
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
	float: left;
}
img.padr {
	padding: 0 0 0 6px;
	margin: 0 0 0 6px;
	float: right;
}
a:hover.logo {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: transparent none;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #3366CC;
	color: white;
	float: left;
	width: 100%;
	font-family: Garamond, serif;
	font-size: 75%;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #3366cc;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
	background-color: #3366cc;
	color: black;
}
#navcontainer ul li a.on {
	background-color: #3366cc;
	color: black;
}

div.box {
	margin: 1em 2em 1em 2em;
}
a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	background: #3366CC none;
}
a:link {
	color: Maroon;
	text-decoration: underline;
	font-weight: bold;
	background: transparent none;
}
a:visited {
	color: #3366cc;
	text-decoration: underline;
	font-weight: bold;
	background: transparent none;
}