body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #000;
	color: #ddd;
	font-size: 12px;
}

ul { margin: 10px 20px 10px 5px; }

li
{
	margin: 2px 10px 2px 5px;
	padding: 0px;
	font-size: 16px;
	line-height: 110%;
	list-style-type: square;
}

p
{
	margin: 2px 10px 5px 5px;
	padding: 2px;
	font-size: 16px;
}

a:link, a:visited
{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:visited:hover, a:active, a:visited:active
{
	color: #999999;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Times, serif;
	margin: 5px 0px 5px 10px;
	padding: 3px;
	color: #FFFFFF;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

input, textarea, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #036;
	margin: 1px;
	padding: 2px;
	background-color: #ccc;
	border: 1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input:focus, textarea:focus, select:focus
{
	background-color: #CCD6E0;
	color: #000;
}

#container
{
	width: 850px;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#centercontent
{
	padding: 10px 5px 0px 5px;
	margin: 0px 0px 30px 0px;
	min-height: 500px;
}

#centercontentright
{
	padding: 10px 0px 0px 0px;
	margin: 0px 15px 30px 0px;
	min-height: 500px;
	float: right;
	width: 700px;
}

#centercontentwide
{
	padding: 10px 20px 0px 20px;
	margin: 0px 15px 30px 0px;
	min-height: 500px;
}

#header
{
	text-align: center;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px #666 solid;
	border-top: 1px #ddd solid;
	border-left: 1px #ccc solid;
	margin: 0px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	background-image: url(../grafix/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#footer
{
	background-color: #333333;
	font-size: 10px;
	clear: both;
	text-align: right;
	padding: 5px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#footer ul
{
	margin: 5px;
	text-align: center;
}

#footer li
{
	font-size: 10px;
	margin: 0px 4px 0px 0px 0px;
	padding: 0px;
	display: inline;
}

#footer #current { color: #fff; }

#navtabs
{
	clear: both;
	font-size: 14px;
	padding: 2px 10px 1px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	background-image: url(../grafix/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top: 1px #ccc solid;
	border-bottom: 1px #999 solid;
}

#navtabs li { display: inline; }

#navtabs ul, #navtabs li
{
	list-style: none;
	margin: 0px;
	font: inherit;
	font-size: inherit;
	padding: 0px;
}

#navtabs a
{
	background-color: #999;
	padding: 2px 4px 1px 4px;
	margin: 5px 0px 2px 0px;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	color: #000;
	background-image: url(../grafix/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center -80px;
}

#navtabs a:hover { background-position: center -130px; }

#navtabs #current
{
	background-color: #000;
	background-image: url(../grafix/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #fff;
}

#search
{
	font-size: 10px;
	float: right;
	clear: right;
	position: relative;
	right: 0px;
}

#search input { font-size: 10px; }

#undertabs
{
	border-top: 1px #666 solid;
	clear: both;
	font-size: 10px;
	padding: 3px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#undertabs li { display: inline; }

#undertabs ul, #undertabs li
{
	list-style: none;
	margin: 0px;
	font: inherit;
	font-size: inherit;
	padding: 0px;
}

#undertabs a
{
	background-color: #755116;
	padding: 3px 2px 2px 2px;
	margin: 2px 2px 5px 2px;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	color: #ccc;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	font-weight: normal;
}

#undertabs #current2
{
	background-color: #000;
	border-top: 1px #666 solid;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	color: #fff;
}

.alert { color: #C00; }
#footer a.admincolor { color: #666; }
.new { background-color: #EAA432; color: #000;  }
.new a:link, .new a:visited, .new a:visited:hover  { color: #000;  }

.commentbox
{
	background-color: #b983db;
	margin: 5px 5px 0px 5px;
	padding: 8px 0px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.commenttag
{
	background-color: transparent;
	background-image: url(../grafix/bottarrow.gif);
	background-repeat: no-repeat;
	background-position: 40px 0px;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}

.lighttone
{
	background-color: #747474;
	color: #999999;
}

.dark { background-color: #666666; }
.darker { background-color: #333333; }
.dark, .darker { color: #fff; }
.dark a:visited, .dark a:link, .darker a:visited, .darker a:link { color: #F5FFD1; }

.dark div, .darker div
{
	padding: 5px;
	margin: 2px;
}

.dropshad
{
	background-color: #000;
	padding: 0px;
	margin: 0px;
	border: 1px #000 solid;
}

.centerme { text-align: center; }

.float
{
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.floatr
{
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px 0px 5px 0px;
}

.one2plus
{
	width: 55%;
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.one2plusr
{
	width: 55%;
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 5px 0px 5px 0px;
}

.one2
{
	width: 48%;
	float: left;
	margin: 0px 5px 3px 0px;
	padding: 5px 0px 5px 0px;
}

.one2r
{
	width: 48%;
	float: right;
	margin: 0px 0px 5px 8px;
	padding: 5px 0px 5px 0px;
}

.one3
{
	width: 32%;
	float: left;
	margin: 0px 6px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.one3r
{
	width: 32%;
	float: right;
	margin: 0px 0px 5px 6px;
	padding: 5px 0px 5px 0px;
}

.one4
{
	width: 24%;
	float: left;
	margin: 0px 8px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.one4r
{
	width: 24%;
	float: right;
	margin: 0px 0px 5px 6px;
	padding: 5px 0px 5px 0px;
}

.one5
{
	width: 19%;
	float: left;
	margin: 0px 6px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.one5r
{
	width: 19%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px 0px 5px 0px;
}

.one6
{
	width: 16%;
	float: left;
	margin: 0px 3px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.one6r
{
	width: 16%;
	float: right;
	margin: 0px 0px 5px 3px;
	padding: 5px 0px 5px 0px;
}

.two3
{
	width: 65%;
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.two3r
{
	width: 65%;
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 5px 0px 5px 0px;
}

.outline
{
	background-color: #333;
	border: 1px #999 solid;
}

.spacer { clear: both; }
.slider { display: none; }
.large, .large p { font-size: 18px; }
.small, .small p { font-size: 12px; }
.medium, .medium p { font-size: 14px; }
.tiny, .tiny p { font-size: 9px; }

.tabsalpha
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px #666 solid;
	margin: 5px auto 0px auto;
	padding: 2px 0px 3px 0px;
	font-size: 11px;
}

.tabs a, .tabsalpha a
{
	background-color: #666;
	padding: 2px 3px 2px 3px;
	margin: 2px 1px 6px 1px;
	border-top: 1px #666 solid;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-left: 1px #666 solid;
	color: #ccc;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

#current3
{
	background-color: #000;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
	color: #fff;
}
