body {
	font-size: 1em;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: #003;
	background-image: url(../img/Lake.jpg);
	background-repeat: no-repeat;
	min-width: 770px; }
	
#nav {
	background-color: transparent;
	background-image: url(../img/nav/navBack.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	margin:0 10px 0 180px;
	padding: 10px 0 0 5px;
	list-style-type: none; }
#nav li {
	font-size: 85%;
	float: left;
	margin:0; }	
#nav a {
	color: #003;
	background-color: #a4a1bf;
	background-image: url(../img/nav/BlueWhiteFade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	float: left;
	margin: 0 1px 0 0 ;
	padding: 4px 8px;
	border-top: 1px solid #003;
	border-right: 1px solid #003;
	border-left: 1px solid #003;
	border-bottom-style: none;
	border-bottom-width: medium;
	display: block; }
#nav  #selected a {
	color: #003;
	background-color: #fff;
	background-image: url(../img/nav/GrayWhiteFade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 5px; }	
#nav a:hover  {
	color: #003;
	background-color: #A2A789;
	background-image: url(../img/nav/GreenWhiteFade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 5px; }	
h1{
	color: #006699;
	font-size: 105%;
	background-color:#fff;
	margin:0 10px 0 180px;
	clear:both;
	padding-left: 5px;
	border-left: 1px solid #003; }
h2 {
	color: #003;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.6em 0; }
#company{
	background-color:#666;
	overflow:hidden;
	margin:0 10px 0 180px;
	padding-right:300px;
	border-left: 1px solid #003; /* The width of the logo */
}
* html #company{
	height:1%; /* So IE plays nice */
}
#logo{
	background-color:#666;
	width:100%;
	border-right:300px solid #666; /* The width and color of the logo */
	margin-right:-300px; 
	float:left;
}
#logo img{
	margin-top: 5px;
	padding-left: 5px; }
#contact p{
	color: #fff;
	font-size: 85%;
	line-height: 1em;
	margin: 0;
	padding: 5px 0 0; }
#contact{
	background-color:#666;
	width:300px;
	float:left;
	margin-right:-300px;
}
#content{
	font-size: 95%;
	line-height: 1.2em;
	background-color:#ccc;
	margin:0 10px 0 180px;
	padding: 5px;
	border-bottom: 1px solid #003;
	border-left: 1px solid #003; }
	
#footer {
	color: #82ada1;
	font-size: 75%;
	float: right;
	margin:0 10px 0 180px;
	padding: 2px 0 0 0; }
.left {
	float: left; }
.right {
	float: right; }
.clear {
	clear: both; }
.smallTop12{
	font-size: small;
	padding-top: 12px;
}
ul.dot{
	margin-left: 5px;
	padding-left: 10px;
	display: list-item;
	
}

li.dot {
	margin-left: 5px;
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
	 }
hr.purple{
	color: #A4A1BF;
	background-color: #A4A1BF;
	height: 1px;
	border: none;
}
