html, body {
	background-color:#9A9F96;
}


h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}


#wrapper {
	width:800px;
	margin:15px auto;
	background-color:#FFF;
}


#content {
	width:778px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}


#header {
	height:90px;
	padding-top:25px; 
	padding-bottom:15px;
}


#logo {
	float:left;	
	width:116px;
	padding-left:40px; 
}

#name {		
	width:622px; 
	float:left;
}

#name h1{
	font-family:"Trebuchet MS";
	font-size:22px;
	color:#4C8A21; 
	font-weight:normal;
	padding-left:27px;
	padding-top:20px;
}


#links ul {
	margin-left:40px; 
	padding:0px; 
}


#links li{
	float:left;
	list-style-type:none;
	width:115px;
	height:25px;
	text-align:center;
	background-color:#7A555F;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links li:hover{
	background-color:#A26172;
}


#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}


#links a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#contentarea {	
	clear:both; 
	margin-top:10px; 
}

#contentarea h3 {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#4C8A21;
	font-weight:bold;
	text-decoration:none;
}


#leftbar {
	padding-left:51px; 
	float:left;
	width:500px;
}


#breadcrumbs {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#4C8A21;
	font-weight:bold;
	text-decoration:none;
 	padding-top:25px; 
}


#leftbar h2 {
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#4C8A21;
	font-weight:normal;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:5px;
}


#leftbar h3 {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#4C8A21;
	font-weight:bold;
	text-decoration:none;
}


#leftbar p {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none; 
	padding-right:15px;
}


#leftbar ul {
	text-indent: -11px;
	padding-left: 11.5px;	
	padding-right:15px;
	list-style-type:square;
	list-style-position:inside;	
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
}

#leftbar ul ul {
	padding-left:11px;	
	list-style-type:circle;
	list-style-position:inside;	
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	
}

#leftbar a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#4C8A21;
	font-weight:bold;
	text-decoration:none;
}


#leftbar a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}


#rightbar {
	margin-top:25px; 
	float:left;
	width:215px;
	min-height:400px;
	border-left:1px solid #BCBDBC; 
	padding-left:15px;
}


#rightbar h2 {
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-top:22px; 	
	padding-bottom:5px;
}


#rightbar p {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
}


#rightbar a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#4C8A21;
	font-weight:bold;
	text-decoration:none;
}

#rightbar a:hover {
	color:#691f78;
	text-decoration:underline;
}

.icon {
	text-decoration:none;
	line-height: 250%
}

.greentext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#4C8A21;
	font-weight:bold;
	text-decoration:none;
}

.greentext a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#4C8A21;
	font-weight:bold;
	text-decoration:none;
}

#bottom {	
	clear:both;
	height:32px;
	padding-left:11px;	
	padding-top:25px;
}


#email {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	float:left;
	width:500px;
	background-color:#7A555F;
	height:27px;
	padding-top:5px;
	padding-left: 5px;
}


#email a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}


#email a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;	
}


#validtext {
	float:left;
	width:273px;
	background-color:#7A555F;
	height:27px;
	padding-top:5px;
}


#validtext p {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}


#validtext a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}


#validtext a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

