body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 5px 5px 5px;
	background-color: #FFF;
}
h1 {
    font-size: 16px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}
h2 {
    font-size: 14px;
	text-align: center;
	margin-bottom: 3px;
	padding-bottom: 0px;
}
.photo {
	border: 1px solid #666;
	margin: 5px;
}

.redBanner {
	background-image: url(images/gradient.jpg);
	color: #FFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #660000;
	height: 40px;
	padding-left: 205px;
	border-bottom: solid 5px #FFF;
	border-top: solid 5px #FFF;
	border-right: none;
	border-left: none;
	background-repeat: no-repeat;

}
.redBanner a:link,
.redBanner a:visited {
    color: #FFFFFF;
    text-decoration: none;
	padding: 2px 8px 2px 8px;
}

.redBanner a:hover {
  color: #FFFF99;
  text-decoration: underline;
		padding: 2px 8px 2px 8px;
}
.greybanner {
/*	background-image: url(images/gradient_gray.jpg);
	background-repeat: no-repeat;*/
	color: #fff;
	font-size: 24px;
	border-bottom: none;
	border-top: solid 5px #FFF;
	border-right: none;
	border-left: none;
	background-color: #666666;
	height: 65px;
	text-align: left;
	padding: 0 0 0 10px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	
}
.greybannerShort {
    color: #fff;
	font-size: 12px;
	border-bottom: none;
	border-top: solid 5px #FFF;
	border-right: none;
	border-left: none;
	background-color: #666666;
	height: 25px;
}

.nav {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
	height: 170px;
	width: 200px;
	border-bottom: none;
	border-top: none;
	border-right: solid 5px #FFF;
	border-left: none;
	padding: 10px 0 10px 0;
}
.navInclude {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	margin: 0 0 0 15px;
	padding: 2px 0 0 0;
}
li {
	margin: 0 0 0 25px;
	padding: 2px 0 0 0;
	list-style-image: url(images/bullet.gif);
	display: list-item;
}
.nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 2px 0 0 0;
	/*list-style-type: none; turns off display of bullet*/

}
.nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 25px;
	padding: 2px 0 0 0;
	color: #000;
	list-style-image: url(images/bullet.gif);
	display: list-item;
}	
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
}
.subNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 2px 0 0 0;
	/*list-style-type: none; turns off display of bullet*/

}
.subNav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 2px 0 0 0;
	color: #000;
	list-style-image: url(images/bullet.gif);
	display: list-item;
}	

.lakeSpace {
	padding: 0 0 0 10px;
}
.greenBox{
	color: #000;
	font-size: 14px;
	background-color: #E8E8E8;
	text-align: justify;
	/*background-image: url(images/logo_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	padding: 10px;
}
.greenBox a:link {
	color: #003399;
	text-decoration: underline;
}
.greenBox a:visited {
	color: #333;
	text-decoration: underline;
}	
	
.greenBox a:hover{
	text-decoration: underline;
	color: #660000;
	}
.bottomTable {
	margin-top: 10px;
}
.bottomTextLeft {
    font-size: 12px;
	text-align: justify;
	color: #333;
	padding: 20px;
	border-bottom: none;
	border-top: none;
	border-right: dashed 1px #666;
	border-left: dashed 1px #666;
	width: 220px;
}
.bottomTextMiddle {
    font-size: 12px;
	text-align: justify;
	color: #333;
	width: 220px;
	padding: 15px;
}
.bottomTextRight {
	font-size: 12px;
	text-align: justify;
	color: #333;
	padding: 20px;
	border-bottom: none;
	border-top: none;
	border-right: dashed 1px #666;
	border-left: dashed 1px #666;
	width: 220px;

}
.bottom {
	text-align: center;
}
.bottom a:link, a:visited {
	color: #333;
}
.bottom a:hover {
	color: #660000;
}