@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	}
 
html, body {
	height: 100%;
	background-image:url(../images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	}

p, li {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000;
	font-weight: normal;
	}

ol {
	font-weight: bold;
	}

a:link, a:visited {
	color: #a96a00;
	text-decoration:none;
	}

a:hover {
	text-decoration: underline;
	}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	color:#000;
	}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	color:#f09700;
	}
 
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px;
	}

.push {
	height: 65px;
	}

#header {
	}

#footer {
	clear: both;
	height: 90px;
	}

#content {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	}

.headermenu {
	width: 565px;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	margin-top: 134px;
	}

#headerlogin {
	width: 250px;
	position: absolute;
	left: 50%;
	margin-left: 230px;
	margin-top: 80px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000;
	font-weight: bold;
	}

.headermenu a {
	font-weight: bold;
	}

#footertext {
	width: 860px;
	position: absolute;
	left: 50%;
	margin-left: -330px;
	margin-top: 30px;
	}

#footerbuttons {
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: 330px;
	margin-top: 30px;
	}

.third {
	width:32%;
	float:left;
	padding:5px;
	}

#leftcolumn {
	width:32%;
	float:left;
	padding:2px;
	}

#middlecolumn {
	width:33%;
	float:left;
	padding:2px;
	}

#rightcolumn {
	width:32%;
	float:left;
	padding:2px;
	}

#newscolumnleft {
	width:682px;
	float:left;
	padding:2px;
	}

#newscolumnright {
	width:260px;
	float:right;
	padding:2px;
	}

.half {
	width:471px;
	float:left;
	padding:2px;
	}

.char {
	width:24%;
	float:left;
	padding:2px;
	}

.multimedia {
	width:19%;
	float:left;
	padding:2px;
	text-align:center;
	}

.listhead {
	font-weight: bold;
	font-size:14px;
	}

.newshead {
	font-weight: bold;
	font-size:16px;
	}

.orangebar {
	background-color: #f28800;
	background-image:url(../images/bar-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 2px 2px 2px 3px;
	}

.sidebar-top {
	background-color:#413f3f;
	background-image:url(../images/sidebar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.sidebar {
	background-color:#ffffff;
	background-image:url(../images/sidebar-btm.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 3px 20px 3px;

	}

.sm {
	font-size: 10px;
	}

.pbreak {
	font-size: 6px;
	}

.clear	{
	clear: both;
	}

.charimg {
	float: left;
	border: 0px;
	padding: 2px;
	}

#featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.news {
	padding: 0px 5px 15px 5px;
	}

.news img {
	float: left;
	padding:3px 10px 3px 0px;
	border: 0px;
	}

.news .cat img {
	float: none;
	padding: 0px 0px 5px 0px;
	border: 0px;
	}

.handcursor {
	cursor:hand;
	cursor:pointer;
	}

.comments {
	padding: 5px 5px 5px 5px;
	}