body  {
	background: url(../images/back-vert.gif) repeat-x;
	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: 12px;
	line-height: 140%;
}

#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;
}
table {
	line-height: 120%;
}
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;
} 
#header  {
	padding: 0;
	margin: 10px 0px 0px;
	color: #FFF;
} 

#headerimage {
	position: relative;
	left: 10px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 135px;
}
#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;
}
#topnavigation {
	width: 896px;
	height: 25px;
	position: relative;
	left: 10px;
	background: url(../images/red_bk.gif) repeat-x;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 2px;
	text-align: center;
}


#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;
}
h1    {
	font-weight: normal;
	color: #C03;
	font-size: 160%;
	line-height: 140%;
}
h2    {
	font-size: 120%;
	color: #C03;
	margin-bottom: -10px;
}
#leftcol  {
	width: 190px; /* padding keeps the content of the div away from the edges */
	left: 10px;
	float: left;
	height: 100%;
	position: relative;
	z-index: 1000;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#breakingnews {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	width: 175px;
	background: url(../images/greyback.gif);
	float: left;
	height: 100%;
	font-size: 11px;
	line-height: 100%;
}

#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;
}
.arrow {
	float: right;
	position: relative;
	top: 80px;
}
#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;
}
#newsfoot {
	background: url(../images/greyfoot.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 190px;
	float: left;
}
#mainContent  {
	padding: 0;
	margin: 0 0px 0 5px;
	width: 665px;
	float: left;
} 
#horiz_banner {
	height: 60px;
	width: 468px;
	margin-bottom: 10px;
}
#bodytext {
	margin-left: 20px;
}
#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%;
}
#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 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#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:visited {
	text-decoration: none;
	color: #FFF;
}
#signoff a:hover {
	text-decoration: underline;
	color: #FFF;
}
#signoff a:active {
	text-decoration: none;
	color: #FFF;
}
.linespace {
	letter-spacing: 3px;
	font-size: 11px;
}


.navfooter {
	color: #333;
	margin: 0px 0px 10px;
	padding: 5px 0px 0px;
	text-align: center;
	font-size: 12px;
}

.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 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;
}
.smallprint {
	font-size: x-small;
	color: #333333;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 120%;
}
.adbox {
	height: 60px;
	width: 190px;
	margin-bottom: 5px;
	position: relative;
}
.redsubhead {
	font-weight: bold;
	color: #C03;
	margin-bottom: -10px;
	font-size: 120%;
}
.subhead {
	font-weight: bold;
	color: #666;
	margin-bottom: -10px;
}
#manualnav {
	height: 20px;
	width: 200px;
	border: 1px solid #CCC;
	margin-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
}
#back {
	text-align: left;
	width: 100px;
	height: 20px;
	float: left;
	position: relative;
	top: 5px;
}
#contents {
	width: 488px;
	height: 20px;
	text-align: center;
	float: left;
	position: relative;
	top: 5px;
}

#forward {
	text-align: right;
	width: 100px;
	height: 20px;
	float: right;
	position: relative;
	top: 5px;
}
#imagebar {
	height: 124px;
	width: 680px;
	border: 1px solid #CCC;
	float: right;
	margin-right: 9px;
	padding-left: 8px;
	margin-bottom: 10px;
}

#title {
	float: left;
	margin-top: 20px;
	width: 425px;
}

#pic {
	float: right;
	height: 124px;
	width: 250px;
	border-left: 1px solid #CCC;
	margin: 0px;
}
.button {
	color: #FFF;
	background: #860001;
	height: 22px;
	width: 130px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	font-size: 90%;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
}
#buttons {
	margin-left: 3px;

}
#buttons a {
	color: #FFF;
}
#buttons h {
	color: #FFF;
	text-decoration: underline;
}
.greyborderfoot {
	border-bottom: 1px solid #CCC;
}
.greyborder {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCC;
}

#logo {
	float: right;
	height: 124px;
	width: 240px;
	border-left: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}
.tabletext {
	line-height: 100%;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
}

#W3C {
	height: 35px;
	width: 900px;
	font-size: 10px;
	text-align: center;
}
