﻿*
{
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}

body
{
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #CCCCCC;
  text-align: center;
  background-image: url(Images/Background.jpg);
	font-family: Helvetica, Arial, sans-serif;
}

p
{
  margin-bottom: 14px;
  line-height: 22px;
}

h1
{
	font-style: normal;
	font-size: 24px;
	font-weight: bolder;
	font-variant: normal;
	color: #546a05;
	margin-bottom: 14px;
}

h2
{
	font-style: normal;
	font-size: 16px;
	font-weight: bolder;
	font-variant: normal;
	color: #546a05;
	margin-bottom: 6px;
}

#MasterContainer
{
	margin: 0 auto;
	width: 775px;
	text-align: left;
	background-color: #ffffff;
}

#MasterHeader
{
	height: 125px;
	width: 775px;
	display:block;
	background-image: url(Images/Header.jpg);
	font-size: 24px;
	color: #546a05;
}
#MasterHeader:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#MasterHeader #Logo
{
  float: left;
  width: 93px;
  height: 80px;
  margin-top: 18px;
  margin-left: 16px;
  margin-right: 11px;
}

#MasterHeader #Logo a 
{
  width: 93px;
  height: 80px;
  display: block;
  text-indent: -2000px;
  background-image: url('Images/Logo.jpg');
}

#MasterHeader #HeaderContent
{
  float: left;
  width: 450px;
  height: 100px;
  margin-top: 12px;
}

#MasterHeader #HeaderContent h1
{
	display: block;
	margin: 0px;
}

#MasterHeader #HeaderContent h2
{
	margin-left: 30px;
	display: block;
	margin: 0px;
}

#MasterHeader #HeaderContent #NavTop
{
  margin-top: 25px;
  margin-left: 140px;
}

#MasterHeader #HeaderContent #NavTop a
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-image: url(Images/NavTopBullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	padding-bottom: 6px;
	color: #546a05;
}

#MasterHeader #Image
{
  float: right;
  width: 175px;
  height: 117px;
  margin-top: 4px;
  margin-right: 2px;
}

#MasterContent
{
	width: 775px;
	background-image: url(Images/BackgroundContent.jpg);
	background-repeat: repeat-y;
	margin: 9px 0px 9px 0px;
}
#MasterContent:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#MasterContentWrapper
{
  height: 100%;
	width: 775px;
}
#MasterContentWrapper:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#MasterContent #MasterContentWrapper #Left
{
	float: left;
	width: 156px;
}

#MasterContent #MasterContentWrapper #Left #NavLeft
{
	list-style-type: none;
	padding-left: 6px;
	padding-top: 14px;
	background-color: transparent;
}

#MasterContent #MasterContentWrapper #Left #NavLeft a
{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #546a05;
	text-decoration: none;
	background-image: url(Images/Bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

#MasterContent #MasterContentWrapper #Left #NavLeft a:hover
{
	color: #869352;
	text-decoration: underline;
}

#MasterContent #MasterContentWrapper #Left #ContactBox
{
  width: 132px;
	height: 46px;
	background-color: #8a9856;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 20px 16px;
	text-align:center;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;	
	line-height: 22px;
}

#MasterContent #MasterContentWrapper #Content
{
  float: right;
  width: 590px;
  margin-right: 10px;
}

#MasterFooter
{
  background-color: #7b9619;
	height: 20px;
	width: 775px;
	color: #ffffff;
	text-align: center;
	display: block;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
}
#MasterFooter:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
