body {
	background-image:url('/imgs/bgfull.jpg');
	background-repeat:repeat-x;
	background-position: center top;
	padding-top:0px;
	margin-top:0px;
	background-color:#818181;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
	/* IE styles */
	scrollbar-face-color:#CCC;
	scrollbar-arrow-color:#666666;
	scrollbar-track-color:#EEE;	
	scrollbar-shadow-color:#EEE;
	scrollbar-highlight-color:#EEE;
	scrollbar-3dlight-color:#EEE;
	scrollbar-darkshadow-color:#EEE;
}

a, a:visited {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#666;
	font-weight:bold;
	text-decoration: underline;
}
#content_container_wrap {
	border:1px solid #666;
	width:740px;
	padding:0px;
	margin:0px;
}
#content_container {
	border:25px solid #CCC;
	padding:0px;
	margin:0px;
}
#top_container {
	clear:both;
}
#main_body_wrap {
	border:10px solid #FFF;
	margin:0px;
	/*height:100%;*/
}
#content_body_wrap {
	background-color:#F0F0F0;
	background-image:url('/imgs/bgcontent.jpg');
	background-repeat:repeat-x;
	background-position:center top;
	margin:0px;
	padding: 0px;
	border-top: 10px solid #FFF;
	height:100%;
}
#toplogo {
	cursor: pointer; 
	cursor: hand;
	background-image:url('/imgs/bg_logo.gif');
	background-color:#FFCC33;
	background-repeat:repeat-x;
	background-position:center top;
	height:131px;
	padding:0px;
	margin:0px;
	border-bottom:10px solid #FFF;
	cursor-style:pointer;
}
#topnav {
	font-family: "Trebuchet MS", Arial;
	background-color: #797979;
	color: #FFF;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: .10em;
	font-size: 1.2em;
	font-weight:normal;
	overflow: hidden;
	padding:10px;
	margin:0px;
}
#topnav a, #topnav a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#topnav a:hover {
	color: #CCC;
	text-decoration: underline;
	font-weight:bold;
}
#leftcol {
	width:25%;
	float:left;
	overflow:auto;
}
#rightcol {
	width:75%;
	float:left;
	overflow:auto;
}
.footer {
	background-color:#555;
	text-align:center;
	padding:5px;
	margin:0px;
	vertical-align:text-bottom;
	clear:both;
}
.footer div {
	padding:0px;
}
#footerLinks {
	color:#FFF;
	font-size:10px;
	background-color:#555;
	border-top:10px solid #FFF;
	text-align:center;
	clear:both;
	padding:15px 5px 5px 5px;
	margin:0px;
}
#footerLinks a, #footerLinks a:visited {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
#footerLinks a:hover {
	color:#CCC;
	font-weight:normal;
	text-decoration:underline;
}
.section {
	text-align:left;
	height:23px;
	clear:both;
	padding:5px;
	padding-left:10px;
}
h1,h2 {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
}
h1 {
	font-size: 160%;
	margin:0;
	color:#FFCC00;
}
h2 {
	font-size: 120%;
	margin: 0;
	color:#888;
}
h1 a { text-decoration: none; color: #333; }
h1 a:hover { color: #000; }
h2 a { text-decoration: none; color: #333; }
h2 a:hover { color: #000; }

.border-top {
	border-top: 1px solid #999;
}
.border-top td {
	border-top: 1px solid #999;
}
.border-bottom {
	border-bottom: 1px solid #999;
}
.border-bottom td {
	border-bottom: 1px solid #999;
}
.border-left {
	border-left: 1px solid #999;
}
.border-left td {
	border-left: 1px solid #999;
}
.border-right {
	border-right: 1px solid #999;
}
.border-right td {
	border-right: 1px solid #999;
}