

BODY, TH, TD, OL, UL, LI {

	color: #333333;
	font-family: verdana,arial,verdana;
	font-size: 12px;

}


.top_nav a {
	font-family: arial, monaco;
	font-size: 11px;
	color: #ffffff;
	background-color: #8b4c17;
	padding: 6 12 6 12;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-align: center;
	border-right: 1px solid #482500;
}

.top_nav a:hover {
	color: #ffffff;
	background-color: #482500;
}

.top_nav_active a {
	font-family: arial, monaco;
	font-size: 11px;
	color: #ffffff;
	background-color: #d93722;
	padding: 6 12 6 12;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-align: center;
}

.top_nav_active a:hover {
	color: #ffffff;
	background-color: #482500;
}



.sub_nav a {
	font-family: arial, monaco;
	font-size: 13px;
	color: #ffffff;
	background-color: #d93722;
	padding: 6 12 6 12;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-align: center;
	border-right: 1px solid #D87821;
}

.sub_nav a:hover {
	color: #ffffff;
	background-color: #ad1906;
}

.sub_nav_active a {
	font-family: arial, monaco;
	font-size: 13px;
	color: #ffffff;
	background-color: #ad1906;
	padding: 6 12 6 12;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-align: center;
	
	border-right: 1px solid #ad1906;
}

.sub_nav_active a:hover {
	color: #ffffff;
	background-color: #ad1906;
}



A {   font-weight: bold; color: #d93722; text-decoration: none; }
A:hover {  font-weight: bold; color: #bb230f; text-decoration: none; }

A.footer {  font-size: 11px; color: #000000; text-decoration: none; }
A.footer:hover { font-size: 11px; color: #8b4c17; text-decoration: none; }

A.header {  font-size: 11px; color: #ffffff; text-decoration: none; float: right; border: solid 1px red; margin: 30px 20px 10px 5px;}
A.header:hover { font-size: 11px; color: #8b4c17; text-decoration: none; float: right; border: solid 1px red; margin: 30px 20px 10px 5px;}


A.white:link { 	font-family: arial, monaco; font-weight: bold; color: #ffffff;  }
A.white:hover { font-weight: bold; color: #dddddd; }

.active { font-size: 12px; font-weight: bold; text-decoration: none;  color: #000000; }

h1 { font-weight: bold; color: #AB490E; font-size: 18px;  }
h2 { font-weight: bold; color: #AB490E; font-size: 16px;  }

.title { font-weight: bold; color: #AB490E; font-size: 150%;  }

.subtitle { font-weight: bold; color: #AB490E; font-size: 125%;  }

.orange { color: #AB490E;  }

.container { background-image: url('design_images/bg_tiler1.jpg'); }

.mainbody { background-image: url('design_images/bg_tiler2.jpg'); 
background-color: #5a688b; 
width: 960px; 
margin-left:auto;
margin-right:auto; 
}

.white { color: #ffffff;  }
.white_bold { color: #ffffff; font-weight: bold; }
.white_bold_small { color: #ffffff; font-weight: bold; font-size: 10px; }

.red { color: #d93722;  }

.slide { font-family: georgia, times; color: #ffffff; font-size: 15px;  }

.tagline { font-style: italic; font-size: 130%; color: #017785; }

.small { font-size: 90%; }

.tiny { font-size: 80%; }

.alert { font-weight: bold; color: red; }

.form_title {

	text-align: right;
	padding-right: 10px;
	
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	
}


