/* CSS Document */

body {
	background-color:#FFFFFF;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

a {
	color: #18552c;
	text-decoration: underline;
}

h1 {
	color: #005822;
	font-size: 15px;
}

h2 {
	color: #005822;
	font-size: 13px;
}

.bold {
	font-weight:bold;
	color:#666666;
}

.alignright{ /*aligns image copyrignt text on homepage*/
	margin-top:0px;
	margin-right: 10px;
	text-align:right
}

.alignrightalt{/*aligns image copyrignt text on all other pages*/
	margin-top:0px;
	margin-right: 25px;
	text-align:right
}

#banner {
	width: 971px;
	height: 266px;
	background-image:url(../images/homebanner.jpg);
	background-repeat:no-repeat;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width: 979px;
	height: 15px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

ul {
	list-style-image:url(../images/bullet.gif);
	margin-left: 20px;
}


.box {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	cursor: hand;
}

a.box {
	text-decoration: none;
}

.boxheader {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.boxtext {
	color: #FFFFFF;
	font-size: 12px;
	vertical-align:top;
}

a.boxtext {
	color: #000000;
	text-decoration: none;
}

li.quote {
	color: #6BAC38;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
}


li.quotealt {
	color: #18552c;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}