
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #005296;
	/*background-image:  url(code.jpg);*/
	background-repeat: no-repeat;
	background-position: 800px 25px;
}
#wrapper {
	position: relative;
	text-align: left;
	height: auto;
	min-height: 850px;
	width: 760px;
	margin: 0 0 50px 100px;
	background-color:#005296; 
	background-image:  url(liners.jpg);
}

#header {
	/*background-image:  url(header.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 325px;
	background-color:#005296; 
}

#content {
	margin-top:50px;
	margin-left: 30px;
	width: 500px;
	/*margin-right: 250px;*/
	color: #FFFFFF;
}
#content p {
	font-size: 75%;
	line-height: 1.7em;
	padding-left: 25px;
}
#content h1 {
	font: normal 125% Arial, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	margin-left: 25px;
}

#content h2 {
	font: normal 70% Arial, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	margin-left: 25px;
	line-height: 1.6em;
}
#content h3 {
	font: normal 125% Arial, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	margin-left: 25px;
	text-align:center;
}

.subhead {
	font: normal 110% Arial, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	font-weight:bold;
}

.indent {
margin-left:1.5em;
}

.indentbold{
	color: #FFFFFF;
	font-weight:bold;
	margin-left:1.5em;
}

a:link {
color:#FF9900;
font-weight:bold;
}

#content ul {
	list-style:square;
	font-size: 70%;
	line-height: 1.25em;
	list-style-position:inside;
	}
	
#content ol {
	list-style:decimal;
	font-size: 80%;
	font-weight:800;
	line-height: 1.5em;
	list-style-position:outside;
	padding-left: 35px;
	}


#navigation {
	position: absolute;
	top: 385px;
	left: 550px;
	width: 145px;
	height: 450px;
	background-repeat: no-repeat;
	background-image:  url(nav_pic.gif);
	color:	#FFFFFF;
}

#mainnav {
	position: absolute;
	margin-top: 80px;
	padding-left: 0px;
	margin-left: 25px;
	font-size: .7em;
	line-height: 1.4em;
	width:180px;
	font-weight: 900;
}

#subnav {
	text-indent: 1.5em;
	font-weight: 600;
	font-size: .7em;
}

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	text-decoration: none;
} 
#navigation a:hover {
	color: #C87863;
}

#footer {
	position: relative;
	bottom: 20px;
	font-size: 70%;
	padding: 0px 200px 10px 200px;
	color: #AAAAAA;
	background-color: transparent;
} 

#footer a:link, a:visited {
	text-decoration: none;
	color: #AAAAAA;
} 

#smalltext {
font-size: .7em;
line-height: 1.4em;
}

.smalltext2 {
font-size: .7em;
line-height: 1.4em;
}
	


