﻿body 
{
  background-image:url(../Images/page_back.png);
  background-repeat:repeat;
  font-family: Verdana, Trebuchet MS, helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  color: #666666;
  margin:0px 0px 0px 0px;
}

.MenuArea
{
	background-image:url(../Images/home_side.png);
	background-repeat:no-repeat;
	background-color:#000000;
	height:472px;
	width:216px;
}

.PageShadow
{
	background-image:url(../Images/page_shadow.png);
	background-position:center;
	background-repeat:repeat-y;
}

.FooterShadow
{
	background-image:url(../Images/footer_shadow.png);
	background-position:center;
	background-repeat:no-repeat;
	height:38px;
}	

.FooterLeft
{
	background-color:#030405;
	height:11px;
	width:216px;
}

.FooterRight
{
	background-color:#ce8c4c;
	height:11px;
	width:700px;
}

a
{
	color:#7a5639;
	font-weight:bold;
}

.PageLayout
{
  background-image:url(../Images/PageBackground.png);
  width:900px;
}
.PageHeader
{
  background-image:url(../Images/PageHeader.png);
  background-repeat:no-repeat;
   width:900px;
  height:171px;
}

.textbox
{
	width:200px;
	background-color:#ffffcc;
}
.mainText
{
	width:400px;
}

.list
{
	color:#333333;
	padding-top:5px;
}

.podHeader
{
	color:#7a5639;
	border-bottom:solid 1px #5a7b40;
	height:20px;
	font-weight:bold;
}

#MainContent
{
	text-align:left;
	/*color:#6f4d32;*/
	color:#000000;
}

#MainContent ol
{
	padding-bottom:4px;
	margin-top:4px;	
	font-weight:bold;
}

#MainContent ul
{
	padding-bottom:4px;
	margin-top:4px;	
	font-weight:bold;
}

#MainContent li
{
	padding-bottom:4px;
	font-weight:bold;
}

.liText
{
	font-weight:normal;
}

#MainContent p
{
	padding-bottom:5px;
	margin-top:4px;	
	margin-bottom:0px;
}

.mainHeader
{
	font-weight:bold;
	font-size:16px;
	padding-bottom:8px;
}

.subHeader
{
	font-weight:bold;
	font-size:13px;
	padding-top:6px;
}

	

