body {
	background-color: #D6DFE6;
	background-image: url("/images/bg1.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
    background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}


a:hover {
	cursor: pointer;
	text-decoration: none; }

a:link {
	color : navy;}

a:visited {
	color : navy; }

div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px; }

div#banner {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 220%;
	color: navy;
	font-weight: normal;
	height: 135px; }

div#nav{
	color : navy;
	background-color : #efefef;
	height : 22px;
	font-size: 80%;
	border-top : 1px solid navy;
	border-bottom : 1px solid navy; }

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	margin-left: 30px;
	margin-right: 0px;
	padding: 2px 0 0 0; }

div#nav ul li {
	display: inline; }

div#nav li a{
	color : navy;
	background-color : #efefef;
	text-decoration : none; }

div#nav li a:hover{
	background-color : #ffffff;
	color : #3300CC; }

div#content {
	position: absolute;
	left: 30px;
	top: 190px;
	width: 90%;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 90%;
	color: navy;
	line-height: 130%; }

div#content h1 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 145%;
	color: navy;
	font-weight: normal; }

div#content h2 {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: navy;
	font-weight: normal;
	font-size: 120%; }

div#content h3 {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: navy;
	font-weight: normal;
	font-size: 110%; }

div#content h3 {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: navy;
	font-weight: bold;
	font-size: 100%; }

div#content th {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: navy;
	font-weight: normal;
	font-size: 100%; }
