/* MAIN CSS */
body {
	background-color: #81A977;
	background-image: url(images/garden_04.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #459A72;
	text-decoration: underline;
}
a:visited {
	color: #459A72;
	text-decoration: underline;
}
a:hover {
	color: #2A134B;
	text-decoration: none;
}
a:active {
	color: #459A72;
	text-decoration: underline;
}


/* NAVIGATION CSS FOR LAYOUT BUILD */
.navi {
	width: 792px;
	height: 41px;
	background-color: #3D5038;
	}
.navibtm {
	width: 792px;
	height: 10px;
	background-image: url(images/garden_12.gif);
	background-repeat: no-repeat;
	}
	
/* CSS FOR MAIN CONTENT TABLE BUILD */
.cntleft {
	width: 25px;
	background-image: url(images/garden_13a.gif);
	background-repeat: repeat-y;
	}
.cntsubnavi {
	background-color: #DFE9DD;
	width: 183px;
	}
.cntmain {
	background-color: #FFFFFF;
	width: 608px;
	text-align: justify;
	}
.cntright {
	width: 10px;
	background-image: url(images/garden_16a.gif);
	background-repeat: repeat-y;
	}
	
/* MAIN CONTENT CSS */
.ptxt {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	}
.title {
	padding-left: 10px;
	text-align: left;
	color: #2063D4;
	font-weight: bold;
	text-decoration: underline;
	}
	
/* FOOTER CSS */
.footer {
	background-image: url(images/garden_18.gif);
	background-repeat: no-repeat;
	width: 826px;
	text-align: center;
	color: #2A134B;
	}
.footertxt {
    margin-top: 5px;
	}
.footer a:link {
	color: #3d5038;
	text-decoration: underline;
}
.footer a:visited {
	color: #3d5038;
	text-decoration: underline;
}
.footer a:hover {
	color: #2A134B;
	text-decoration: none;
}
.footer a:active {
	color: #3d5038;
	text-decoration: underline;
}
.footer a {
	font-weight: bold;
}

/* CSS FOR JAVASCRIPT MENU */
.chromestyle{
width: 99%;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #3d5038;
width: 100%;
background-color: #3d5038; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
color: #FFFFFF;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 23px; /* ADJUST FOR "CENTERING" = 23px both IE & FIREFOX */
margin: 0;
text-decoration: none;
border-right: 1px solid #3D5038; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background-color: #3D5038; /*THEME CHANGE HERE*/
color: #81a977;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3D5038; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #3D5038; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
background-color: #FFFFFF;
color: #3d5038;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000000;
background-color: #81a977;

