﻿*{
	border:0;
	padding:0;
	margin:0;
}

body {
	background-color:#BCEFBC;
}

#page {
	background-color:#ffffff;
	width:766px;
	margin: 0 auto 0 auto;
	border: medium silver outset;
}

#content{
	padding-right:7px;
	padding-left: 7px;
}

#branding {
	background-image:url('images/logo.gif');
	height: 324px;
	width:462px ;
	margin: 0 auto 0 auto;
}

/*Images*/
img {
	border:0;

}

.right {	
	float:right;
}

.left {
	float:left;
}

/*Custom Homes */
.custom {
	width:750px;
	min-height:220px;
	overflow:auto;
}

.custom img {
	float:right;
}

.center {
	margin: 0 auto 0 auto;
}

.center img {
	padding-right: 10px;
	padding-left:10px;
	vertical-align:middle;
}

/*Menus*/
#menua, #menub{
	width: 700px;
	text-align:center;
	margin:0 auto 0 auto;
}

#menua{
		background-color:#008000;
}

#menua a{
	color:#ffffff;
	font-weight:bold;
	font-family:verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left: 10px;
	padding-right:10px;
}

#menua a:visited {
	color: silver;
}

#menua a:hover {
	background-color:#BCEFBC;
	color: #000000;
}

#menua a:actve {
	background-color:#008000;
	color:#BCEFBC;
}

#menub a{
	color:#008000;
	font-weight:bold;
	font-family:verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left: 15px;
	font-size:95%;
}

#menub a:visited {
	color: silver;
}

#menub a:hover {
	color: #000000;
}

#menub a:actve {
	color:#BCEFBC;
}

/*Headers & Other Text*/
h1, h2, h3 {
	color:#008000;
	font-weight:bold;
	font-style:italic;
	font-family:georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:130%;
	text-align:center;
	padding-bottom:7px;
	padding-top:7px;
}

h2 {
	font-size: 120%;
	text-align:left;
}

h3{
	font-size: 115%;
	text-align:center;
}

h4 {
	font-size:110%;
	font-weight:bold;
	color: #008000;
	text-align:center;
}

h5 {
	font-size:105%;
	font-weight:bold;
	text-align:center;
	padding-bottom:7px;
}

p, li{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #000000;
	padding-bottom:7px;
}

ul {
	padding-left: 60px;
	padding-right:60px;
	list-style-type:disc;
}

#line {
	background-image:url('images/Line.jpg');
	height:31px;
	width:570px;
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	position:relative;
	clear:both;
}

/*Copyright*/
#copyright {
	text-align:center;
	color: #000000;
	font-size:90%;
	font-weight:bold;
	padding-top: 7px;
	padding-bottom:7px;
}

#copyright a{
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	font-style:italic;
}

#copyright a:link {
	color: #000000;
}

#copyright a:visited {
	color: #000000;
}

#copyright a:hover {
	color:#008000;
}

#copyright a:active {
	color:#BCEFBC;
}