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 : #DE4921;
    text-decoration : none;
   }
body a.current:link {
    background-color : transparent;
    color : #DE4921;
    text-decoration : none;
   }
body a:visited {
    background-color : transparent;
    color : #DE4921;
    text-decoration : none;
   }
body a.current:visited {
    background-color : transparent;
    color : #DE4921;
    text-decoration : none;
   }
body a:hover {
    background-color : transparent;
    color : #9999FF;
    text-decoration : none;
   }
body a:active {
    background-color : transparent;
    color : #9999FF;
    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: white;
	background-color: #DE4921;
	border-top: 3px solid #8c0707;
}

#menu {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	text-align: center;
	border-bottom: 3px solid #8c0707;
	color: #8c0707;
}

#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%;
}

#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;
}

.main {
	font-size: 90%;
	padding-bottom: 10px;
}
p {
	font-size: 10pt;
}
li {
	font-size: 10pt;
}
h1 {
	font-weight: bold;
	color: yellow;
	padding-left: 5px;
	font-size: 220%;
	margin: 0;
}
h2, h3 {
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15pt;
}

h3 {
	color: #479144;
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
}
h4 {
	color: #479144;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 120%;
}
h5 {
	font-size: 70%;
	margin: 3px;
	color: yellow;
}

.post {
	margin: 0px 0px;
	padding: 30px 15px 50px 15px;
	background: white;
}
.post1 {
	margin: 0px 0px;
	padding: 30px 15px 50px 15px;
	background: black;
}
#right
{
	font-size: 90%;
	padding-top: 30px;
	padding-left: 3px;
	padding-right: 3px;

}
.normal0 {
	padding: 0px;
	margin-bottom: 10px;
	font-size: 10pt;
}
.normal1 {
	background: #cdefc9;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 10pt;
}
