@charset "UTF-8";
/* CSS Document */

/*left side*/
#sidebar1 {
	float: left;
	position: relative;
	top: 0px;
	width: 166px;
	height: 600px;
	/*bg  graphic height is 485px - to shorten it, make the second zero a negagive number*/
	background:Transparent url(header/SIDE_left_body_large.gif) 0 0 no-repeat;
	padding:0;
	font-size:8pt;
	color:#6e906e;
	margin:24px 0 0 0;
}
#sidebar1 h3 {
	color:#537353;
	font-size:8pt;
	letter-spacing:1pt;
	line-height:150%;
	font-weight:bold;
	text-align:center;
	height:24px;
	padding:5px 8px 0 3px;
	margin:0 0 -5px 0;
	background:url(header/SIDE_left_header.gif) no-repeat;
}
#sidebar1 h3 span {
	color:#344c34;
}
#sidebar1 .links {
	color:#929191;
	line-height:26px;
	background:url(header/SIDE_left_links.gif) 0 13px repeat-y;
}
#sidebar1 .links p {
	margin:0;
	line-height:26px;
	padding:0 5px 0 15px;
}
#sidebar1 .links a {
	 color:#FFFFFF;
	 text-decoration:none;
}
#sidebar1 .links a:hover {
	 text-decoration:underline;
}
#sidebar1 .links a:visited {
 color:#ffe9f9;
}
#sidebar1 p {
	margin:0;
	line-height:10pt;
	padding: 8px 12px;
	border-bottom:1px solid #142814;

}
#sidebar1 .ender {
	height:13px;
	background:url(header/SIDE_left_bottom.gif) right bottom no-repeat;
}


#sidebar1 .sprites img {
	border:none;
	}
 
 
/*right side*/
#sidebar2 {
	float: right;
	position:relative;
	top: 0px;
	width: 166px;
	height:600px;
	/*bg  graphic height is 485px - to shorten it, make the second zero a negagive number*/
	background:Transparent url(header/SIDE_right_body_large.gif) 0 0 no-repeat;
	padding:0;
	color:#6e906e;
	margin:24px 0 0 0;
}
#sidebar2 h3 {
	color:#537353;
	font-size:8pt;
	letter-spacing:1pt;
	line-height:150%;
	font-weight:bold;
	text-align:center;
	height:24px;
	padding:5px 3px 0 8px;
	margin:0 0 -5px 0;
	background:url(header/SIDE_right_header.gif) no-repeat;
}
#sidebar2 h3 span {
	color:#344c34;
}
#sidebar2 h4 {
	font-size:8pt;
	font-style:italic;
	color:#ffffff;
	margin:0px;
	padding: 5px 5px 5px 15px;
}
#sidebar2 .sublink {
	color:#7c7c7c;
	line-height:26px;
}
#sidebar2 .sublink p {
	font-size:7pt;
	letter-spacing:1pt;
	line-height:8pt;
	margin:0;
	padding:0 5px 26px 15px;
	background:url(header/SIDE_right_links.gif) left bottom no-repeat;
	border: 0 none;
}
#sidebar2 .sublink a img{
	margin: 0 0 3px 0;
}
#sidebar2 .sublink a {
	 text-decoration:none;
}
#sidebar2 .sublink a:hover {
	 text-decoration:underline;
}
#sidebar2 .sublink a:visited {
 color:#ffe9f9;
}

#sidebar2 p {
	margin:0;
	line-height:10pt;
	padding: 8px 12px;
	border-bottom:1px solid #142814;
}

#sidebar2 .ender {
	height:13px;
	background:url(header/SIDE_right_bottom.gif) right bottom no-repeat;
}