body {
	margin: 0;
   padding: 20px 10px 10px 0;
	color: #000;
	background: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 81%;
	width: 600px;
}


/*
 *-----------------------------------------------------------------------------
 * Navigation
 *-----------------------------------------------------------------------------
*/

#navigation {
	width: 				584px;
	height: 			25px;
	float: 				left;
   	border-bottom: 2px #628C20 solid;
	
   padding-left: 16px;	
}

#navigation ul {
	width: 				584px;
	height: 			25px;
	margin: 			0;
	padding: 			0;
	display: 			inline;
	float: 				left;
	list-style: 		none;
}

#navigation li {
	float:            	left;
	margin:           	0;
	padding:          	0;
}

#navigation a:link, #navigation a:visited {
	float:            	left;
	display:          	block;
	margin:           	0;
	padding:          	4px 12px;
	width:				80px;
	text-align:			center;
	border-left: 		2px solid #fff;
	color:				#000000;
	text-decoration:  	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
   	background:			transparent url(../images/menuback.gif) no-repeat;	
	font-size: 			1.0em;
	
}

#navigation a:hover, #navigation a:active, #navigation a.current {
	background: 		transparent url(../images/menuback.gif) 0px -60px no-repeat;
	font-weight: 		bold;
}

/*
 *-----------------------------------------------------------------------------
 * 
 *-----------------------------------------------------------------------------
*/


   
a:link {
	color:#000;
	background: transparent;
	text-decoration:underline;
}

a:visited, a:active {
	color: #000;
	background: transparent;
	text-decoration:underline;
}

a:hover {
	color: #95C21D;
	background: transparent;
	text-decoration:none;
}
   
h1, h2, h3, h4 {
	margin:0;
}

h1 {
	font-size: 1.4em;
	}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	clear: both; 
}

h4, h5, h6 {
	font-size: 1em;
}

p {
	line-height: 125%;
}
   
img {
	border:none;
	}         
   
#header {
   background: White;
   color: #000;
   clear: both;
   border-bottom: 2px #628C20 solid;
}

#menu {
   border-bottom: 2px #628C20 solid;
   height: 25px;
   clear: both;
   width: 584px;
   line-height: 25px;
   padding-left: 16px;
}

#menu p {
   line-height: 25px;
   padding-left: 20px;
   /*border: 1px solid #000;*/
}

#menu a, #menu a:visited {
   float: left;
   width: 15%;
   display: block;
   text-align: center;
   border-left: 2px solid #fff;
   background: transparent url(../images/menuback.gif) no-repeat;
   text-decoration: none;
   color: #000;
}

#menu a:hover {   
   background: transparent url(../images/menuback.gif) 0px -60px no-repeat;
   font-weight: bold;
}

#content {
   background: White;
   color: #000;
   clear: both;
   margin-bottom: 4px;
   padding: 16px;
   
}

/*div {
   border: 1px solid #000;
}*/

#content-left {
   background: transparent;
   color: #000;
   float: left;
   width: 350px;
}

#content-right {
   background: transparent;
   color: #000;
   float: right;
   width: 200px;
   padding-top: 16px;
}

#footer {
   background: White;
   color: #000;
   clear: both;
   border-top: 2px #628C20 solid;
   text-align: right;
   padding: 2px;
   font-size: 76%;
}

.last_menu_item {
   border-right: 2px solid #fff; 
}

.float_right {
   float: right;
}

.teaser {
   color: Maroon;
   font-weight: bold;
   margin-bottom: 40px;
}

.ref_item {
	margin: 20px 0 20px 0;
	padding: 0 10px 20px 10px;
	border-bottom: 2px solid #cccccc;
}

.spacer {
   clear: both;
}