body {
	margin: 0px;
	background-color: FFFFee;
	background-image: url(sub.gif);
	background-repeat: repeat-y;
	background-position: right center;
	width: 100%;
}

#head {
	background-color: #669933;
	padding: 7px;
	height: 80px;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#head h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

#head p {
	color: #99CC99;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}

#main {
	background-repeat: repeat-y;
	background-attachment: fixed;
	width: 100%;
	background-color: FFFFee;
	background-position: right center;
}



#content {
	padding: 7px 15px 7px 12px;
	float: left;
	width: 65%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #FFFFee;
}

#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #003399;
	font-size: 170%;
}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #333333;
}

#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC6666;
	font-size: 130%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
}

#content .pullquote {
}

#content ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 140%;
	padding-right: 7px;
}

#content li {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 50%;
	padding-left: 17px;
	line-height: 160%;
}

#content a:link {
	color: #CC6600;
}

#content a:hover {
}

#crumbs {
	margin: 0px;
	padding: 0px;
	width: 100%;

}

#crumbs ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-transform: uppercase;
	padding: 0px 0px 5px;
	margin: 0px;
}

#crumbs li {
	display: inline;
	background-image: url(crumbs.gif);
	background-position: 0px 40%;
	background-repeat: no-repeat;
	padding-right: 4px;
	padding-left: 15px;
	margin: 0px;
}

.imgright {
	float: right;
	padding: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;

}
.imgleft {
	padding: 3px;
	float: left;
	margin: 3px 5px 5px 3px;

}

#nav {
	width: 25%;
	float: right;
	padding: 7px 0px;
	margin: 0px;
	background-color: #F2F2E6;
}

#nav h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #993300;
	padding-left: 7px;
}

#nav .current {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	border-bottom: 1px solid #DEDEBE;
	display: block;
	width: 100%;
	padding-left: 10px;
	border-left: 1px solid #F2F2E6;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #F2F2E6;
	border-right: 1px solid #DEDEBE;
	background: #F2F2E6;
}

#nav ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style-type: none;
}

#nav li {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
	
}

#nav li a:link {
	color: #6B7D59;
	text-decoration: none;
	border-bottom: 1px solid #DEDEBE;
	display: block;
	width: 100%;
	padding-left: 10px;
	border-left: 1px solid #F2F2E6;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #F2F2E6;
	border-right: 1px solid #DEDEBE;
	background: #F2F2E6;
}

#nav li a:hover {
	background: #DBDBB7;
	text-decoration: none;
}

#nav li a:visited {
	color: #996600;
	text-decoration: none;
	border-bottom: 1px solid #CEDA8B;
	display: block;
	width: 100%;
	padding-left: 10px;
	border-left: 1px solid #EBEFCF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #F2F2E6;
	border-right: 1px solid #DEDEBE;
	border-left: 1px solid #F2F2E6;
	border-bottom: 1px solid #DEDEBE;
	background: #F2F2E6;
	
}

#footer {
	background-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin: 0%;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding-left: 2%;
	padding-top: 5px;
	line-height: normal;
	margin: 0%;
	padding-bottom: 1%;
}

#footer a:link {
	color: #666666;

}

#footer a:active {
}

#footer a:hover {
	background-color: #CCCCCC;

}

/*  Extras */

#highlight {
	background-color: #FFFFCC;
	padding: 7px;
	border: 1px solid #999966;

}

hr {
	width: 200px;
	border: 3px solid #99CC66;
}
.searchbox {
	float: right;
	padding-right: 10px;
}
.searchinput {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.searchbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-weight: bold;
	padding: 2px;
}

#tools {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	width: 95%;
	margin: 0px 0px 10px;
	font-weight: bold;
}
#tools img {
	padding-right: 10px;
}
