	
body {
	background-color:#00468C;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#page {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
li {
	margin: 10px 35px;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:188px;
	position:relative;
}
#header ul{
	background-color:#DB111C;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:188px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
	margin: 0px;
	padding: 0px;
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	color:#FFFF80;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:90px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-color: #FFFF80;
	border-left: 3px #fff solid;
	border-right: 3px #fff solid;
	width:711px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#009BDF;
	font-size:14px;
	margin: 10px 0px 10px 0px;
}
#left {
	float:left;
	width:425px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#sidebar {
    float:right;
	width:227px;
	padding: 0px 10px 30px 10px;
	margin-top:10px;
}
#sidebar a{
	color:#c77e0c;
}
#sidebar a:hover{
	color:#009BDF;
}

#sponsors img {
	margin-right:14px;
	border-style: none;
	border-width: 2px;
	width: 150px;
}

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer.jpg);
font-size:1px;
height:10px;
}
#footer {
	color: #fff;
	width:717px;
	text-align:center;
	padding: 20px 0px;
}


/***************************** Old Website ****************************/

.generalGray {
	color: #DDDDDD;
}

.generalRed {
	font-weight: bold;
	color: #FFA405;
}

.generalTitle {
	font-size: 12pt;
	font-weight: bold;
	color : #933;
}

.generalSubTitle {
	font-size: 10pt;
	font-weight: bold;
	color : #933;
}

.fieldOn {
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
}
.fieldOff {
	border: 1px solid #CCCCCC;
}

.headerlevel1 {
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #372b27;
}
.headerlevel2 {
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #7b6d6a;
}

#cellShade1 {
	background-color : #CCCCCC;
	color: #000;
	font-size: 7.5pt;
}

#cellShade1 a {
	color: #000;
}

#cellShade2 {
	background-color : #DDDDDD;
	color: #000;
	font-size: 7.5pt;
}

#cellShade2 a {
	color: #000;
}

.errorLabel {
	font-weight: bold;
	color: #FFA405;
}

.tiny {
	font-size: 6.5pt;
}

.quote {
	color: #C00;
	font-style: italic;
	font-weight: bold;
}

.quoteTitle1 {
	color: #000;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 0 0;
}
.quoteTitle2 {
	color: #000;
	text-align: right;
	font-size: 8pt;
	margin: 0 0 0 0;
}

div.post {
	padding: 0px 15px;
	border: 2px;
	border-style: solid;
	border-color: #000;
	margin: 0 0 40px;	
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
	