/* ************************************ */
/* TAGS */
/* ************************************ */
html, body, #wrapper {
      margin: 0;
      padding: 0;
      height: 100%;
      border: none
}

body, td, p, div, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}
li {
	margin-top: 5px;
}
a {
	color: #2a722a;
	text-decoration: none;
}
a:hover {
	color: #80ce2c;
}

/* ************************************ */
/* IDs*/
/* ************************************ */
#navcolumn {
	width: 217px;
}
#navdiv {
	width: 146px;
	text-align:left;
}

#contentcolumn {
	width: 529px;
}

#rightcolumn {
	width: 187px;
}

#footer-td {
	height: 100%;
}

#imgtbl-right {
	margin-left: 10px;
	margin-bottom: 5px;
	border: #CCCCCC solid 1px;
	border-top: #CCCCCC solid 2px;
	border-bottom: #CCCCCC solid 2px;
}
#imgtbl-right img {
	padding: 15px; 
}

/* ************************************ */
/* CLASSES*/	
/* ************************************ */
.spacer-width-1 {
	width: 30px;
}

.spacer-height-1 {
	height: 20px;
}

.bg_pgtop_darkgreen {
	background-image: url(../_images/block_banner_darkgreen.gif);
}
.bg_pgtop_lightgreen {
	background-image: url(../_images/block_banner_lightgreen.gif);
}

.div-leftnav-sel,.div-leftnav-on,.div-leftnav-off {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;;
	padding-left: 15px;
}
.div-leftnav-sel a,.div-leftnav-on a {
	color: #6eb81f;
	
}
.div-leftnav-sel {
	background-image: url(../_images/bullet_dotted_tri.gif);
	background-repeat: no-repeat;
	
}
.div-leftnav-off,.div-leftnav-off a {
	color: #b4b4b4;
}

.div-quote {
	width: 187px;
}
.quote-img {
	margin: 0px;
	margin-top: -20px;
	text-align: right;
}
.quote-text {
	padding-left: 27px;
	line-height:15px;
}
.quote-begin {
	padding-top: 6px;
	background-image:url(../_images/quote_top.gif);
	background-repeat:no-repeat;
	line-height:15px;
}

.footer {
	color: #999999;
	font-size: 10px;
	text-align:right;
	margin-right: 70px;
}

.li-grnsqr-1 {
	list-style-position: outside;
	list-style-image: url(../_images/bullet_grn_square.gif);
	
}

.txt-head-1 {
	color: #2a722a;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 27px;
}
.txt-head-2 {
	color: #2a722a;
	font-size: 12px;
	font-weight: bold;
}

.txt-subhead-1 {
	color: #666666;
}

.txt-subhead-2 {
	color: #2a722a;
	font-weight: bold;
}

