@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/template_01.jpg) repeat-x #011d62; 
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#Container{
	width: 900px;
	margin: 0px auto;
	
}

#Header{
	width: 900px;
	height: 179px;
	background:url(../images/template_03.jpg) no-repeat;
	
}

#Content{
	float: left;
	position:relative;
	width: 900px;
	min-height: 500px;
	background:url(../images/template_08.jpg) repeat-y;
}

#LeftMenu{
	float: left;
	position:relative;
	width: 220px;
	min-height: 500px;
	background:url(../images/template_05.jpg) repeat-x;

}

#LeftMenu ul{
	margin-left: 10px;
	margin-top: 20px;
	list-style:none;
}

#LeftMenu li {
	list-style:none;
	font-size:100%;
	font-weight:bold;
}

#LeftMenu li a, #LeftMenu li a:hover, #LeftMenu li a:link, #LeftMenu li a:visited, #LeftMenu li a:active {
	
	display:block;
	color:#FFF;
	padding:5px 10px;
	text-decoration:none;
}

#LeftMenu li a:hover {
	color:#FFF;
	background-color: #996699;
}

#LeftMenu li.thispage {
	color:#FFF;
	background-color: #75168f;
	padding:5px 10px;
}

#RightContent{
	float: left;
	position:relative;
	width: 640px;
	min-height: 500px;
	padding: 0px 20px;
	
}

#RightContent h1 {
	margin-top: 8px;
	color:#7d0195;
	font-size:150%;
}

#RightContent h2 {
	margin-top: 8px;
	font-size: 120%;
}

#RightContent p {
	margin: 15px 0px;
}

#RightContentTop{
	float: left;
	position:relative;
	width: 680px;
	height: 30px;
	background:url(../images/template_06.jpg);
}

#RightContentBottom{
	float: right;
	position:relative;
	width: 680px;
	height: 30px;
	background:url(../images/template_11.jpg) repeat-y;
}

#Footer{
	margin: 15px 0px 15px 75px;
	float: left;
	position:relative;
	
	}

#PlantBox {
	margin-top: 10px;
	padding: 5px 15px 15px 15px;
	border:#CCCCCC 1px solid;
	background: url(../images/plantboxbg.jpg) repeat-x #c4e8ff;
}

#NodeBody {
	padding: 5px 15px; 
	border: 1px #FFF solid;
	background-color: #F5F5F5;
}

#NodeImage {
	margin: 10px 0px; 
}

#DirectoryParent {
	margin-top: 15px;
}

#DirectoryParent table{
	border: #CDCDCD 3px solid;
	background-color: #FFFFFF;
	display:table;
}

#DirectoryParent tr {
	margin: 2px;
}

#DirectoryParent td {

	padding: 5px;
	maring: 5px;
	width: 195px;
	border: #FFF 2px solid;
	background-color: #EEEEEE;
}




#DirectoryParent img {
	border: none;
}

#DirectoryParent a {
	text-decoration: none;
	font-weight: bold;
	color: #5f6197;
}

#DirectoryParent a:hover {
	color: #0066FF;
}

#DirectoryChildren {
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

#DirectoryChildren img{
	border: none;
}

#DirectoryChildren a{
	text-decoration: none;
	color: #5f6197;
}

#DirectoryChildren a:hover{
	color: #0066FF;
}



.odd {
	background-color:#e7ecff;
	color: #5f6197;
}


#DirectoryChildren td{
	border: #999999 1px solid;
	font-size: 90%;
	padding: 10px;
	width: 200px;
}

#DirectoryChildren h2{
	margin-bottom: 10px;
}

.other {
	margin: 15px 0px;
	width: 100%;
	font-weight: bold;
}

.other th{
	color: #2355ae;
	margin: 15px 0px;
	font-size: 110%;
}

.other tr{
	padding: 5px;
}

.other td{
	margin: 15px 0px;
	padding: 5px;
}

.clearall {
	float: right;
	margin-top: -40px;
	margin-right: 15px;
	
}

.photo {
	padding: 10px 0px 10px 10px;
	float: right;
	position: relative;
}

.returnNav {
	margin-top: 20px;
}
