/* GENERAL ELEMENTS
------------------------------------------------------------------------------------------------------------------------------------ */
body {
	margin:0;
	background: #000000;
}

a {
	text-decoration: none;
}
a:link {
	color: #4c6b31;
}
a:visited {
	color: #4c6b31;
}
a:active {
	color: #86bc56;
}
a:hover {
	color: #86bc56;
}
/* END GENERAL ELEMENTS
------------------------------------------------------------------------------------------------------------------------------------ */


/* PAGE STRUCTURE / OVERALL POSITIONING
------------------------------------------------------------------------------------------------------------------------------------ */

#shell {
	margin:0 auto;
	padding:0;
	width:770px;
}
#header {
	margin:20px 0 7px 0;
	padding:0;
	height:120px;
	width:770px;
	float:left;
}
#contentShell {
	margin:0;
	padding:0;
	width:770px;
	clear:both;
}
#contentLeft {
	margin:0;
	padding:0;
	width:210px;
	background-color:#ADA076;
	min-height:433px;
	text-align:left;
	float:left;
}
#contentRight {
	margin:0;
	padding:0;
	background:#F3EEE0;
	width:553px;
	text-align:left;
	float:right;	
}
#footer {
	margin:0 0 0 0;
	padding:67px 0 40px 0;
	width:770px;
	height:181;
	clear:both;
	background-image:url(../images/footerBar.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
/* END PAGE STRUCTURE / OVERALL POSITIONING
------------------------------------------------------------------------------------------------------------------------------------ */




/* MAIN MENU
------------------------------------------------------------------------------------------------------------------------------------ */
.menuButton{ 
	margin: 0 20px 0 20px;
}
/* END MAIN MENU
------------------------------------------------------------------------------------------------------------------------------------ */



/* LEFT COLUMN
------------------------------------------------------------------------------------------------------------------------------------ */
#contentLeft div.MenuBg {  
	margin:0;
	padding:0;
	width:210px;
	height:433px;
	background-image:url(../images/leftColumnTop.jpg);
	background-repeat:no-repeat;
}
#contentLeft div.Menu {  
	margin:34px 0 0 0;
	padding:0;
	width:210px;
	float:left;
}
/* END LEFT COLUMN STYLES
------------------------------------------------------------------------------------------------------------------------------------ */



/* RIGHT COLUMN STYLES
------------------------------------------------------------------------------------------------------------------------------------ */
#contentRight div.header {
	margin:0;
	padding:34px 0 0 20px;
}
#contentRight div.pic {
	margin:0;
	padding:20px 20px 0 0;
	float:right;
}
.staffTable{
	margin:0;
	padding:0 20px 0 20px;
}
.tableLine{
	font-size:1px;
	margin:0 20px 0 20px;
	padding:9px 0 0 0;
	border-bottom-color:#B2A680;
	border-bottom-width:1px;
	border-bottom-style:dashed;
}
.staffLeft{
	margin:0;
	padding:10px 0 0 0;
}
h1 {
	margin:20px 20px 0 20px;
	border:0;
	color:#585036;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:14px;
	font-weight:bold;
}
h2 {
	margin:0 20px 0 20px;
	padding:10px 20px 10px 0;
	color:#000000;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:13px;
	font-weight:normal;
	border-bottom-color:#B2A680;
	border-bottom-width:1px;
	border-bottom-style:dashed;
}
h3 {
	margin:0 20px 0 20px;
	padding:10px 20px 10px 0;
	color:#000000;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:13px;
	font-weight:normal;
}
#contentRight p {
	margin:0;
	padding:0;
	color:#000000;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:13px;
}

#contentRight div.news {
	margin:20px 0 0 0;
	padding:0 20px 0 20px;
	width:236px;
	float:left;
	border-right-color:#B2A680;
	border-right-width:1px;
	border-right-style:dashed;
}
#contentRight div.temp {
	margin:20px 0 0 0;
	padding:0 20px 0 0;
	width:236px;
	float:right;
}
/* END RIGHT COLUMN STYLES
------------------------------------------------------------------------------------------------------------------------------------ */



/* FOOTER STYLES
------------------------------------------------------------------------------------------------------------------------------------ */
#footer div.contactInfo{
	margin:56px 0 0 0;
	padding:0 45px 0 0;
	float:right;
}
#footer div.contactLeft {
	padding:0 20px 0 0;
	float:left;
}
#footer div.conactRight {
	float:right;
}
#footer p {
	margin:0 0 0 465px;
	padding:0;
	color:#251515;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	letter-spacing:-1px;
	text-decoration:none;
	line-height:12px;
}
#footer p a:link {
	color:#000000;
}
#footer p a:visited {
	color:#000000;
}
#footer p a:active {
	color:#495F76;
}
#footer p a:hover {
	color:#495F76;
}
/* END FOOTER STYLES
------------------------------------------------------------------------------------------------------------------------------------ */
