* {
	margin: 0;
	padding: 0
}
body {
	font: 62.5% Arial, Helvetica, Verdana, sans-serif;
}
#container {
	width: 800px;
}
#header {
	position: relative;
	background: url(images/header.jpg);
	height: 128px;
}
#header a {
	position: absolute;
	top: 31px;
	left: 25px;
	background: url(images/nova-logo.jpg);
	width: 308px;
	height: 47px;
	display: block;
}
#header h1 {
	position:absolute;
	top:93px;
	right: 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #265A00;
}

#smallleft{
float:left;
width: 200px;
height:150px;
}

.hide {
	display: none;
}
#topnav {
	margin-left: 35px;
}
#topnav ul {
	margin-left: -10px;
}
#topnav li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #265A00;
	line-height: 18px;
}
#topnav li:last-child  {
	border-right: none;
}
#topnav a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #4E721A;
}
#topnav a:hover {
	text-decoration: underline;
}
#content {
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 25px;
	float: left; 
	display:inline
}
#content h1 {
	font-size: 1.6em;
	margin-bottom: -10px;
}
#content h2, #content h3 {
	font-size: 1.5em;
	margin-bottom: -10px;
}
#content p {
	font-size: 1.2em;
	margin: 20px 0;
}
#content a:link, #footer a:link, #content a:visited, #footer a:visited {
	color: #0552ae;
}
#content a:hover, #footer a:hover {
	color: #064794
}
#footer {
	padding-top: 35px;
	margin-left: 35px;
	color: #a7a7a7;
	clear: both;
}
table {
	font-size: 1.2em;
	margin: 15px 0;
}

#footer p {
	margin-bottom: 20px;
}
#content ul {
	padding-left: 18px;
	padding-top: 25px;
	font-size: 1.2em;
}
#content ul li {
	padding-left: 5px;
	line-height: 18px;
}
img.right {
	float: right;
	padding: 4px;
	margin: 0 0 0 10px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #999999;
	border-right-color: #999999; 
	background: #fff;
}
img.left {
	float: left;
	padding: 4px;
	margin: 0 10px 0 0;
	border: 1px solid #D9E0E6;
	border-bottom-color: #999999;
	border-right-color: #999999;
	background: #fff;
}
table {
	width: 95%;
	border: 1px solid #000;
 
}
#tableclear {
	width: 100%;
	 
}
table th {
	text-align: center;
}
table tr {
	background: #e9e9e9;
}
table tr.alt {
	background: #fff;
}
table .name {
	text-align: left;
}
table th, table td {
	margin: 0;
	padding: 8px 20px;
	border-bottom: 1px solid #b5b5b5;
}
table tr.last td {
	border-bottom: 0;
}
table tr:last-child td {
	border-bottom: 0;
}
table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: solid 1px #CCCCCC; 
	border-bottom: none;
	background: #fff;
}
table img {
	float: left;
	padding: 4px;
	margin: 0 10px 0 0;
	border: 1px solid #D9E0E6;
	border-bottom-color: #999999;
	border-right-color: #999999;
	background: #fff;
}
#left {
	float: left; 
	width: 365px;
}
#left-in {
	margin-right: 15px
}
#right {
	float: left;
	width: 365px;
}
#right-in {
	margin-left: 15px;
}
.content-clear {
	clear:both; 
	display:inline;
}
