BODY
{

	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
    background-color: #ffffff;
	background-image:url(images/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed
	
}

a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
a:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

TD {
	font-family:verdana; 
	font-size:11px; 
	font-weight:normal; 
	color:#000000; 
	text-decoration:none;
	text-align: left;
}

TD A:link {
	font-family:verdana; 
	font-size:11px; 
	font-weight:bold; 
	color:#dd3937; 
	text-decoration:underline;
}

TD A:visited {
	font-family:verdana; 
	font-size:11px; 
	font-weight:bold; 
	color:#dd3937; 
	text-decoration:underline;
}

TD A:active {
	font-family:verdana; 
	font-size:11px; 
	font-weight:bold; 
	color:#dd3937; 
	text-decoration:none;
}

TD A:hover {
	font-family:verdana; 
	font-size:11px; 
	font-weight:bold; 
	color:#fecc03; 
	text-decoration:underline;
}

TD small {
	font-family:verdana; 
	font-size:10px; 
	font-weight:normal; 
	color:#ffffff; 
	text-decoration:none;
	text-align: left;
}

TD small A:link {
	font-family:verdana; 
	font-size:10px; 
	font-weight:bold; 
	color:#feae03; 
	text-decoration:underline;
}

TD small A:visited {
	font-family:verdana; 
	font-size:10px; 
	font-weight:bold; 
	color:#feae03; 
	text-decoration:none;
}

TD small A:active {
	font-family:verdana; 
	font-size:10px; 
	font-weight:bold; 
	color:#feae03; 
	text-decoration:none;
}

TD small A:hover {
	font-family:verdana; 
	font-size:10px; 
	font-weight:bold; 
	color:#157200; 
	text-decoration:underline;
}




H2 {
	font-family: Verdana;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
H3 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

H1 {
	font-family: Verdana;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 660px;
	background: #222;
	font-size: 1.2em;
	background: url(images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #ba1211;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #e27776; /*--Create bevel effect--*/
	border-bottom: 1px solid #ba1211; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #dd4c4b url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #cc2928 url(images/dropdown_linkbg.gif) no-repeat 10px center;
}
