body{
	background-color: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link, a:visited{
	color: #C30;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: underline;
}

/* MAIN CONTENT BOX STYLES */
.contentBox1{
	border: 1px solid #999;
}

.contentBox2{
	background-color: white;
	padding: 16px 14px;
}
.contentBox3{
	font-size: 10px;
	line-height: 130%;
	padding-right: 24px;
}
.homeContentBox{
	font-size: 11px;
	line-height: 130%;
}
/* END MAIN CONTENT BOX STYLES */

/* SIDE BOX CONTAINER STYLES */
.sideBoxContainer{
	width: 200px;
}
.sideBox1{
	border: 1px solid #999;
	background-color: #666;
}
.sideBox2{
	background-color: #EEE;
	border-top: 4px solid #CCC;
	border-left: 4px solid #CCC;
}
.sideBox3{
	font-size: 10px;
	line-height: 130%;
	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 11px;
	line-height: 150%;
}
/* END SIDE BOX CONTAINER STYLES */

/* NAVIGATION STYLES */
td.navCell1{
	color: #9C0;
	text-decoration: none;
	background-color: white;
	border-bottom: 1px solid #999;
	width: 14.29%;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
td.navCell1Current{
	color: white;
	text-decoration: none;
	background-color: #9C0;
	border-bottom: 1px solid #999;
	width: 14.29%;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/*
.navLink1:link, .navLink1:visited{
	color: #C30;
	text-decoration: none;
}
.navLink1:hover{
	color: #333;
	text-decoration: underline;
}
*/
.navLink1Current:link, .navLink1Current:visited{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.navLink1Current:hover{
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
/* END NAVIGATION STYLES */

/* TEXT FORMATTING STYLES */
.pageHeader{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C30;
}
.boxHeader{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	font-weight: bold;
	color: #C30;
}
.boxHeader2{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	font-weight: bold;
	color: #39F;
}
.textLink1:link, .textLink1:visited{
	color: #333;
	text-decoration: none;
}
.textLink1:hover{
	color: #C30;
	text-decoration: underline;
}
.textLink2:link, .textLink2:visited{
	color: #C30;
	text-decoration: none;
}
.textLink2:hover{
	color: #333;
	text-decoration: underline;
}
.textLink3:link, .textLink3:visited{
	color: #39F;
	text-decoration: none;
}
.textLink3:hover{
	color: #333;
	text-decoration: underline;
}
.normalText{
	font-size: 10px;
}
.emphText1{
	font-weight: bold;
	color: #C30;
}
/* END TEXT FORMATTING STYLES */
.indent {
	padding-left: 16px;
}
.feedbackContentBox {
	font-size: 10px;
	line-height: 130%;
}
.pageHeader2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}
.pageHeader2indent {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	color: #CC3300;
}
.emphText2 {
	font-weight: bold;
	color: #5B7A00;
	font-size: 12px;
}
