body {
 	margin: 0;
 	padding: 0;
	background: #2C5124;
	font-size: 70%; 
	font-family: "Verdana",Arial, Tahoma, Sans-Serif;
}

#container {
	margin: 0 auto;
	height: 100%;
	width: 801px;
	padding: 40px 0 0 0;
	background: url('images/bg.jpg');
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	background: url('images/mainbg.jpg');
	background-repeat: repeat-y;	
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: url('images/mainbg.jpg');
	background-repeat: repeat-y;	
} 
#main_content_top {
	height: 16px;
	background: url('images/headertop.gif');
} 
#main_content_bottom {
	height: 16px;
	background: url('images/base.gif');
}
#footer {
	text-align: center;
	font-size: 90%;
	margin: 10px auto 0 auto;
	height: auto;
	color: #fff;
	min-height: 30px;
	background: url('images/bg.jpg');
	background-repeat: repeat-y;	
}

#footer a {
	color: #7D8772;
	font-weight: normal;
}

#footer hr {
	display: none;
}

#footer .hr {
	border-top: 2px solid #7D8772;
 	margin: 0 2.8em 0 2.3em;
 	height: 1em;
}


.content {
	float: left;
	width: 506px;
	text-align: justify;
	padding: 0 0px 30px 30px;
	font-size: 100%;
}

.content h1 {
	margin: 7px 16px 0 3px;
	font-size: 170%;
	font-weight: normal;
	font-family: "Times New Roman",Arial, Tahoma, Sans-Serif;
	height: 40px;
	color: #2C5124;
	background: url("images/heading.jpg") repeat-x top left;
	padding: 8px 0px 5px 0px;
		
}

.content p {
	margin: 2px 25px 5px 10px;	
	padding: 5px 0px 5px 0;
}

.rightside {
	width: 253px;
	float: right;
	margin: 0 10px 0 -30px;
	padding: 0 0 30px 0;
}

.rightside p {
	margin: 0 50px 0 0;
	padding: 10px 0 10px 50px;
	font-size: 100%;
}

.rightside p.email {
	text-align: center;
	margin: 0 30px 0 10px;
	padding: 5px 0 10px 0px;	
}

.rightside p.email a {
	font-weight: normal;
}

.rightside .hr {
 	background: url("images/dot2.gif") repeat-x top left;
 	margin: 0 5.5em 0 3.5em;
 	height: 1em;
}

.content hr, .rightside hr {
	display: none;
}

#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	font-family: "Verdana",Arial, Tahoma, Sans-Serif;
	color: #A40008
}

#header .left {
	background: none;
	float: left;
	position: relative;
	width: 496px;
	margin: 0px 10px 0px 33px;
	padding: 0px;
}

#header .right {
	background: none;
	float: left;
	padding: 0;
	margin: 0px 0px 0px 0px;
	width: 212px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}

a {
	color: #2C5124;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #2C5124;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #2C5124;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #2C5124;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
