/*** styles ***/

body {
	background: #8CC63F;
	background-image: url(images/bg_page.png);
	font: 14px arial, sans-serif;
	margin: 0px;
	}
	
h2 {
	color: #6460AA;
	}
	
sup {
	font-size: 9px;
	}
	
a {
	color: #8CC63F;
	}
	
a:hover {
	color: #6460AA;
	text-decoration: none;
	}

/* table stuff */

.tblHeader {
	text-align: center;
	background: #8CC63F;
	font: bold 16px arial, sans-serif;
	color: #fff;
	}

/* borders */

.borderTopBottomDotted {
	border-top: 1px #aaa dotted;
	border-bottom: 1px #aaa dotted;
	}
	
.borderBottomDotted {
	border-bottom: 1px #aaa dotted;
	}
	
/* text alignment */
.centered {
	text-align: center;
	}
	
/* backgrounds */
.bg_barelyGray {
	background: #eee;
	}
	
.bg_purple {
	background: #6460AA;
	}
	
.bg_limishgreen {
	background: #8CC63F;
	}
	
/* colors */
.white {
	color: #fff;
	}
	
.purple {
	color: #6460AA;
	}

.limishgreen {
	color: #8CC63F;
	}
	
.orange_dark {
	color: #f60;
	}
	
.orange_bright {
	color: #f90;
	}
	
/* widths */
.w120 {
	width: 120px;
	}
	
/* misc */

.question {
	color: #f60;
	font-weight: bold;
	}
	
.fL {
	float: left;
	}
	
.cB {
	clear: both;
	}
	
.answer {
	
	}
	
#separatorOrange {
	width: 801px;
	height: 4px;
	background-color: #f60;
	line-height: .2em; 
	clear: both;
	}

/* ids */

#contentWrapper {
	width: 820px; 
	clear: both; 
	background-image: url(images/bg_content.png);
	}
	
#contentContainer {
	width: 800px;
	clear: both;
	}

#footer {
	width: 820px;
	height: 60px;
	background-image: url(images/bg_footer.png);
	}

#navlinks {
	font-weight: bold;
	}
	
fieldset {
	border: 1px solid #0c0;
	width: 95%;
	margin: 8px;
	padding: 8px;
	}

legend {
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
	} 
