/*Corporate feel*/
.text_corp_header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	outline-width:thick;
	outline-color:#006600;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: middle;
	font-weight: bolder;
	font-variant: normal;
	font-style: italic;
}

.text_corp_big
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-style: italic;
	padding: 5px;
}
.text_corp_small_medium
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-style: normal;
}

.text_corp_small_dark
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
}
.text_corp_small_light
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	font-style: normal;
}
.table_corp
{
	border-bottom-width:4px;
	border-bottom-color:#666666;
	border-left-width:4px;
	border-left-color:#333333;
	border-top-width:4px;
	border-top-color:#000000;
	border-right-width:4px;
	border-right-color:#333333;
	background-color: #CCCCCC;
	width: 750px;
}
/*END Corporate feel*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: normal;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #800000;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	background-color: #CCCCCC;
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}

.newsheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.newsstory{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 5px;
	text-align: center;
}
.goldline {
	height: 1px;
	width: 700px;
	margin-left: 50px;
	padding: 0px;
}
.blackline {
	height: 1px;
	width: 720px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.img {
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 10px;
}
.NoborderNOmargin{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin:0px;
}

/*Fee Schedule*/
.schedule_header{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	background-color: #CC0000;
	text-align: center;
	font-weight: bold;
}
.schedule_title{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	background-color: #CC0033;
	text-align: center;
	font-weight: bold;
}
.schedule_event{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	background-color: #FFFF33;
	background-position: center;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.schedule_price{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-color: #FFFF99;
}

.logo_census
{
	width:100px;
	position: absolute;
	left: 1px;
	top: 1px;
}

.footertext {
	color: #FFFFFF;
	text-decoration: underline;
}
.footertext:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footertext:hover {
	color: #FDC42F;
	text-decoration: none;
	background-color: #7C0000;
}
.footertext:visited {
	text-decoration: none;
	text-decoration: underline;
	color: #CCCCCC;
}
