body, html {
	background: #A9ABAA;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}

p {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	background: #D92602;
}

a:active{
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:link{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}

a.menu:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}

a.menu:hover{
	color: #FFFFFF;
	background: #D92602; 
	font-size: 10pt;
}

a.menu2:active{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
a.menu2:link{
	color: #FFFFFF;
	font-size: 8pt;
}

a.menu2:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}

a.menu2:hover{
	color: #FFFFFF;
	background: #D92602; 
	font-size: 8pt;
}

a.menu3:active{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}
a.menu3:link{
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
}

a.menu3:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}

a.menu3:hover{
	color: #FFFFFF;
	background: #D92602; 
	font-size: 8pt;
}

#wrapper {
	padding: 0px;
	margin: 0px auto;
	width: 900px;
	height: auto;
	background-color: #000000;
}

#header {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#logo {
	text-align: left;
	padding: 10 0 0 10px;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;
	padding: 10 10 15 10px;
}

#imagebar {
	border-top: #D92602 10px solid;
	background-repeat: no-repeat;
	padding: 0 0 0 0px;
}

#content {
	border-top: #D92602 10px solid;
	background-color: #FFFFFF;
	margin: 0 0 0 0px;
	padding: 0 20 0 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#footer {
	margin: 0px;
	padding: 10 10 30 10px;
	height: auto;
	color: #FFFFFF;
	height: 34px;
	border: 0px;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
}

#bottomnav {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	float: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
