﻿body {
	margin: 6px auto;
	padding: 0;
	width: 786px; 		/* So page does not fill entire screen */
	margin-left: auto; 	
	margin-right: auto; /* Center Body */
	background-image:url('images/background.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, .mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
}



h1, .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
	text-align:center;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	}
	
ul {
	list-style-image:url('images/Ads/arrow.gif');
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000099;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}

.tableBorder {
	border: 3px solid #009900;	
}

.tableBorderInner {
	border: 1px solid #009900;	
}


.tdBorder {
	border-bottom:2px solid #CEDFCD;
}

#Masthead {
	height:72px;
	background-image:url('images/BigLake780An.gif');
	background-repeat: no-repeat;
	background-position:center;
	background-color:#CEDFCD;		
}

#Header {
	border: 3px solid #CEDFCD;
	background-color:#009900;	
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;	
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	font-size: 36px;	
}

#Footer {
	border: 3px solid #CEDFCD;
	background-color:#009900;	
	padding-top: 6px;
	padding-bottom: 6px;	
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	font-size: 12px;	
}

#Footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#Container {
	border: 3px solid #009900;
	background-color:white;
}

#LeftVNav {
	background-color:#ffffff;
	width: 140px;
}

.RightVNav {
	text-align:center; 
	background-color:#CEDFCD;
}

.InactiveMenu {
	color: #CCCCCC;
}

.BannerSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#009900;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
}

.inputBox 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border-top: 1px solid #009900;
    border-bottom: 2px solid #009900;
    border-left: 1px solid #009900;
    border-right: 2px solid #009900;
}

.button
{
    background:#009900;
    color:#FFFFFF;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:10pt;
    font-variant:small-caps;
    font-weight:bold;
    border:2PX outset #c0c0c0;
    cursor:hand;
}

.small {
	font-size:xx-small;
	color:#999999;
}

.required {
	color: #990000;
}