body {
	background: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
}

a {
	color: #c85b13;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.parent {
	padding: 0px;
	width: 100%;
}

.header {
	background: #000000;
	height: 113px;
	margin: 0px;
	padding: 0px;
}

.menubar {
	background: #333333 url('images/gradient-grey.gif') repeat-x;
	padding: 0px;
}

a.menulink, a.menulink:visited {
	border-right: solid 1px #000000;
	color: #aaaaaa;
	display: block;
	font-size: 9pt;
	padding: 8px 0px 8px 0px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}

a.menulink:hover {
	background: #b15111 url('images/gradient-orange.gif') repeat-x;
	color: #eeeeee;
	display: block;
	text-decoration: none;
}

#maincolumn {
	background-image: url('images/shadow.gif');
	background-repeat: repeat-x;
	padding: 40px;
}

#content {
	background: #eeeeee;
	border: solid 1px #aaaaaa;
	padding: 10px;
}

#footer {
	margin: 40px 100px 40px 100px;
	text-align: center;
}

#footer img {
	background: #ffffff;
	border: solid 1px #000000;
	padding: 1px;
}

/* Forum CSS */

/*
.nav          { font-size: 10pt; text-decoration: none;}
.nav:link     { font-size: 10pt; text-decoration: none;}
.nav:visited  { font-size: 10pt; text-decoration: none;}
.nav:hover    { font-size: 10pt; text-decoration: underline;}
.titlebg      { background: #333333 url('images/gradient-grey.gif') repeat-x; font-style: normal; font-weight: bold; font-size: 12px; color: #dddddd; }
.hr           { color: #000000; background-color: #000000;}
.quote        { font-size: 12px; color: #000000; background-color: #eeeeee;}
.code         { font-size: 12px; font-family: Courier New; color: #000000; background-color: #eeeeee;   }
.welcomebg {
	background: #555555;
}
*/
