html, body{
	background-color: #999966;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
	}

#wrapper {
	background: url("../img/body_bkgd.gif") repeat;
	margin: 15px auto;
	padding: 0px;
	border: 0px;
	width: 900px;
	}



/*Top Navigation ---------------------------*/
#header {
	width:896px;
	background-color: #990000;
	background-image:url(../img/topnav_bkgd.gif);
	background-repeat: no-repeat;
	height: 88px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	}

#home {
	width: 184px;
	height: 41px;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	float: left;
	display: inline;
	}

#topnav {
	line-height: 88px;
	float: right;
	}

#topnav a {
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}

#topnav a:hover {
	color: #ff6600;
	padding: 2px 0 2px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}



/*Secondary Navigation ---------------------------*/
#secnavcontainer {
	background-color: #ff6600;
	width: 896px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 28px;
	}

#arrow {
	background-image: url(../img/secnav_arrow.gif);
	background-repeat: no-repeat;
	background-color: #333333;
	width: 36px;
	height: 28px;
	float: left;
	margin: 0px;
	}

#sectionbkgd {
	background-color: #333333;
	height: 28px;
	float: left;
	padding: 0px 26px 0 0;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#section {
	text-align: center; 
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}

#secnavlinks a {
	text-align: center;
	line-height: 28px;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	float: left;
	}

#secnavlinks a:hover {
	color: #fff;
	}

#clock {
	text-align: center;
	line-height: 28px;
	font-size: .63em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	float: right;
	display: inline;
	}




/*Body Left ---------------------------*/
#left {
	width: 608px;
	padding: 20px;
	float: left;
	}

#left h1 {
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #ff6600;
	font-size: 22px;
	font-weight: bold;
	}

#left h2 {
	text-transform: uppercase;
	line-height: 13px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	color: #ff6600;
	font-size: 13px;
	font-weight: bold;
	}

#left h3 {
	color: #fff;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: .69em;
	line-height: 1.5em;
	font-style: bold;
	}

#left h4 {
	color: #fff;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: .69em;
	line-height: 1.5em;
	font-style: italic;
	}

#left p {
	color: #fff;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: .69em;
	line-height: 1.5em;
	}

#left a {
	color: #ff9900;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	}

#left a:hover {
	color: #fff;
	}
	
#leftscript { 
	color: #fff; 
	font-size: 0.69em; 
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, san-serif; 
	line-height: 1.5em; 
	background-color: #000; 
	margin-top: 12px; 
	margin-bottom: 12px;
	}
	
.line {
	background: url(../img/line_bkg.gif) left bottom repeat-x;
	height:20px;
	margin-bottom:32px;
	}


/*Body Right---------------------------*/
#relatedtopics {
	margin: 0px;
	padding: 24px 0 0 18px;
	width: 230px;
	float: right;
	}

#relatedtopics h1 {
	margin: 0px;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	float: left;
	}

#relatedtopics ul {
	float: left;
	line-height: 10px;
	margin: 0px;
	padding-left: 16px;
	list-style: none;
	}

#relatedtopics li {
	line-height: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 10px;
	list-style-image: url(../img/sidenav_arrow.gif);
	list-style-type: square;
	}

#relatedtopics li a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}

#relatedtopics li a:hover {
	color: #fff;
	}

#blackdivider {
	line-height: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
	width: 210px;
	border-top: 1px solid #000;
	}

#openads {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 0px;
	}
	
#openads p {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	}
	
#openads h1 {
	font-size: 16px;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
	}
	

/*Footer ---------------------------*/
#footer {
	border-top: 2px solid #fff;
	background-color: #999966;
	clear: both;
	height: 15px;
	}

#footerleft {
	margin-top: 6px;
	color: #000;
	font-size: 9px;
	float: left;
	}

#footerright {
	margin-top: 6px;
	color: #000;
	font-size: 9px;
	float: right;
	}

#footerright a {
	color: #000;
	font-size: 9px;
	margin-left: 10px;
	}

#footerright a:hover {
	color: #fff;
	}
.yellow {
	color: #FFCC00;
}

