﻿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: #7f0000;
	height: 20px;
	color: White;
}

.menuclass
{
	text-align: center;
	width: 100px;
}

.menustaticitem
{
	margin-bottom: 15px;
	border: solid 1px #42210b;
	background-color: #8c943f; 
}

.pagecontent
{
	padding: 10px;
	text-align: left; 
	padding: 10px; 
	font-size: 12pt;
}

.menustatichoverstyle
{
	background-color: #9b994e;
}

.menustaticselected
{
	background-color: #9b994e;
	color: White; 
}

.menuitem
{
	clear: both; 
	padding-bottom: 0px;
	padding-top: 0px;
}

.menubutton
{
	float: left; 
	width: 110px;
	padding-left: 0px;
	text-align: right;
	/*border: solid 1px red;*/
}

.menutext
{
	display: table-cell; 
	overflow: hidden;
	vertical-align: middle;
	/*border: solid 1px blue;*/
	font-size: 16pt;
	padding-bottom: 15px;
	text-align: left;
}

.menutext a
{
	color: #7f0000;
	font-weight: bold;
	text-decoration: none; 
}
.menutext a:hover
{
	color: Black; 
}

.menutextcontainer
{
	display: table; 
	float: left; 
	width: 200px;
	/*border: solid 1px red;*/
	height: 107px;
}

.menutable img
{
	border: none;
}

a.whitelink
{
	color: White;
	text-decoration: none; 
}

a.whitelink:hover
{
	text-decoration: underline;
	color: #b9bcb9;
}

.menutable 
{
	margin-left: 60px;
}
