* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
} 


/* Section Styles */

html {
	font-size: 100%;
}

body {
	font-family: "Verdana", Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#header {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background-image: url('./../images/background.gif');
	background-repeat: repeat-x;
	padding: 0 25px 15px 27px;
}

#footer {
	text-align: center;
	padding: 2em;
	color: #808085;
	display: block;
	clear: both;
}

.menu {
	background-color: #353535;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	padding: 1em 1.5em;
	margin-bottom: 2em;
}

#leftmenu {
	float: left;
	margin: 1.3em 2em 2em 1em;
	clear: none;
}

#rightmenu {
	float: right;
	margin: 1.3em 1em 2em 2em;
	clear: none;
}

#mainbody {
	float: left;
	clear: none;
}

/* Menu Styles */

.menu a {
	display: block;
	padding-top: .5em;
	padding-bottom: .5em;
	font-weight: bold;
}


.menu a.reg {
	display: inline;
}


/* Heading Styles */

#headerimage {
	width: 141px;
	float: left;
	text-align: center;
	padding-top: 12px; 
}

#headertxt {
	padding-top: 20px;
	padding-right: 1px;
	text-align: center;
}

#datebar {
	margin: 5px 2em 0 2em;
}


/* Header Styles */

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 3em;
	text-decoration: none;
}

h1.sub {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #FF8000;
	font-weight: bold;
	font-size: 2em;
	text-decoration: none;
}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #FF8000;
	font-weight: bold;
	font-size: 2.1em;
	text-decoration: none;
}

h2.sub {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.8em;
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}


.title {
	padding-top: .5em;
	padding-bottom: .5em;
}


/* Link Styles */

a:link {
	color: #FF8000;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:visited {
	color: #FF8000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF4000;
	text-decoration: underline;
	font-weight: bold;
}

a.poweredlink {
	color: #808085;
}


/* Generic Styles */

img {
	border-width: 0;
}

.clearfloat {
	clear: both;
}

.home {
	font-size: 1.2em;
	margin-right: 2em;
}

ol {
	padding-left: 30px;
}

li {
	padding-left: -10px;
}

/* Server Styles */

.serverList {
	font-size: 1.3em;
	margin-left: 2em;
}

/* Login Styles */

.loginCB {
	background-color: #353535;
	border-width: 0;
}

.loginText {
	color: #AA0000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color:#CCCCCC;
	margin-bottom: 2px;
}

.loginButton {
	color: #FF0000;
	border-color: #999999;
	border-width: 1px;
	background-color:#000000;
	margin-top: 4px;
}

/* Shoutbox Styles */


.shoutmsg a {
	display: inline;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}

.shout {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	width: 150px;
}

.shoutauthor {
	color: #FF0000;
	font-size: 10px;
}

.shoutdate {
	color: #00FF00;
	font-size: 10px;
}

.shoutmsg {
	color: #FFFFFF;
	font-size: 10px;
}

.shoutPost {
	color: #FFFFFF;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background-color:#000000;
	margin-top: 2px;
	font-size: 10px;
	width: 160px;
}

.shoutButton {
	color: #FF0000;
	border-color: #999999;
	border-width: 1px;
	background-color: #000000;
	margin-top: 2px;
	font-size: 10px;
}

/* Misc Styles */

.rs {
	color: #FF3333;
	font-weight: bold;
}

.nsl1 {
	list-style-type: disc;
	font-size: 1.3em;
	margin-left: 2em;
}

.nsl2 {
	list-style-type: square;
	margin-left: 2em;
	font-size: .9em;
}

.memberstable td, th {
	padding: 2px;
}