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