body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	background-repeat: no-repeat;
	background-position: center center;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
p {
	font:10px/normal Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.style1 {
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:c70102;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
a:link {color:c70102;}
a:visited {color:#c70102;}
a:hover {
	background-color:#eee;
	color: #339900;
}

#Header {
	color:#c70102;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:5px 20px 0px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	line-height:11px;
	background-color:#eee;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 35px 10px;
	height: 130px;
	text-align: right;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector.*/
body>#Header {height:120px;}

#Content {
	margin:0px 20px 50px 170px;
	padding:0px;
	clear: left;
	}
#PostModule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 20px 10px;
	clear: left;
	height: auto;
	width: auto;
	border-top: thin none;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
}
#PageModule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 20px 10px 20px 0px;
	line-height: normal;
}
#Menu {
	position:absolute;
	width:150px;
	padding:0px;
	background-color:#eee;
	line-height:normal;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	clear: left;
	left: 0px;
	top: 125px;
	color: c70102;
	text-align: center;
	list-style-image: none;
	text-decoration: none;
	border-top: 1px none #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:160px;}
#navcontainer { width: 160px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: #eee;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #c70102;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFF;
color: #c70102;
}

