﻿body {
	margin: 0;
	padding: 0;
	background-color:#0F447A;
	color:#c0c0c0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12pt;
	position:absolute;
}

#masthead {
	height:120px;
	min-width:980px;
	width:100%;
	background-image:url('images/banner.jpg');
	background-repeat:repeat-x;
	top:0; left:0;
	position:fixed;
}

#nav {
	background-image:url('images/nav.gif');
	background-repeat:repeat-y;
	width: 200px;
	height:100%;
	float: left;
	position:fixed;
	margin:120px 0 0 0;
	font-weight:bold;
}

* html #nav {
	margin:0;
	height:2400px;
}

.navdiv {
	position:fixed; 
	z-index:2;
	margin:88px 0 0 280px;
}

#container {
	min-width: 980px;
}

#content {
	min-height:100%;
	width:750px;
	margin:150px 20px 0 205px;
}

* html #content {
	margin:30px 0 0 202px;
}


.ulstyle {
	list-style-type:disc; 
	line-height:35px;
	padding:0 0 0 25px;
}

* html .ulstyle {
	padding:0;
	margin:0 0 0 25px;
}

.boldtext {
font-weight:bold;
}

.linktext {
color:#c0c0c0;
text-decoration:underline;
}

a:visited, a:active, a:focus, a 
{color:#c0c0c0; text-decoration: underline; outline: none;}
a:hover {color:#ffffff;}


h1 {
margin:0 60px 20px 0;
text-decoration:underline;
text-align:center;
font-weight:bold;
font-size:18pt;
}

h2 {
font-weight:bold;
font-size:14pt;
}

