/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |CSS Stylesheet (C) Copyright 2006 Websmart Incorporated | */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* Layout */

html {
}

body{
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
/*	background-color: #C2C2C2;*/
	background-color:#DBDDDA;
/*	background-color: #F1EED6;*/
	line-height: normal;
	color: #444444;
}
div#HeadingContainer{
	width: 100%;
	height: 154px;
	background-image:  url("../images/siteimages/headingback.jpg");
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

div#Heading{
	width: 760px;
	height: 154px;
	overflow: hidden;
	background-image:  url("../images/siteimages/heading.jpg");
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #666666;

}
div#Menu{
	width: 760px;
	position: relative;
	top: 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 1px;
	height: 26px;
	border: 0px;
	
	}
	
#Menu ul {
	padding: 0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: visible;
	list-style-type: none;
}
#Menu ul li { display: inline; }

#Menu ul li a
{
	padding: 5px 5px 0px;
	color: #3D3D3D;
	background-color: inherit;
	text-decoration: none;
	height: 21px;
	float: left;
	letter-spacing: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6FC21C;

}

#Menu ul li a:hover
{
	padding: 6px 5px 0px;
	color: #ffffff;
	height: 22px;
	background-image:  url("../images/siteimages/menuhover.gif");
	background-repeat: no-repeat;
	background-color: #5E7510;

}	
div#MainContainer{
	width: 760px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444444;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #444444;
	}
div#TableContent{
	width: 760px;
	}
	
.LeftColumn{
	width: 245px;
	background-color:#eeeeee;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	display: none;

}
div#Left{
	width: 200px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left: 5px;
	display:none;}

.MidColumn{
	background-color: #ffffff;
	width: 515px;
}

.RightColumn{
	width: 245px;
	overflow: visible;
	background-color: #D4D9C3;
/*	background-color:#E5ECDE;*/
/*	background-color:#CCDBBC;*/
/*	background-color:#E0B58D;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;

}
div#Right{
	width: 235px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;	
	
	}

div#MainContent{
	width:auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	
}
	
#MainContent P{
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#MainContent hr{
	margin-top: 4px;
	margin-bottom: 10px;
	color:#C27A1B;
	height: 2px;
	noshade:noshade;
}
div#FooterContainer {
	width: 760px;
	min-height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: none;
	clear: both;
	border: 1px solid #425227;
	background-color: #444444;
}
div#Footer{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;	
	color: #eeeeee;
	padding-bottom: 10px;
}

#Footer span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#Footer span a {
	padding: 0px 4px;
	color: #eeeeee;
	text-decoration: underline;
}

#Footer span a:hover
{
	padding: 0px 4px;
	color: #9BC21C;
	text-decoration: none;
}
div#Footer2{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: center;	
	color: #3D3D3D;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#Footer2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
}
#Footer2 span a {
	padding: 0px 4px;
	color: #3D3D3D;
	text-decoration: underline;
}

#Footer2 span a:hover
{
	padding: 0px 4px;
	color: #C27A1B;
	text-decoration: none;
}

/* General Styles*/

h1 {
	font-size: 175%;
	font-weight: normal;
	color: #444444;
	padding-bottom: 2px;
	margin-top: 1px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: inherit;
	letter-spacing: .01em;
	}
h2 {
	font-weight: normal;
	font-size: 155%;
	color: #C27A1B;
/*	color: #4E6304;*/
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	background-color: inherit;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
h3 {
	font-size: 140%;
	font-weight: normal;
	color: #5E7510;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
	background-color: inherit;
	letter-spacing: .01em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color: #444444;
	font-size: 125%;
	margin-top: 2px;
	margin-bottom: 3px;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	color: #C27A1B;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
h6 {
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	color: #5E7510;
}
A:link {
	color: #0000FF;
	text-decoration: underline;
	background-color: inherit;
}
A:visited {
	color: #6D2D77;
	text-decoration: underline;
	background-color: inherit;
}
A:active {
	color: #6D2D77;
	text-decoration: underline;
	background-color: inherit;
}
A:hover {
	color: #C27A1B;
	text-decoration: underline;
	background-color: inherit;
}
.small {  font-size: 10px}
.formlabels {
	color: #B00404;
	font-weight: bold;
background-color: inherit;
}
.linedivider {
	border: thin dotted #737357;
}
.linkslist1 {
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #2B5C85;
	background-color: inherit;
}
.linkslist1b {
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}
.linkslist2 {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}
.separator{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	display: block;
	background-color: inherit;
}
.sidebar{	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}

fieldset{
	padding: 5px;
	border: 1px solid #bfaf8b;
	
}
fieldset ul{
	margin-top: 1px;
	margin-bottom: 5px;
	}
div#PhotoBorderLarge{
	width: auto;
	height: auto;
	border: 2px solid #425227;
	background: #ffffff;
	padding: 10px 15px;
}
#PhotoBorderLarge image{
	border: 0px solid #425227;
}

.rowline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #406747;
}
div#RightBox{
	height: auto;
	width: 100%;
	background-color:#BBBFAC;
/*	background-color: #F8E9DC;*/
	padding: 5px;
	margin-bottom: 10px;
}
