body{
	background: url(../../images/body-bg.jpg) repeat-x #445533;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #D8FFB2;
	text-decoration: none;
	border-bottom: 1px solid #82996B;
}
a:visited{
	color: #D8FFB2;
}
a:hover{
	color: #ADCC8F;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #d9c898;
	margin:  0 0 1em 0;
}
h3 {
	font-size: 125%;
	margin: 0px;
}
p {
	margin: 0 0 1em 0;
}


/* Container --------------------------------------------------------------------------------------*/

#container {
	width: 750px;
	margin: 0px auto;
}

/* Header --------------------------------------------------------------------------------------*/

#header {
	background: url(../../images/header-bg.jpg) no-repeat #C3A85E;
	height: 100px;
	background-position: 15px 0;
}
/* Navigation --------------------------------------------------------------------------------------*/

#nav {
	background: url(../../images/nav-bg.jpg) repeat-x #453;
	height: 30px;
	text-align: center;
	
}
#nav a {
	line-height: 30px;
	padding: 0px 10px;
	border: 0px;
}

/* Sidebar --------------------------------------------------------------------------------------*/

#side {
	background: url(../../images/side-bg.jpg) repeat-y #453; 
	width: 180px;
}

/* Contents --------------------------------------------------------------------------------------*/

#contents {
	background-color: #576647;
	padding: 20px;
	color: #FFF;
	line-height: 1.5em;
	vertical-align: top;
}
.tblshade td {
	border-top: 1px solid #627350;
	border-left: 1px solid #627350;
}
.green {
	color: #D8FFB2;
}
.mar-right {
	margin-right: 5px;
	vertical-align: text-bottom;
}
input, textarea {
	background-color: #627350;
	border: 1px solid #4C593E;
	color: #FFF;
	padding: 3px 5px;
}
.img {
	border-right: 3px solid #4C593E;
	border-bottom: 3px solid #4C593E;
}

/* Footer --------------------------------------------------------------------------------------*/
#footer {
	background: url(../../images/footer-bg.jpg) repeat-x #453;
	height: 57px;
}

.footer_nav {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	text-align: center;
}
.footer_nav li {
	display: inline;
	list-style: none;
	padding: 0px 10px;
}
.footer_nav a {
	border: 0px;
}


/* Random Stuff */
.imgpad {
	margin: 10px;
}
.nounder a {
	text-decoration: none;
	color: #505;
}
.nounder a:hover {
	color: #606;
}
a img {
	border: 0;
}
#contents ul {
	list-style: square;
}
ul.expand li {
	margin-bottom: 0.75em;
}
.floatleft {
	margin: 0 10px 10px 0;
	float: left;
}
.floatright {
	margin: 0 0 10px 10px;
	float: right;
}
li.pdf {
	line-height: 16px;
	padding-left: 5px;
	list-style-image: url(../../test/includes/images/pdf-icon.gif);
}
.section-image {
	border: 2px solid #000;
}
.tree-icon {
	margin-right: 5px;
}
