/* CSS Document */

body {
	background-color: #99CC99;
	margin: 30px 10px 30px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	float: none;
}

#primary {
	border: 1px solid #FFFFFF;
	width: 750px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#banner {
	background-image: url(images/banner.jpg);
	height: 160px;
}

#topmenu {
	background-color: #999999;
	color: #CCCCCC;
	font-size: 20px;
	height: 28px;
	padding: 3px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
}

#topmenu a:link, #topmenu a:visited {
	color: #CCCCCC;
}

#topmenu a:hover, #topmenu a:active {
	color: #FFFFFF;
}

#body {
	background-image: url(images/indexbody.jpg);
	height: 587px;
}

#body2 {
	background-image: url(images/body.jpg);
	height: 348px;
}

#scrollpane {
	background-color: #999999;
	color: #CCCCCC;
	height: 28px;
	padding: 3px;
	vertical-align: middle;
	text-decoration: none;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 55px;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFCC00;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	margin: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	margin: 0px;
}

h4 {
	font-size: 10px;
	text-decoration: none;
	margin: 0px;
}

.copyright {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.copyright a:link, .copyright a:visited {
	color:	#006600;
	text-decoration: none;
}

.wc {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.wc a:link, .wc a:visited {
	color: #FFFFFF;
}
.wc a:hover, .wc a:active {
	color: #FFFFCC;
}
.wblc {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.lf {
	font-size: 14px;
	color: #FFCC00;
	text-decoration: blink;
	text-align: center;
}
.notice {
	font-size: 10px;
	color: #FFCC00;
	text-decoration: blink;
	text-align: center;
}
.smbody {
	font-size: 14px;
}