@charset "utf-8";
/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 16px;
color: #003300;
line-height: 16px;
padding: 0px;
}

.body{
	font-family: Verdana, sans-serif;
	font-size:  16px;
	line-height: 18px;
	font-weight: lighter;
	padding: 0px;
	color: #003300;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size:  16px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	color: #003300;
}

.italic {
	font-family: Verdana, sans-serif;
	font-size:  16px;
	font-style:italic;
	line-height: 18px;
	font-weight: lighter;
	padding: 0px;
	color: #003300;
}
	
.title {
	font-family: Verdana, sans-serif;
	font-size: 26px;
	line-height: 18px;
	font-weight: normal;
	color: #003300;
}

.subtitle {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #cccc33;
}

.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #cccc33;
	text-decoration: none;
	background-color: #003300;
	display: block;
	padding: 8px;
	width: 150px;
}

.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #003300;
	display: block;
	padding: 8px;
	width: 150px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #cccc33;
	text-decoration: none;
	background-image:url(images/background%20green%20scrollwork.jpg);
	display: block;
	padding: 8px;
	width: 150px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	background-image:url(images/background%20green%20scrollwork.jpg);
	display: block;
	padding: 8px;
	width: 150px;
}

.banner{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: black;
	line-height:0px;
	padding: 0px;
	line-width: 0px;
}

.links{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: lighter;
	font-style: underline;
	color: #009900;
}

.links:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: lighter;
	font-style: italic;
	color: #cccc33;
}