/* layout */

* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 13px;
 line-height:18px;
 background-image:url(../images/header.jpg);
 background-repeat: repeat-x;
 background-color:#e1e6b9;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 width: 900px;
 float: left;
 padding: 0px;
 height: 330px;
 margin-top: 15px;
 }

#topbar {
 width: 922px;
 float: left;
 height: 100px;
 margin-top: -50px;

}

#leftcolumn { 
 color: #333;
 padding: 10px;
 width: 210px;
 float: left;
 margin-left:15px;
 margin-top:10px;
 font-weight:bold;
 font-size:14px;
 line-height:24px;
}
#rightcolumn { 
 float: right;
 color: #333;
 padding: 10px;
 width: 650px;
 display: inline;
 margin-top:10px;
}
#footer { 
 width: 922px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 text-align:center;
 font-size:10px;
}
#footerB { 
 width: 922px;
 clear: both;
 color: #333;
 text-align:center;
 font-family:"Courier New", Courier, monospace;
 font-size:11px;
 margin-bottom:20px;
 margin-top:15px;
 line-height:11px;
}

/* styles */

h1 {
	font-size: 24px;
	font-weight: bold;
	color:#1e7844;
	line-height:32px;
	margin-bottom:5px;
}
h2 {
	font-size: 18px;
	line-height:26px;
	font-weight: bold;
	color:#5e6336;
}
h3 {
	font-size: 16px;
	line-height:22px;
	font-weight: bold;
	color:#5e6336;
}

a, a:visited {	
	color:#1e7844;
	text-decoration: none;
}
a:hover {
	color:#333333;
	text-decoration: none;
}

