#contentright A:link { color:#009933; text-decoration: underline; }
#contentright A:visited { color:#009933; text-decoration: underline;}
#contentright A:hover { color:#009933; text-decoration: none; }

#mainbody A:link { color:#009933; text-decoration: underline; }
#mainbody A:visited { color:#009933; text-decoration: underline;}
#mainbody A:hover { color:#009933; text-decoration: none; }

body {
	padding: 0px;
	text-align:center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	color:#000000;
	}
	
	
#frame {
	width:800px;	
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align: left;
	background: url(images/fullBg.jpg) repeat-y #ffffff;
	background-position:top;
	page-break-before: always;
}
	
			
#contentleft {
	width:381px;
	padding:0px;
	float:left;
	margin: 0px;
	}
	
#contentright {
	 width:419px;
	 padding:0px;
	 margin: 0px;
	 float:left;
	 background:url(images/rightBg.jpg) repeat-y;
	 background-position:top;
				}	
#contentright p {
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	padding-top: 5px;
}

#mainbody {
	 width:800px;
	 padding:0px;
	 margin: 0px;
	 float:left;
	 background-position:top;
				}	
#mainbody p {
	font-size: 11px;
	padding-left: 35px;
	padding-right: 15px;
	margin: 0px;
	padding-top: 5px;
}

 p {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	padding-top: 5px;
}

.caption	{
	font-size:10px;
	}
				
td	{
	vertical-align:top;
}
		
h1		{
	font: 24px "Georgia", Times;
	color: #009933;
	padding-left: 35px;
	padding-right:15px;
	}
h2		{
	font: 16px "Verdana", Arial;
	color: #009933;
	padding-left: 35px;
	padding-right:15px;
	margin:0px;
	}
	
h6		{
	font: 10px "Verdana", Arial;
	color: #009933;
	margin:0px;
	}
			
.heading	{
	font-size:14px;
	font-family:verdana, arial;
	font-weight:bold;
	color:#009933;
		}

.floatr		{
	float:right;
	margin-right:30px;
	margin-left: 20px;
	margin-top: 20px;
	}
			 
.floatl	{
	float:left;
	padding:10px;
	 }

.clearboth { clear:both; }

.clear {clear:both;font-size:.1em;}

 ul {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 5px;
	margin: 10px 25px 15px 45px;
	}

 li {
	list-style: url(images/bullet.jpg);
	line-height: 1.8em;
	}

hr {border:1px solid #009933;
	margin-right:15px;
	margin-left:35px;
	margin-top:0px;
	margin-bottom:0px;
}

.floatlb {
	float:left;
	margin-bottom:5px;
	margin-left:5px;
	}

.floattl {
	float:left;
	margin-top:20px;
	margin-left:30px;
	}

.floatrb {
	float:right;
	margin-bottom: 5px;
	margin-left: 5px;
}

#framefoot {
	width:800px;	
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
	background: url(images/footerBg.jpg) repeat-y;
}				
				
#footer	{
	width: 800px;
	padding:0px;
	margin:0px;
	border-top:2px solid #00911a;
	
	}
#footer p	{
	padding:10px;
	font-family: "Verdana", Arial;
	font-size:10px;
	color:#000000;
	margin:0px;
	}
				
#footer A:link { color:#000000; text-decoration: underline; }
#footer A:visited { color:#000000; text-decoration: underline;}
#footer A:hover { color:#000000; text-decoration: none; }

/*Start of horizontal Menu*/
.chrome{
	width: 720px;
	font-weight: bold;
	margin:auto;
	}

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

.chrome ul{
	border: 0;
	width: 100%;
	padding: 4px 0;
	margin-top: 3px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align: center; /*set value to "left", "center", or "right"*/
	list-style-type: none;
	background: #eeeced; /*THEME CHANGE HERE*/
}

.chrome ul li{
	display: inline;
}

.chrome ul li a{
	color: #000000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 6px 0px 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #00911a;
}

.chrome ul li a:hover{
	color:#00911a; text-decoration: none; /*THEME CHANGE HERE*/
}

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

/*Start of Dropdown Menu*/
.chromestyle{
	width: 382px;
	font-weight: bold;
	margin:0;
	padding:0;
}

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

.chromestyle ul{
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	list-style-type: none;
	background: url(images/menuGBG.jpg) repeat-x;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #000000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	text-decoration: none; /*THEME CHANGE HERE*/
}

/*.chromestyle ul li a[rel]:after{ HTML to indicate drop down link*/
/*content: " v";*/
/*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 #00911a; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;	
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #00911a; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: 000000;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #eeeced; 
}

				