/* This style sheet formats the template areas */
body {
background: #fff5e5;
font-family: arial;
}

a{ 
color:#fff5e5;
text-decoration:none;
}

a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#container{
width: 802px;
margin-left: auto;
margin-right: auto;
}

#header{
	width: 801px;
	height: 196px;
	background-image: url('images/layout/header2.jpg');
}

#contactheader{
width: 801px;
height:25px;
font: Arial;
font-size: 11pt;
color: #004000;
text-align:center;
padding:5px 0 5px 0;
}

#menu {
	width: 801px;
	height: 44px;
	background-image: url('images/layout/linksbar.jpg');
	text-align:center;
}

#menu ul {
	margin: 0;
	padding: 12px 5px 11px 5px;
	list-style: none;
	line-height: normal;
	width: 801px;
	height: 44px;
}

#menu li {
	display: inline;
}

#menu a {
    padding: 12px 5px 11px 5px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #004000;
}

#menu a:hover {
	text-decoration: none;
	color: #89855d;
	background-image: url('images/layout/linksbarhover.jpg');
	background-position:-200px 0% ;
	padding: 14px 5px 11px 5px;
	color:#000000;
}
#bodytop{
position: relative;
width:801px;
height: 23px;
background-image: url('images/layout/bodytip.gif');
}

#content {
position: relative;
width: 785px;
background-image: url('images/layout/bodybg2.gif');
background-repeat: repeat-y;
padding: 5px 0 0 22px;
float:left;
}

#p_title{
	font-family: Arial;
	font-size: 10pt;
	color: #fff5e5;
	width:740px;
	padding:2px 0 2px 10px;
	height:auto;
	font-weight: bold;
	background-color:#004000;
}

#p_bottom{
	font-family: Arial;
	font-size: 10pt;
	color: #fff5e5;
	width:750px;
	margin:5px 0 5px 0;
	height:15px;
	font-weight: bold;
	background-color:#004000;
}
#bodybottom{
position: relative;
width:801px;
height: 23px;
background-image: url('images/layout/bodybottom.gif') ;
float:left;
}

#contactarea {
width:750px;
height:90px;
background-color:#FFF5E5;
position:relative;
float:left;
}

#L_contactarea {
	width:375px;
	float:left;
	position: relative;
	text-align:center;
	padding: 15px 0 15px 0;
}

#R_contactarea {
	width:375px;
	float:left;
	position: relative;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3c4c1c;
	padding:5px 0 5px 0;
}

#footer1{
	width:800px;
	height: 20px;
	color: #fff5e5;
	background-color: #004000;
	position: relative;
	font-size: 12px;
	text-align:center;
	padding-top: 2px;
	float:left;
}
