﻿body
{
	background-position: center;
	font: 12px arial;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(  '../Images/bgGrass.gif' );
}
.master-container
{
	margin: 0 auto;
	text-align: left;
	width: 970px;
	height: 100%;
	overflow: hidden;
	background-image: url(  '../Images/new-menu-bg.gif' );
	background-repeat: repeat-x;
}
.master-header
{
	height: 130px;
	background-color: White;
}
.logo
{
	width: 500px;
	margin-top: 30px;
	margin-left: 20px;
}
.contact
{
	width: 300px;
	text-align: right;
}

.master-subnav
{
	background-color: #000000;
	height: 21px;
	border-top: solid 1px black;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-weight: bold;
}
.breadcrumb
{
	width: 600px;
	margin-left:14px;
}
.date-time
{
	width: 200px;
	text-align: right;
	margin-right:14px;
}
.master-content
{
	height: 100%;
	overflow: hidden;
	background-color: White;
	padding-bottom: 20px;
	

	background-color: Black;
}

#left_col
{
	width: 206px;
	background-color: White;
	padding-top: 30px;
	padding-bottom: 30px;
}
#left_col ul
{
	list-style-image: url(   '../Images/BulletPoint.gif' );
	list-style-position: outside;
}
#left_col li
{
	margin-bottom: 10px;
}
#left_col li a
{
	color: #091b05;
	text-decoration: none;
	font-size: 14px;
}
#left_col li a:hover
{
	color: #4b7052;
	text-decoration: underline;
}


#page_content
{
	background-color: White;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:30px;
}

#right_col
{
	width: 216px;
	background-color: White;
	padding-bottom: 30px;
	padding-top:10px;
}

#right_col ul
{
	margin: 0px;
	padding: 0px;
}
#right_col li
{
	list-style: none;
	padding: 3px;
}
.master-footer
{
 background-color:black; height:30px; padding:20px 10px 0px 0px; color:White;
 border-top:solid 5px #616161;
}
.master-footer a
{
	text-decoration: none;
	color: white;
}
.master-footer a:hover
{
	text-decoration: underline;
}
.copyright
{
	width: 570px;
}
.powered
{
	width: 400px;
	text-align: right;
}

.FooterLinks
{
	
	height: 21px;
	border-top: solid 1px black;
	font-weight: bold;
}
.FooterLinks a
{
	padding: 10px;
}
.toplinks
{
	padding-left: 10px;
}
.toplinks a
{
	padding: 20px;
}
