/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	margin: auto;
	width: 740px;
	font-size: 80%;
	background-color: #B9BCC5;
}
h1 {
	font-size: 22px;
	color: #5A4246;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 16px;
	color: #494949;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
p {
	margin: 0 0 10px 0;
	line-height: 20px;
}
ul, ol {
	margin: 0 0 0 25px;
	line-height: 18px;
}
#siteWrapper {
	width: 740px;
	float: left;
	text-align: left;
}
#mastHead {
	background: url(IMAGES/mastHead.gif) no-repeat;
	height: 214px;
}
#contentSection {
	background: url(IMAGES/mainBack.gif) #FFFFFF repeat-y;
	padding: 0px 40px 0 40px;
	float: left;
}
#leftColumn {
	width: 160px;
	float: left;
	padding: 0;
}
#rightColumn {
	width: 440px;
	float: left;
	border-top: 10px solid #5A4246;
	padding: 30px;
}
#rightColumn a {
	color: #73AA63;
	text-decoration: none;
	border-bottom: 1px dotted #73AA63;
}
#rightColumn a:hover {
	border-bottom: 1px solid #73AA63;
}
#leftColumn ul {
	background: url(IMAGES/leftNavBack.gif) no-repeat;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	float: left;
	width: 160px;
}
#leftColumn li {
	float: left;
	width: 160px;
}
#leftColumn a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px 0 15px;
	width: 140px;
	line-height: 30px;
	float: left;
	font-size: 11px;
}
#leftColumn a:hover, #leftColumn a.On {
	background: url(IMAGES/leftNavOn.gif) no-repeat;
}
#leftColumnBottom {
	background: url(IMAGES/leftNavBackBottom.gif) top right no-repeat;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	height: 10px;
	display: table-cell;
}
#emailform {
	padding: 8px;
	width: 144px;
	float: left;
	font-size: 10px;
	background-color:#CCCCCC;
}
#emailform h1 {
	font-size: 11px;
}
#emailform input {
	font-size: 10px;
	vertical-align: middle;
}
#emailform .element_text {
	border: 1px solid #009900;
	width: 80px;
	padding: 2px;
	width: 138px;
	margin: 0 0 3px 0;
}
#emailform .element_submit {
	background-color:#FFCC66;
	border: 1px solid #494949;
	padding: 0;
}
#About img, #Home img {
	float: right;
	margin: 0 0 20px 20px;
	border: 3px solid #5A4142;
}
.divider {
	border-bottom: 1px dotted #494949;
	margin: 0 0 10px 0;
}
.cap {
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	height: 26px;
	padding: 8px 2px 0 0;
	color: #5A4246;
}

#footerSection {
	background: url(IMAGES/footer.gif) bottom no-repeat;
	height: 30px;
	padding: 0px;
	width: 740px;
	float: left;
}
#footer {
	padding: 0 40px 10px 40px;
	font-size: 10px;
	color: #999999;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer a {
	color:#666666;
}