body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #e8efe7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	padding: 0 0 0 0px;
	margin: 0;
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-weight:bolder;
	font-size: 18px; 
	color: #296120; 
	background-image:url(images/bullet.gif); 
	background-position: top left; 
	background-repeat:no-repeat; 
	padding: 10px 0 3px 20px ;
	margin: 0;
}
h2 {
	padding: 0 0 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:normal;
}
h3 {
	padding: 0 0 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#CC0033;
	font-weight: bold;
}
h4 {
	font-size:11px;
	color:#CC9900;
	font-weight:bold;
}

/* HOVER */
A:visited  {color: #528B46; text-decoration: underline}
A:link  {color: #528B46; text-decoration: underline}
A:active  {color: #000000; }
A:hover   {color: #000000; text-decoration:underline}

/* end HOVERS */

/* CONTAINERS */
.mainTable {
	border: 2px solid #222222;
}
.mainTd {
	padding: 0 10px 0 25px; 
	width: 690px;
	vertical-align: top;
	background-color:#FFFFFF;
	position:static; vertical-align: top;
}
.headerTop {
	background-image: url(images/header.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width:900px; 
	height: 151px; 
}
.innerMDiv {
	width: 640px; 
	position:static; 
	vertical-align: top; 
	padding: 0 0px 0 20px;
}
/* end CONTAINERS */


/* TOP NAV */
.topNav {	
	float:right; 
	padding: 30px 12px 5px 0; 
	font-size:10px;
}
.topNav a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* end TOP NAV */

/* NAV MAIN */
.leftContainer {
	background-color: #528b47; 
	width: 169px; 
	padding: 12px 0 0 6px;	
	vertical-align:top;
}
#generateButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#000000; 
	font-weight:bold;
}
#generateButton ul {
	list-style: none; 
	margin: 0;	
	padding: 0;
	border: none;
	vertical-align:top;
}
#generateButton  li {
	padding: 0 0 0 0;
	margin: 0;
}
#generateButton a {
	color: #000000;
	margin: 0px; 
	padding: 8px 0 0 24px;
	display: block;
	background-image: url(images/btn.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
	width: 138px; 
	height: 40px;
}
#generateButton a:link, #generateButton a:visited {
	text-decoration: none;
}
#generateButton a:hover {
	background-image:url(images/btn_over.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: underline;
}

html>body .hovermenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
}

.liDoc {
	padding: 5px 5px;
	list-style-type: square;
	color:#528B46;
}
/* FOOTER */
.footerTop {
	background-color: #f7fff5;
	font-size: 11px;  
	height: 20px;
}
.footerTop a {
	color: #204417;
	text-decoration: none;
}
.footerTop a:hover {
	color: #204417;
	text-decoration: underline;
	font-weight:bold;
}

.footerBottom { 
	width: 900px; 
	height: 20px; 
	background-position:top left; 
	padding: 5px 0 0 0;
}

.footerBottom[class] {
	background-image: url();
}
.CopyRightContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left; 
	padding: 0 0 0 10px; 
	vertical-align:text-bottom;
}
.PSDcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:right; 
	text-align: right; 
	padding: 0 10px 0 0;
	width:530px; 
	vertical-align:middle;
}
.PSDcontainer a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.PSDcontainer a:hover {
	color: #002366;
	text-decoration: underline;
}
/* end FOOTER */

.ContactComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#CC0033;
}
