body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: white;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0; 
}
body a:link {
    background-color : transparent;
    color : #FFFFFF;
    text-decoration : none;
   }
body a.current:link {
    background-color : transparent;
    color : #DE4921;
    text-decoration : none;
   }
body a:visited {
    background-color : transparent;
    color : #FFFFFF;
    text-decoration : none;
   }
body a.current:visited {
    background-color : transparent;
    color : #FFFFFF;
    text-decoration : none;
   }
body a:hover {
    background-color : transparent;
    color : #993300;
    text-decoration : none;
   }
body a:active {
    background-color : transparent;
    color : #993300;
    text-decoration : none;
   }

#page {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

#header {
	height: 76px;
	padding: 0px;
	padding-left: 0px;
	background-color: #DE4921;
}

#footer {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 80%;
	text-align:center;
	color: #DE4921;
	background-color: #000000;
	border-top: 0;
}
.footer {
	margin: 0px;
	font-size: 80%;
	color: white;
}
h2 {
	margin: 0px;
	font-size: 16pt;
	font-weight: bold;
}
h3 {
	margin: 0px;
	font-weight: bold;
}


#menu {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	text-align: center;
	border-bottom: 3px solid #8c0707;
	color: #8c0707;
}


#bottommenu {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	text-align: center;
	border-top: 3px solid #8c0707;
	color: #DE4921;
}


#menu #navlist
{
	text-align: center;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background: #DE4921; 
	line-height: 30px;
	margin: auto;
	text-align: center;
	width: 100%;
}

#bottommenu #bottomnavlist
{
	text-align: center;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background: #DE4921; 
	line-height: 30px;
	margin: auto;
	text-align: center;
	width: 100%;
}

#navlist li
{
	font-size: 12px;
	font-weight: normal;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-style: italic;
	text-decoration: none;
}

#navlist li a
{
	color: white;
}

#navlist li a:hover
{
	text-decoration: underline;
	color: #8c0707;
}

#navlist #active { 
	border-left: 1px solid #fff;
}

#navlist #last a
{	
	border-style: none;
}

.post {
	margin: 0px 0px;
	padding: 0px;
	background: black;
}
#bottomnavlist li {
	font-size: 12px;
	font-weight: normal;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-style: italic;
	text-decoration: none;
	border-left: 1px solid #8c0707;
	float: center;
	line-height: .5em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;

	
}
#bottomnavlist li a {
	color: white;
}
#bottomnavlist li a:hover {
	text-decoration: underline;
	color: #8c0707;
}
#botoomnavlist #active {
	border-left: 1px solid #fff;
}
#bottomnavlist #last a {
	border-style: none;
}
#menu #bottnavlist {

	text-align: center;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background: #DE4921; 
	line-height: 0px;
	margin: auto;
	text-align: center;
	width: 100%;
}
