@charset "utf-8";
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.style1 {color: #0000FF}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #006699;
}
#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #000000;
}
#banner {
	height: 114px;
}
#navbar {
	height: 24px;
}
#content {
	margin-top: 10px;
}
#lowerbanner {
	clear: both;
	height: 89px;
	margin-bottom: 0px;
}
#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}
#copyright {
	width: 760px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
#leftColumn {
	float: left;
	width: 230px;
	margin-left: 10px;
}
#rightColumn {
	float: right;
	width: 500px;
	margin-right: 10px;
}
.style2 {
	color: #000066;
	font-weight: bold;
	font-style: italic;
}
