﻿body
{
	font: 12px arial;
	text-align: center;
	
	
	margin: 0px;
	padding: 0px;
}
.master-container
{
	margin: 0 auto;
	text-align: left;
	width: 900px;
	height: 100%;
	overflow: hidden;
	background-image: url(    '../Images/bg2.jpg' );
	background-repeat: repeat-x;
}
.master-header
{
	height: 110px;
}
.logo
{
	width: 219px;
}
.contact
{
	width: 230px;
}
.master-menu
{
	height: 53px;
	padding-top: 2px;
}
.master-menu a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.master-menu a:hover
{
	text-decoration: underline;
}
.master-subnav
{
	background-color: #91c071;
	height: 21px;
	border-top: solid 1px black;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	color: #0a3c13;
	font-weight: bold;
}
.breadcrumb
{
	width: 600px;
}
.date-time
{
	width: 200px;
	text-align: right;
}
.master-content
{
	height: 100%;
	overflow: hidden;
	background-color: White;
	padding-bottom: 20px;
	border:solid 1px silver;
	border-top:none;
}
.content-holder
{
	width: 610px;
	margin-left:10px;
}
.grline
{
	width: 3px;
	background-image: url(   '../Images/grline.gif' );
	background-repeat: no-repeat;
	margin-right: 10px;
	height: 634px;
}
.app-form
{
	width: 260px;
	color: #0a3c13;
}
.app-form ul
{
	margin: 0px;
	padding: 0px;
}
.app-form li
{
	list-style: none;
	padding: 3px;
}
.master-footer
{
	margin-top: 10px;
	
	padding-bottom: 60px;
}
.master-footer a
{
	text-decoration: none;
	 color:Black;

}
.master-footer a:hover
{
	text-decoration: underline;
}
.copyright
{
	width: 500px;
}
.powered
{
	width: 400px;
	text-align: right;
}
.toplinks
{ padding-left:10px;
	}	
.toplinks a
{ padding:20px;
	}	

