body {
	margin 0px;
	padding: 0;
	background-color: #010066;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
}
html, body, #contents {
	min-height: 100%;
	height: 100%;
	margin: auto;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	background-image:url('navimages/compass_background2.jpg');
background-repeat:no-repeat;

}

#wrapper {
	position: relative;
	text-align: left;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	height:440px;
	margin-top: 0;
	margin-bottom: 0;
}

#line {
	margin-top: -10px;
	padding: 0;
	z-index: 350 !important;

	}

html>body #line {
	margin-top: 0;
}

#nav {
	position: absolute;
	top: 112px;
	/top: 111px;
	left: 0px;
	width: 163px;
	height: 458px;
	margin: 0;
	font-size: 14px;
	background-image: url(navimages/nav_sidebar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #cccccc;
	z-index: 10;
	padding-top: 20px;
	}
#nav.phone {
	padding-top:30px;
	font-size: 12pt;
	}


html>body #nav
	{
	padding-top: 10px;
	/margin-top: 113px;
	}

#nav ul {
	
	text-align: left;
/*	padding-right: 20px;*/
	text-decoration: none;
	list-style: none;
	text-transform: uppercase;
	
}

#nav li{

/*	padding-top: 20px;*/
	
	
}

#nav a:link, #nav a:visited {
/*	text-decoration: none;
	color: #000066;
*/

display: block;

text-decoration: none;

color: #000000;

/*background-color: #3399cc;*/
/*
padding-left: 10px;
*/
}

#nav a:active {
	color:#000066;
	font-weight: bold;
}

#nav a:hover {
	color:#000066;
	font-weight: bold;
}

#nav p {
	font-size: 80%;
	font-family: georgia;
	padding-left: 15px;
	padding-right: 15px;
}
#top_nav {
	position: relative;
	margin-top: -3px;
	padding:0;
	z-index: 35;
	
}

#top_nav img {
	border: 0;
}

html>body #top_nav {
	margin-top: 0px;
}

#content {
	
	margin-left: 10em;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	height: 455px;
	overflow: auto;
	width:100%;
	/width: 660px;
	margin-top:-28px;
	/margin-top:-35px;
	
}

html>body #content {
	margin-bottom: 10pt;
	width: 640px;
}

h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 13px ;
	line-height: 1.1em; 
	padding-left: 1.2em;
}
.doc_odd {
	font-size: 90% ;
	line-height: 1.1em; 
	padding-left: 15px;
	/width:615px;
}

.doc_odd1 {
	font-size: 90% ;
	line-height: 1.5em; 
	padding-left: 15px;
	/width:615px;
}



.doc_odd img { padding:0;}
#content td {
	font-size: 13px;
	
}

#content td a {
	text-decoration: underline;
	color: #666633;
}

#content li {
	font-size: 100%;
	
}

#content h3 {
	color: #666633;

}

/*
#footer {
	position: absolute;
	top: 493px;
	padding: 0;
	left: 160px;
	width:650px;
	z-index: 20;
	background-color: #000066;
}
*/

#footer {
	
	position: relative;
	/margin-top: -5px;
	width:650px;
	background-color: #000066;
	z-index: 20px;
	margin-bottom:0px;
	/margin-left: -15px;
}


html>body #footer {
	position:absolute;
	margin-left:0px;
	margin-top: 0px;
	left: 0;
	
}

