@charset "iso-8859-1";

#disclaimer {
	height: 21px;
	width: 900px;
	position: relative;
	left: 10px;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #666;
	margin-top: 5px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	background-color: #FFF;
	background-image: url(../images/back-vert.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #C03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C03;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #C03;
}
#container  {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	height: 100%;
	overflow: visible;
} 

#headerimage {
	position: relative;
	left: 10px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 135px;
}
.linespace {
	letter-spacing: 2px;
	font-size: 11px;
}
#header  {
	padding: 0;
	margin: 10px 0px 0px;
	color: #FFF;
} 

#topnavigation {
	width: 896px;
	position: relative;
	left: 10px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1px;
	text-align: center;
	background-color: #850001;
	background-image: url(../images/red_bk.gif);
	background-repeat: repeat-x;
}


#topnavigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topnavigation a:visited {
	text-decoration: none;
	color: #FFF;
}
#topnavigation a:hover {
	text-decoration: underline;
	color: #FFF;
}
#topnavigation a:active {
	text-decoration: none;
	color: #FFF;
}
#memberpages {
	float: right;
	margin: 0px;
	padding: 5px 5px 0px;
	position: absolute;
	top: 4px;
	right: 0px;
	border: 1px solid #CCC;
	height: 20px;
	font-size: 10px;
	width: 300px;
	text-align: center;
}
#container #mainContent h1  {
	font-weight: normal;
	color: #C03;
	font-size: 180%;
}
#container #mainContent h2  {
	font-size: 120%;
	color: #C03;
	margin-bottom: -10px;
}
#leftcol  {
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px; /* padding keeps the content of the div away from the edges */
	left: 10px;
	margin: 0px 20px 0px 0px;
	float: left;
	height: 100%;
	position: relative;
}

#newstop {
	background: url(../images/greytop.gif) no-repeat;
	position: relative;
	top: 0px;
	width: 180px;
	left: 0px;
	float: left;
	margin: 10px 0px 0px;
	padding: 5px 0px 0px 10px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #C03;
}
#breakingnews {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	width: 175px;
	background: url(../images/greyback.gif);
	float: left;
	font-size: 10px;
	min-height: 150px;
	line-height: 100%;
}
.arrow {
	float: right;
	position: relative;
	top: 80px;
}

#newsfoot {
	background: url(../images/greyfoot.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 190px;
	float: left;
}
#mainContent  {
	padding: 0;
	margin: 0 0px;
	width: 468px;
	float: left;
} 
#horiz_banner {
	height: 60px;
	width: 468px;
	margin-bottom: 20px;
	margin-left: 8px;
}
#bodytext {
	width: 480px;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 8px;
	color: #16171B;
}
#rightcol  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px; /* padding keeps the content of the div away from the edges */
	position: relative;
	margin: 0px 10px 0px 0px;
	height: 100%;
}
#blogtop {
	background: url(../images/greytop.gif) no-repeat;
	position: relative;
	top: 0px;
	width: 180px;
	left: 0px;
	float: left;
	margin: 10px 0px 0px;
	padding: 5px 0px 0px 10px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
}
#hogblog {
	margin: 0px;
	padding: 0px 10px;
	width: 170px;
	background: url(../images/greyback.gif);
	float: left;
	height: 100%;
	font-size: 11px;
	text-align: justify;
}
#blogfoot {
	background: url(../images/greyfoot.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 190px;
	float: left;
}
#footer  {
	padding: 5px;
	font-size: 11px;
	clear: both;
	width: 890px;
	text-align: center;
	color: #666;
	margin-top: 40px;
	background: url(../images/grad-bk.gif) repeat-x 0px 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	height: 20px;
	border-top: 1px solid #CCC;
} 
#signoff {
	background: url(../images/footer-new.gif) no-repeat;
	height: 40px;
	width: 900px;
	font-size: 10px;
	position: relative;
	margin: -10px 0px 15px 10px;
	padding: 5px 0px 0px;
	top: 10px;
	color: #FFF;
	text-align: center;
}
#signoff a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#signoff a:visited {
	text-decoration: none;
	color: #FFF;
}
#signoff a:hover {
	text-decoration: underline;
	color: #FFF;
}
#signoff a:active {
	text-decoration: none;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.navside {
	margin: 0px 0px 1px;
	position: relative;
	top: 0px;
	float: left;
	background: #860001;
	width: 190px;
	text-align: center;
	color: #FFF;
	height: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.navside a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}



.navfooter {
	color: #333;
	margin: 0px 0px 10px;
	padding: 5px 0px 0px;
	text-align: center;
	font-size: 12px;
}
.navfooter a:link {
	color: #333333;
	text-decoration: none;
}
.navfooter a:visited {
	text-decoration: none;
	color: #333;
}
.navfooter a:hover {
	text-decoration: underline;
	color: #333;
}
.navfooter a:active {
	text-decoration: none;
	color: #333;
}
.adbox {
	width: 190px;
	position: relative;
	margin: 0px 0px 8px;
	padding: 0px;
}

#bannerad {
	width: 468px;
	border: 1px solid #CCC;
	position: relative;
	height: 60px;
	background-color: #FFF;
}
#rightad1 {
	margin-bottom: 10px;
}

#banner {
	height: 60px;
	width: 468px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 20px;
}
#W3C {
	height: 35px;
	width: 900px;
	font-size: 10px;
	text-align: center;
}
img {
	border: 0;
}
#advert {
	background-color: #C00;
	height: 33px;
	width: 468px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

