body {
	margin: 0; padding: 0;
	color: #000; 
	background: #F2FFF8;	
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:70%; font-family:Verdana, Tahoma, Arial, sans-serif 
}

/* links */
a {
	color: #DA7A6A; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #575757;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #75A54B;
	background-color: inherit;
	border-bottom: 1px solid #D3A97E;		
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
img {
	border: 3px solid #D5D5D5;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}
img.no {
	border: 0px;
	
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

blockquote {
	border-right:1px solid #f2f2f2; border-top:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2; margin:10px; background:#FAFAFA url('quote.gif') no-repeat 8px 10px !important; border-left:4px solid #FF9966; padding-left:32px; padding-right:0; padding-top:0; padding-bottom:0   
}

/* form elements */
form {
	margin:10px; padding: 5px;
	
	background-color: #E1FFEC; 
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #75A54B;
}
/* search form */
form.search {
	position: absolute;
	top: 150px; left: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 90px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 50px;
	vertical-align: top;
}


#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 850px;
	text-align: left;
		background: #F2FFF8;

}

/* header */
#header { 
	position: relative;
	height: 200px; 
	margin: 0; padding: 0;
	color: #808080; 
	
	
}
#header h1#logo {
	position: absolute;	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #75A54B;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header h1#logo span { color: #333333; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 43px; left: 45px;
}

/* menu */
#menu {
	clear: both;
	background: #FF9966 url('menubg.gif') repeat-x;
	height: 30px;
	margin: 0;
	font-style:normal; font-variant:normal; font-weight:bolder; line-height:30px; font-size:1.2em; font-family:Tahoma, Verdana, Arial, Sans-Serif		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #FFA500;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #333;	
	background: url('menu-hover-bg.gif') repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url('menu-current-bg.gif') repeat-x;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%; 
	height: 800px;
	margin: 0;	padding: 0; 
	background: #ffffb2;
		border: 2px solid #999999;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #D3A97E;	
	background: url('arrow.gif') no-repeat 3px 6px;	
	padding-left:20px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: url('none');
	text-decoration: none	
}

#rightbar {
	float: right;
	width: 20%;
	height: 800px;
	padding: 0;
	margin: 0; 	
		background: #ffffb2;
	border: 2px solid #999999;
}

/* main column */
#main {
	float: left;
	margin: 0 0 0 6px;
min-height: 800px;
	padding: 0;
	width: 57%;	
	text-align:justify;
	background: #e1ffec;
	border: 2px solid #999999;

}
* html #main{ height: 800px; /* IEs */}

/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #F2FFF8;
	height: 60px
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 800px
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 33%;
	float: right;
	text-align: right;
}