body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #333333;
	background-color: #C3965F;
}

/*########### HEADINGS #############*/

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
	background-color: #C3965F;
	padding: 5px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: .3em;
	margin-top: 20px;
}

h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	padding-top: 5px;
	width: 80%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.largeFirst {
	font-size: 16px;
	color: #C3965F;
	font-weight: bold;
}

#frame {
	border: thin solid #FFCC81;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: right;
	margin-top: 17px;
}
#frame a {
	color: #0000FF;
	text-decoration: none;
}
#frame a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer {
	color: #666666;
	text-align: center;
	font-size: 80%;
	font-style: italic;
	background-color: #ebebeb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF9900;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}



/*################### CLASSES ##################*/

.bulletOrange {
	list-style-position: outside;
	list-style-image: url(images/icons/arrow_orange.gif);
	font-size: 10px;
}
.linkNav {
	color: #FFFFFF;
	text-decoration: none;
}
#cell_body   {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 140%;
	font-size: 98%;
}
/*#frame #cell_body li {
	line-height: 180%;
	list-style-position: outside;
	list-style-image: url(../images/icons/arrow_orange.gif);
}*/
.borderLogo {
	border: 1px solid #333333;
}


#cell_announcements {
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FF9933;
	background-color: #FFF5E6;
}
#cell_announcements p {
	padding-left: 10px;
	padding-right: 5px;
}
#cell_announcements ul {
	list-style-position: outside;
	list-style-image: url(images/icons/arrow_orange.gif);
}
#cell_announcements h6 {
	background-color: #C3965F;
	width: 80%;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

.linkNav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*######################## END NAV TABLE ##########################*/
.footerNormal {
	font-size: 11px;
	font-style: normal;
}
.picBorder {
	padding: 5px;
	border: 1px dotted #C3965F;
	background-color: #FFFFFF;
}
.tableBorder {
	border: 1px solid #FFCC81;
	padding: 10px;
	background-color: #ebebeb;
}
