BODY {
	background: #DEEBE4;
	text-align: center;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-family: georgia, times, times-roman, serif;
	font-size: 11px;
	}

.container {
	margin: 0px auto 0px auto;
	width: 752px;
	}

/* / Header/Footer / */
	
.header, .footer {
	margin: 4px auto;
	width: 729px;
	text-align: left;
	font-family: verdana, trebuchet ms, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #666666;
	}

.footer {
	padding-left: 12px;
	}

.header a:link, a:visited {
	text-decoration: none;
	}

.header a:hover {
	color: #669900;
	text-decoration: none;
	}
	
.identifier {
	float: left;
	font-weight: bold;
	margin-bottom:4px;
	}

/* / Main body / */	


.bodyArea {
	text-align: left;
	background: #fff;
	width: 752px;
	clear:both;
	}

.bodyTop {
  background: url(../_images/corners/body_tr.gif) no-repeat top right;
}
.bodyBottom {
  background: transparent url(../_images/corners/body_br.gif) no-repeat top right;
  clear:both;
}
img.corner {
   width: 12px;
   height: 10px;
   border: none;
   display: block !important;
}

.columnHolder {
	margin: 0px auto 0px auto;
	width: 732px;
	}

.leftColumn {
	float:left;
	display:inline;
	width: 237px;
	margin-bottom: 14px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	}

/* / navigation items / */
	
.navigation {
	float:left;
	display: inline;
	padding: 0px;
	margin: 0px;
	width: 237px;
	background: url(../_images/main_bg.gif) repeat-y;
	color: #669900;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	}

.navTop {
  background: url(../_images/corners/nav_tr.gif) no-repeat top right;
}
.navBottom {
  background: transparent url(../_images/corners/nav_br.gif) no-repeat top right;
  clear:both;
}

.navOverTop {
	display: block;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	background: #ff0000 url(../_images/corners/nav_over_tr.gif) no-repeat top right;
}

.navOverCorner {
	display: block;
	margin: 0px;
	padding: 0px;
	background: #ff0000 url(../_images/corners/nav_over.gif) no-repeat top right;
}

img.navcorner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}

img.navcornerImg {
   width: 4px;
   height: 4px;
   border: none;
   display: block !important;
}

/* / Inside page items / */

.rightColumn {
	float: right;
	width: 489px;
	font-size: 11px;
	text-align: left;
	}

#rightBG {
	background: transparent url(../_images/inside_right_bg.jpg) no-repeat;
	margin-bottom: 14px;
	}

.insideBanner {
	width: 489px;
	height: 107px;
	background: transparent url(../_images/inside_bg.jpg) no-repeat;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}

.rightColumn H1 {
	margin: 0px 6px 0px 6px;
	padding: 0px;
	font-size: 21px;
	color: #fff;
	}

.rightColumn H2 {
	margin: 14px 6px 0px 6px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	}
	
.rightColumn H3 {
	margin: 6px 6px 0px 6px;
	padding: 0px;
	font-size: 24px;
	color: #006666;
	}
	
.rightColumn H4 {
	margin: 6px 6px 0px 6px;
	padding: 0px;
	font-size: 18px;
	color: #006666;
	}

.rightColumn P {
	margin: 11px 6px 0px 6px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 15px;
	}

.rightColumn UL { color:#333; margin-left: 0px; padding-left: 20px; }
	
.rightColumn TD {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 15px;
	}

.rightDivider {
	width:486px;
	height:12px;
	margin-top: 8px;
	font-size:12px;
	background-repeat: repeat-x; 
	background-image:url(../_images/right_divider.gif);
	}

.rightColumn a:link {
	text-decoration: underline;
	color: #669933;
	}

.rightColumn a:visited {
	text-decoration: underline;
	color: #669933;
	}
	
.rightColumn a:hover {
	text-decoration: underline;
	color: #005453;
	}

.backtotop a:link, .backtotop a:visited {
	text-decoration: none;
	color: #669933;
	font-family: verdana, trebuchet ms, helvetica, arial, sans-serif;
	padding: 2px 0px;
	margin: 0px;
	border-bottom: 1px dotted #99CC99;
	}
	
.backtotop a:hover {
	text-decoration: none;
	font-family: verdana, trebuchet ms, helvetica, arial, sans-serif;
	color: #005453;
	padding: 2px 0px;
	margin: 0px;
	border-bottom: 1px dotted #005453;
	}

.tertiaryNav {
	border-top: 1px solid #669999;
	border-bottom: 1px solid #669999;
	background: #CFE6D9;
	margin-bottom: 12px;
	}

.tertiaryNav A:link, .tertiaryNav A:visited { text-decoration: none; }
.tertiaryNav A:hover { text-decoration: none; }

.tertiaryNav UL {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #E4FAEE;
	border-bottom: 1px solid #E4FAEE;
	}
	
.tertiaryNav li {
	display: inline;
	padding-left:10px;
	margin-left:10px;
	list-style-type: none;
	background: url(../_images/bullet.gif) no-repeat;
	padding-left: 12px;
	}

.tertiaryNav IMG { margin: 6px 4px 4px 4px; }

/* / FORM ELEMENTS / */

.leftColumn FORM {
		width: 200px;
		margin: 0px 0px 0px 16px;
		}

	.leftColumn .formelements {
		padding: 16px 12px 0px 12px;
		}
	
	.formLabel {
		color: #669933;
		font-size: 11px;
		margin-bottom: 4px;
		}
	
	.formButtons { margin: 4px 0px 0px 0px; }
	
	.leftColumn SELECT, .leftColumn .formLabel INPUT { width: 200px; }
	.leftColumn H2 { 
		color: #669933; 
		margin-bottom: 0px; 
		font-size: 12px; 
		font-weight: bold;
		}
	
	.leftColumn P { 
		margin-top: 4px; 
		padding: 0px; 
		color: #333; 
		}
	
	.formDivider { 
		width: 100%; 
		height: 9px; 
		font-size: 9px; 
		background: url(../_images/form_divider.gif) repeat-x transparent; 
		}
	
	.greenBold { 
		color:#336666; 
		font-weight: bold; 
		} 
	
	.subCategories {
		background: #D8EBE1;
		padding: 4px 8px 8px 8px;
		width: 455px;
		}
	.subCategories #results { 
		padding-bottom: 4px;
		color: #333; 
		line-height: 13px; 
		border-bottom: 1px solid #fff; }
	.subCategories TD { margin-top: 4px; padding: 0px; color: #666; line-height: 14px; }
	.subCategories TABLE { margin: 8px; }
	
	.searchresults { 
		color: #666;
		margin-left: 6px; }
	
	.resultsDivider { 
		width: 100%; 
		height: 19px; 
		font-size: 9px; 
		background: url(../_images/results_divider.gif) repeat-x transparent; }
