﻿body {
	width: 786px; 		/* So page does not fill entire screen */
	margin: 6px auto;
	padding: 0;
	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;
}

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;
	}

#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:small;
}

#Footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#Container {
	border: 3px solid #009900;
	background-color:white;
}

#LeftVNav {
	background-color:#ffffff;
	width: 140px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	}

.tableBorder {
	border: 3px solid #009900;	
}

.tableBorderInner {
	border: 1px solid #009900;	
}

.tdBorder {
	border-bottom:2px solid #CEDFCD;
}

.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-color:#009900;
    color:#FFFFFF;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:10pt;
    font-variant:small-caps;
    font-weight:bold;
    border:2px outset #c0c0c0;
}

.small {
	font-size:xx-small;
	color:#999999;
}

.required {
	color: #990000;
}

/* CSS3 */
.box-shadow {
  /*drop shadow */
  -webkit-box-shadow: 0px 10px 25px #000; /* Saf3-4 */
     -moz-box-shadow: 0px 10px 25px #000; /* FF3.5 - 3.6 */
          box-shadow: 0px 10px 25px #000; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
/*rounded corners */ 
  -webkit-border-radius:8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius:8px; /* FF1-3.6 */
          border-radius:8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
