﻿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/new-menu-bg.gif');
	
	background-repeat:repeat-x;
}
.master-header
{
	height: 135px;
}
.logo
{
	width: 500px;
	margin-top: 40px;
}
.contact
{
	width: 300px;
	text-align: right;
}
.master-menu
{
	height: 48px;
	padding-top: 20px;
}
.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-left: solid 1px #91c071;
	border-right: solid 1px #91c071;
	padding-top: 20px;
}
.content-holder
{
	margin-left: 210px;
	
	margin-right: 210px;
	background-image: url( '../Images/grline.gif' );
	background-repeat: no-repeat;
	background-position: left top;
}
#left_col {
	width: 200px;
	
}
#left_col h4
{
	margin-left:5px;
	
	}

#right_col {
	width: 200px;
	
}

#page_content {
	
}

.grline
{
	width: 3px;
	background-image: url(   '../Images/grline.gif' );
	background-repeat: no-repeat;
	margin-right: 10px;
	height: 634px;
}

#right_col ul
{
	margin: 0px;
	padding: 0px;
}
#right_col li
{
	list-style: none;
	padding: 3px;
}
.master-footer
{
	
	color: Black;
	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;
}

#left_col ul
{
	list-style-image: url( '../Images/navstyle.gif' );
	list-style-position: outside;
}
#left_col li{ margin-bottom:10px;}	
#left_col li a { color:#0a3c13; text-decoration:none; font-size:14px;}
#left_col li a:hover { color:#4b7052; text-decoration:underline;}

.FooterLinks {
	text-align: center;
	margin-bottom: 20px;
	background-color: #91c071;
	height: 21px;
	border-top: solid 1px black;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	color: #0a3c13;
	font-weight: bold;
}
.FooterLinks a
{ padding:10px;
	}
.toplinks
{ padding-left:10px;
	}	
.toplinks a
{ padding:20px;
	}	