body {
	background-image: url("/Common/images/gradient.gif");
	background-repeat: repeat-x;
	margin: 0px;
	text-align:center;
}

#wrapper {
	display:block;
	position:relative;
	text-align:left;
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	height:auto;
}

.banner {
	position:relative;
	display:block;
	width: 800px;
	height: 120px;
	padding: 0;
	margin: 0;
}

#nav {
	position: relative;
	display:block;
	float:left;
	text-align:left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;

}

#nav a:link, #nav a:visited {text-decoration:none; color: #ffffff; font-weight:bold;}
#nav a:hover, #nav a:active {font-weight:bold; color:#000;}

#contacts a:link, #bodycopy a:link, #contacts a:visited, #bodycopy a:visited {text-decoration:none; color: #0000ff; font-weight:bold;}
#contacts a:hover, #bodycopy a:hover, #contacts a:active, #bodycopy a:visited {font-weight:bold; color:#ff000;}

#bodycopy {
	position:relative;
	display:block;
	margin-left: 155px;
	padding-left: 8px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.navlinks {
	display:block;
	padding: 2px;
	border-left: solid 1px #000099;
	border-top: solid 1px #000099;
	background-color:#999999;
}

hr {
	height: 5px;
	color: #000099;
	background-color: #000099;
}



H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	padding: 3px 0px;
	text-transform: uppercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 0px;
	text-transform: uppercase;
}



td
{
font-size: 10pt;
padding-right: .2cm;
}

li
{font-size: 10pt}

.lineunder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: navy;
}

