﻿body 
{
	
}

.mainvertbar
{
	background-color: #95a393; 
	/*background-image: url(../images/VertBar.png); */
	background-repeat: repeat; 
}

.middleheader
{
	font-size: larger; 
	color: #4c6844; 
	font-weight: bold; 
	font-style: italic; 
}

.bottombar1
{
	background-color: #b5c5b3;
	height: 10px;
}
.bottombar2
{
	background-color: #95a393;
	height: 20px;
}

.viewcontentfile
{
	padding-top: 10px; 
	clear: both;
}

.viewcontentfileleft
{
	width: 400px; 
}

.floatleft
{
	float: left;
}

.viewcontentfileright
{
	width: 100px;
}

.childpadding10 div
{
	padding-top: 10px;
}

