/* CSS Document */
/* style sheet by Steve Firth */

/* text formatting */

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003;
	font-size: small;
	text-align: center;
	background-color: #000;
}

h1, h2, h3 { 
	font-size: large;
	font-weight: bold;
	text-align: left;
	color: #003;
}

h2 { 
	font-size: small;
}

h3 {
	font-size: small;
	font-weight: normal;
}

a { 
	color: #003;
	font-weight: bold;
	text-decoration: none;
}
	
A:hover {
	color: #f60;
	font-weight: bold;
	text-decoration: underline;
}

/* structure stuff */

#mainbox {
	width: 650px;
	text-align: left;
	margin: 0px auto;
	border: 1px solid #f60;
}

#header {
	width: 650px;
	height: 120px;
	background: url(../gfx/style2/header2.jpg)
}

#wrapper {
	width: 650px;
	background: url(../gfx/style2/mainboxbg2.jpg);
	float: left;
}

/* left column and formatting (main body) */

#columl {
	width: 500px;
	float: left;
}

#maintext {
	padding: 6px 12px 6px 12px;
}

/* right column and formatting (links) */

#columr {
	width: 150px;
	float: right;
	color: #003;
	text-align: left;
}

#columr a {
	color: #eee;
	font-weight: normal;
	text-decoration: none;
}

#columr a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #f60;
}

#loginbg {
	background: url(../gfx/style2/loginbg2.jpg);
	padding: 11px 11px 11px 13px;
	margin: 0;
}

#searchbg {
	background: url(../gfx/style2/searchbg2.jpg);
	padding: 11px 11px 11px 13px;
	margin: 0;
}

dl { 	
	text-align: left;
	color: #eee;
	float: left;
	width: 150px;
	margin: 0px auto;
}

dt {
	color: #003;
	background-color: #f60;
	display: block;
	text-align: center;
}

dd {
	color: #eee;
	text-align: left;
	margin: 4px 4px 4px 8px;
}

/* funky the tables up a bit */

.tableformatting {
	font: "Courier New", Courier, mono;
}

.cellalta {
	background-color: #333;
	color: #eee;
}
.cellalta a:link {
	color: #eee;
}
.cellalta a:hover {
	color: #f60;
}

.cellaltb {
	background-color: #036;
	color: #eee;
}
.cellaltb a:link {
	color: #eee;
}
.cellaltb a:hover {
	color: #f60;
}

.cellaltc {
	color: #eee;
}
.cellaltc a:link {
	color: #f60;
}
.cellaltc a:hover {
	color: #f60;
}