body {
	margin:0px;
	background-color:#E2E2CE;
	background-color:#7B9172;
	font-family: Arial, Verdana, sans-serif;
	background-image:url("/images/woodlandbg.jpg");
	background-repeat:no-repeat;
}
#wrapper {
	width:985px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-left: 0px solid #D1D1BB;
	border-right: 0px solid #D1D1BB;
	-moz-box-shadow: 0 0 1em #666;
	-webkit-box-shadow: 0 0 1em #666;
     box-shadow: 0 0 1em #666;
	 }
#header {
	background-image:url("/images/background.gif");
	background-repeat:repeat-x;
	height:133px;
}
#sidebar {
	float:left;
	width:180px;
	padding-bottom:30px;
	background-image:url("/images/sidebarbg.gif");
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:10px;
}
#content {
	margin-left:240px;
	margin-right:25px;
}
.rightcol {
	width:190px;
	float:right;
}
.maincol {
	width:500px;
}
/* navigation */

#sidebar ul {
	padding-top:20px;
	padding-bottom:10px;
}
#sidebar ul li {
	line-height:normal;
	margin-bottom:8px;
}
#sidebar ul li a {
	display:block;
	background-image:url("/images/navbg.gif");
	background-repeat:no-repeat;
	padding-left:6px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:#008800;

}
#sidebar ul li.selected a {
	background-image:url("/images/navbg-hover.gif");
}
#sidebar ul li a:hover {
	background-image:url("/images/navbg-hover.gif");
	text-decoration:none;
}
.quote h2 {
	color:#666600;
}
.quote p {
	font-style:italic;
	margin-right:10px;
}
/* reset some stuff globally */

img {
	border:none;
}
a:link, a:visited {
	text-decoration:none;
	color:#006600;
}
a:hover {
	text-decoration:underline;
}
ul {
	list-style-type:none;
}
.maincol ul, .maincol ol {
	padding-left:25px;
}
.maincol ul {
	list-style-type:disc;
}
ul.ticklist {
	padding-left:3px;
}
ul.ticklist li {
	background-image:url("/images/tick.gif");
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left:20px;
	list-style-type:none;
}
p, h1, h2, h3, h4, h5, ul, ol, li {
	margin:0px;
	padding:0px;
	line-height:166%;
	color:#333333;
}
p {
	padding-top:5px;
	padding-bottom:8px;
}
p, li, th {
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	color: #555555;
	line-height:175%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color:#006633;
	font-weight: normal;
	line-height:normal;
	margin-top: 24px;
	padding-bottom: 5px;
	margin-bottom:7px;
	font-style:italic;
}
h2 {
	color:#006633;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 10px;
}
h3 {
	color:#3366CC;
	font-weight:normal;
	font-size:80%;
	padding-top:6px;
	padding-bottom:0px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.overline {
	border-top: 3px double #CCCCCC;
}
h2.overline {
	padding-top:10px;
}
img.float_right {
	float:right;
	margin-left:15px;
	margin-bottom:7px;
}
#content ul.pdflist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-bottom:12px;
	padding-left: 0.3em;
	padding-top: 0.3em;
}
#content ul.pdflist li {
	background-image: url("/images/icon_pdf.gif");
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 1.85em;
	line-height: 175%;
}
/* rightcol */


.rightcol .box {
	background-color:#FCFCE9;
	padding:4px;
	padding-top:0px;
	font-size:90%;
	margin-bottom:20px;
}
.rightcol .box h2 {
	background-color:#AAB87A;
	padding-left:6px;
	color:#FFFFCC;
	margin-top:3px;
}
.rightcol .box p {
	line-height:160%;
	padding-left:6px;
	padding-right:4px;
}
.rightcol .box ul {
	margin-top:10px;
	margin-bottom:10px;
}
.rightcol .box li {
	line-height:160%;
	padding-left:20px;
	padding-right:4px;
	background-image:url("/images/bullet-leaf.gif");
	background-repeat:no-repeat;
}
button {
	background-color:#006600;
	color:#FFFFFF;
	padding:4px;
	border: none;
	font-weight:bold;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:5px;
	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 5px #CCC;
	
/*	-moz-border-radius:2px;*/
	
}
button:hover {
	background-color:#BA9952;
	color:#FFFFFF;
}
/* gallery */

span.gallery img {
	float:left;
	margin-left: 8px;
	margin-top: 8px;
}
.backtotop {
	margin-top:15px;
}
/* tables */


#content table {
	margin-top:10px;
	margin-bottom:10px;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
#content th {
	background-color:#669966;
	text-align:left;
	color:#FFFFFF;
	padding:3px;
	padding-left:6px;
	border-left:1px dotted #CCFF99
}
#content td {
	vertical-align:top;
	padding:6px;
	border-left:1px dotted #999999;
}
#content td ul {
	list-style-type:none;
	padding:0px;
}


table.standard {	width:95%;
}

table.standard th {
	background-color: #E9BBD5	;
	color: #87345D;
	}
	
table.standard th span {
	color: #660000;
	}
	
table.standard th span {
	background-color: #CC0000;
	color:#FFFFFF;
	padding-left:4px;
	padding-right:4px;
	margin-left:5px;
	}
	





ul.tabs {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin:0px;
	padding-top:20px;
	margin-top:10px;
}

ul.tabs li {
	display:inline;
	margin:0px;
	padding:0px;
	
}

ul.tabs li a:link,
ul.tabs li a:visited {

	color:#006600;
	padding:8px;
	padding-right:12px;
	padding-left:12px;
	text-decoration:none;
	border:1px solid #999;
	border-bottom:none;
	margin-right:5px;
	background-color:#DDDDDD;
	white-space: nowrap;	
	
}


ul.tabs li a.selected:link,
ul.tabs li a.selected:visited,
ul.tabs li a:hover {
	color:#006600;
	background-color:#FFFFFF;
	background-image:none;
	background-position:center bottom;
}






/* footer */

#footer {
	margin-top:25px;
	font-size:95%;
	padding:15px;
	background-color:#E2E2CE;
	padding-left:20px;
	padding-right:25px;
	padding-bottom:10px;
}
#footer p {
}

#footer  a:link,
#footer  a:visited {

}

