﻿body 
{
	
}

.mainvertbar
{
	/*background-image: url(../images/VertBar.png); */
}

.middleheader
{
	font-size: larger; 
	color: #4c6844; 
	font-weight: bold; 
}

.bottombar1
{
	background-color: #42210b;
	height: 5px;
}
.bottombar2
{
	background-color: #8c943f;
	height: 20px;
}

.menuclass
{
	text-align: center;
	width: 100px;
}

.menustaticitem
{
	margin-bottom: 15px;
	border: solid 1px #42210b;
	background-color: #8c943f; 
}

.pagecontent
{
	background-color: #9b994e;
	padding: 10px;
}

.menustatichoverstyle
{
	background-color: #9b994e;
}

.menustaticselected
{
	background-color: #9b994e;
	color: White; 
}

a 
{
	color: White;
}