* {
margin:0;
padding:0;
border:none;
z-index:0;
}

html, body:{
	height: 100%;
	
	}
	
	
body, h1, h2, h3, h4, h5, h6, p, span {
	font-family : "Tahoma", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	
}

p, span {
	
	margin-top: .7em;
	margin-bottom: 0px;
	margin-left: .5em;
	margin-right: .5em;
	
	
	}
	
ul, li, lh {
	font-family : "Tahoma", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: .5em;
	margin-right: .5em;

	}
	

h1 {
	color : #006E3D;
	font-size : 18px;
	font-weight : normal;
	margin-left: .5em;
	margin-right: .5em;
	
	
}

h2 {
	color : #006E3D;
	font-size : 16px;
	text-align: left;
	font-weight : bold;
	margin-left: .5em;
	margin-right: .5em;
}

h3 {
	color : #724107;
	font-size : 14px;
	letter-spacing: .1em;
	font-weight: normal;
	margin-left: .5em;
	margin-right: .5em;


	
}

h4 {
	color : #006E3D;
	font-size : 13px;
	font-weight: bold;
	margin-left: .5em;
	margin-right: .5em;
	

}

h5 {
	color : #006E3D;
	font-size : 14px;
	font-weight : bold;
	margin-left: .5em;
	margin-right: .5em;
	

}

h6 {
	color : #006E3D;
	font-size: 14px;
	font-weight : normal;
	text-align: center;
	margin-left: .5em;
	margin-right: .5em;


}

body {
background-color:#3F4F35;
}

a {
color:#724107;
text-decoration:underline;
}

a:hover {
color:#006E3D;
text-decoration:none;
}

blockquote {
margin:1em;
background-color:#D7ECF8;
background-image:url('blockquote-bg.gif');
background-position: 5px 3px;
background-repeat:no-repeat; padding-left:85px; padding-right:.5em; padding-top:.5em; padding-bottom:.5em
}

blockquote p {
margin:.2em;
color:#547699;
}

hr {
margin-bottom:0px;
margin-top: 0px;
border:none;
width:100%;
color:solid gray;
height:1px;
clear:both;
}



#container { 
margin:0 auto;
width:100%;
height: 100%;

}

#faux  {
 margin-top: 20px;
 background: url('images/bg_spacer.gif');
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%

}

#site{
margin:0 auto;
height: 100%;
width:790px;

}

#top{
position: abosolute;
left: 260px;
height: 150px;
background-image:url('images/topbanner2.jpg');
background-position: top right;
background-repeat:no-repeat;
z-index: 10;

}


#bar {
position: relative;
left: 240px;
padding-top: 3px;
width: 550px;
height: 25px;
text-align:center;
background-color: #724107;
color: #ffffff;
font-weight: normal;
}


#bar ul {

}

#bar li {
display: inline;
}


#bar li a {
text-decoration:none;
color: #ffffff;
}

#bar li a:hover {
color: #fffccc;
text-decoration: underline;
}

#dropmenudiv{ /*background color is set in the .js*/
	position:absolute;
	font-size : 8pt;
	border:1px solid #006E3D;
	z-index:100;
	margin-left: 0px;
	margin-top: 3px;
	padding: 3px;
	line-height: 165%;
	background-color: #FFAD97;	
	
}

#dropmenudiv a:link{ /* have to make special link properties for dropdown or it takes its cue from your normal a:link etc. which you may want underlined in the text */
	width:100%;
	color : #006E3D;
	font-weight : bold;
	text-decoration : none;
		
}

#dropmenudiv a:hover{ 
width:100%;
color: #724107;
text-decoration: none;
}


#leftpic {
position: absolute;
overflow: visible;
width: 240px;
height: 100%;
float: left;



}


#welcome {
position: relative;
width:540px;
height: 100%;
padding-left: 1em;
padding-top: 1em;
float: right;
background-color: #ffffff;
}

#main {
margin-top: 1em;
margin-right: 1em;
bottom: 20px;
width: 700px;
float: left;
}


#clearfooter {
clear:both;
height:115px;
}

#footer {
height: 100px;
margin:0 auto;
padding: 0;
width:790px;
clear: both;
}