﻿* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background: #FFF;
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}




#wrap {
	padding: 0 0px;
	min-width: 650px;
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}

a#logo:hover {
	text-decoration: none;
}




#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 0 0 15px;

}

.navbar {
	background-color: #ebebeb;
	padding: 0 10px;
}
.navbar-Main {
	background-color: #ebebeb;
	padding: 0 10px;
	color: #FFFFFF;
}


span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom, .navbar-Main span.corners-top, .navbar-Main span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklistRt {
	
	margin: 0;
}
ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklistRt li {
	
	
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 1.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

a.RightSide 
{
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}
ul.linklistRt li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}
ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	/*font-weight: bold;*/
}
ul.navlinksBottom {
	padding-bottom: 1px;
	margin-bottom: 1px;
	
	/*font-weight: bold;*/
}

.clearfix, #tabs, #minitabs, .post, .navbar, .navbar-Main, fieldset dl, ul.topiclist dl, ul.linklist, dl.polls {
	height: 1%;
	overflow: hidden;
}


/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	/*background-color: #12A3EB;
	background:url(../images/bg_header.gif);*/
	background-color: #006699;
	color: #FFFFFF;
	margin: 0 0 5 2px;
}

.navbar {
	background-color: #DFDFE1;
	margin: 0 0 0 35px;
	color: #313245;
}
.navbar-Main {
	background-color: #717171;
	margin: 0 0 0 0px;
	color: #FFFFFF;
}

span.corners-top {
	background-image: url(images/corners_left.png);
}

span.corners-top span {
	background-image: url(images/corners_right.png);
}

span.corners-bottom {
	background-image: url(images/corners_left.png);
}

span.corners-bottom span {
	background-image: url(images/corners_right.png);
}

ul.navlinks a {
color:#105289;
text-decoration:none;
padding:3px 3px 3px 10px;
}

ul.navlinks a:hover {
color:#990000;
text-decoration:none;
padding:3px 3px 3px 10px;
}

ul.navlinksBottom a {
color:#105289;
text-decoration:none;
padding:3px 3px 3px 10px;
}

ul.navlinksBottom a:hover {
color:#990000;
text-decoration:none;
padding:3px 3px 3px 10px;
}
