/* Main parts of the page */
body {
	margin: 0;
	padding: 0 0 20px 0;
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	font-size: small;
	font-family: Verdana, sans-serif;
	background-color: black;
}
#container {
	width: 950px;
	margin: 0 auto;
}
#banner {
	margin-top: 20px;
  font-weight: bold;
  font-family: Arial, sans-serif;
	color: white;
}
	#banner table {
		width: 100%;
		text-align: center;
		border: none;
	}
	#banner #topnav {
		text-transform: uppercase;
	}
	#banner #topnav .lgcol {
		width: 190px;
	}
	#banner #topnav .smcol {
		width: 130px;
	}
	#banner #topnav a {
		display: block;
		padding: 3px 0;
		background: url('images/simple.gif');
		border: 1px solid #FEBD00;
		color: white;
		text-decoration: none;
	}
	#banner #topnav a:hover {
		color: #FEBD00;
		text-decoration: underline;
	}
	#banner #topnav .current {
		display: block;
		padding: 3px 0;
		background: url('images/simple_light.gif');
		border: 1px solid #999999;
	}
#main {
	background: url('images/simple.gif');
}
	#main .matte {
		height: 0;
		margin: 0;
		padding: 0;
	}
#content {
	background: white;
	margin: 7px;
	padding: 20px;
	border: 15px solid black;
}
	#content img {
		border: 1px solid #FEBD00;
	}
  #content .hilite {
  	color: #DD9C00;
  	font-weight: bold;
		font-size: 110%;
		padding: 2px;
  }
#svclist {
	clear: both;
	text-align: center;
	font-size: 90%;
	width: 100%;
}
	#svclist ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#svclist ul li {
		display: inline;
		zoom: 1;
	}
#footer {
	margin-top: 10px;
	text-align: right;
	color: white;
	font-size: 90%;
}
	#footer a {
		color: #FEBD00;
	}
	#footer a:hover {
		color: #AC362C;
		text-decoration: none;
		background-color: #FEBD00;
	}
		

/* Classes */
.bigprint {
	font-size: 150%;
}
.errmsg {
	color: #AC362C;
	font-weight: bold;
	font-style: italic;
}
.feature {
	background: url('images/simple.gif');
	text-align: center;
	color: #FEBD00;
	font-style: italic;
	font-size: 110%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FEBD00;
}
.formlabel {
	font-style:italic;
	text-align:right;
	width:100px;
}
.goLeft {
	float: left;
	padding: 0 20px 10px 0;
}
.goRight {
	float: right;
	padding: 0 0 10px 10px;
}
.hangindent {
	text-indent: -20px;
	margin-left: 10px;
}
.hilite {
	color: #FEBD00;
	font-weight: bold;
}
.loud {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}
.spread li {
	margin-top: 3px;
}
.stdtable {
	width: 100%;
	border: none;
}
	.stdtable td {
		vertical-align: top;
	}
.tagline {
	padding-top: 80px;
	padding-bottom: 10px;
	font-size: 250%;
	letter-spacing: 250%;
}


/* Tag-based styles */
a img {
	border: none;
}
form fieldset {
	margin-bottom: 10px;
	padding: 5px;
}
form legend {
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	color: #DD9C00;
}
h1 {
  font-family: Arial, sans-serif;
}
h2 {
	margin-bottom: 5px;
}
