.banner {
	background: #FFFFFF url(images/plainbanner.jpg) no-repeat;
	text-align: center;

}
body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;


}

div.side {
	background: #FFFFFF url(images/side.jpg) no-repeat;
	width: 110px;
	text-align: center;
	padding: 5px;
	padding-bottom:200px; 
	font-weight: bold;
	color: #4A6353;
	font-size: 12px;
	float: left;
}
div.sideshort {
	background: #FFFFFF url(images/side.jpg) no-repeat;
	width: 110px;
	text-align: center;
	padding: 5px;
	padding-bottom:200px; 
	font-weight: bold;
	color: #4A6353;
	font-size: 12px;
	float: left;
}

div.sidemed {
	background: #FFFFFF url(images/side.jpg) no-repeat;
	width: 110px;
	text-align: center;
	padding: 5px;
	padding-bottom:500px; 
	font-weight: bold;
	color: #4A6353;
	font-size: 12px;
	float: left;
}
.content {
	width: 600px;
	margin-left: 200px;
	text-align: center;
	
}
a:link {
	text-decoration: none;
	color: #4A6353;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #00FF00;
	text-decoration: none;
}

a:active {
	color: #00CC00;
	text-decoration: none;
}


h1 {
	text-align: left;
	font-size: 2em;
	color: #4A6353;
	margin: 1px;
	padding: 1px;
}

.items {
	text-align: center;
	width: 600px;
}

.items a:link {
	text-decoration:underline;
}

.items a:visited {
	text-decoration:underline;
}

.items a:hover {
	color: blue;
}

.items a:active {
	text-decoration:underline;
}


span {
	font-weight: bold;
	font-size: 1.2em;
	color: #4A6353;
}

h4 {
	color: #000000;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.smalltxt {
	font: .8em Arial, Helvetica, sans-serif;
	color: #333333;
}
.txt-right {
	background: #FFFFFF;
	float: left;
}
ul {
	margin-left: 150px;
	text-align: left;
}
.formdiv {
	margin-left: 250px; 
}
li {
	margin-top:3px;
	margin-bottom:3px;
}
