﻿@charset "UTF-8";


* { margin: 0; padding: 0; outline: none; }
body {
	padding: 20px;
	border-top: solid 1px #fff;
	background: #fff url("../images/lake_faded_2000.jpg") 0 0 repeat-x;
	color: #000;
	font: 8px/normal Tahoma, Arial, Helvetica, sans-serif;
	width: 900;
}
#bodymain {
	width:900px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}

#bodymain2 {
	width:900px;
	position:relative;
	margin-right:auto;
	margin-left:auto;

}
#header {
	width: 932px;
	height: 66px;
	background-color: black;
	color: #00FFFF;
	clear:both;
}

#header img {
	padding: 5 px;
	position: relative;
	float: left;
	text-align: right;
	background-color: #000000;
}

#header h1 {
}

#header p {
	position: relative;
	height: auto;
	float: left;
	margin: 0 0 5 0;
	background-color: #000000;
}


#navigation {
	margin:0px;
	clear:both;
	
}

#nav {
	margin:10px;
	clear:both;
}


#content {
	color: #000080;
	width: auto;
	clear:both;
	margin-left:10px;
	margin-top:20px;

}

#content p {
	font-size:medium;
	clear:both;
}

#wrapper {
	width:80%;
	clear:both;
}

#footer {
	color:silver;
	width:auto;
	text-align:center;
	clear:both;

	
}

p { margin-bottom: 1em; 
}

body > p, .container, .header> p { 
	margin-bottom: 0; 
	}
	
h1,h2,h3 { 
	margin-bottom: .5em; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: normal; 
}

h1 { 
	margin-bottom: .5em; 
	padding-bottom: 4px; 
	border-bottom: solid 1px #d9d9d9; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 180%; 
	text-indent: 5px; 
	letter-spacing: -1px; 
}

cite { 
	float: right; 
}

fieldset { 
	border: none; 
}

ul.classic { 
	list-style: disc; 
	margin-bottom: 1em; 
	padding-left: 2em; 
}

div.section { 
	clear: both; 
	padding-top: 10px; 
}

.dropdown-upward { 
	margin-top: 400px !important; 
}

.main-site { 
	position: relative; 
	float: right; 
	margin-top: -17px; 
	padding: 15px 45px 15px 0; 
	background: url("../navimages/arrow1-rightwards-black.png") 100% 50% no-repeat; 
}

.main-site, .main-site:link, .main-site:visited { 
	color: #000; 
	text-decoration: none; 
}

.main-site { 
	font-size: 17px; 
}



