/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #222222;
	color: #feedfc;
	font: 11px Verdana,Arial,Geneva,Sans-Serif;
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}

/*=== Centered Layout ===*/
#centerwrap{
	height: 490px;
	margin: 0 auto;
	position: relative;
	width: 695px;
}
#content{
	background: url(../images/page-bgr.jpg) no-repeat top;
	height: 490px;
	position: absolute;
	width: 695px;
}
/* \*/
#centerwrap{
	left: 50%;
	margin: -295px 0 0 -345px;
	position: absolute;
	top: 56%;
}
/*=== Logo ===*/
h1{
	background: url(../images/logo.gif) no-repeat center;
	margin: 0 auto;
	margin: 0 0 2px;
	text-indent: -9999px;
	width: 695px;
}
h1 a{
	display: block;
	height: 80px;
	margin: 0 auto;
	width: 303px;
}
/*=== Top Menu ===*/
#topmenu{
	border-bottom: 1px solid #c9c9c9;
	height: 28px;
	padding: 5px 0 0 10px;
}
#topmenu li{
	list-style: none;
}
#topmenu li{
	float: left;
	font-weight: bold;
	line-height: 28px;
	margin: 0 18px 0 0;
}
#topmenu li.last{
	margin: 0;
}
#topmenu li a{
	color: #222222;
}
#topmenu li a:hover,
#topmenu li.active a{
	color: #ffffff;
	text-decoration: none;
}
#topmenu li.activelast{
	margin: 0;
}
#topmenu li.activelast a{
	color: #ffffff;
	text-decoration: none;
}
/*=== Columns ===*/
/*--- Center Column ---*/
#centercol{
	float: left;
	height: 401px;
	width: 508px;
}
#centercol .spacer{
	height: 325px;
	overflow: auto;
	padding: 17px 20px;
}
#centercol h2{
	color: #222222;
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 12px;
	text-transform: lowercase;
}
#centercol p{
	padding: 0 0 10px;
}
#pagecontent hr{
	padding: 10px;
	color: #222222;
}
#pagecontent li{
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0 0 0 20px;
}
#pagecontent li li{
	font-weight: normal;
	padding: 2px;
	margin: 0 0 0 10px;
}
/*--- Right Column ---*/
#rightcol{
	float: right;
	height: 401px;
	margin: 0 8px 0 0;
	width: 178px;
}
* html #rightcol{
	margin: 0 3px 0 0;
}
/*- Home Page Picture -*/
.home{
	background: url(../images/home-title.jpg) no-repeat top;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
/*--- Footer ---*/
#footer{
	width: 695px;
}
#footer p{
	color: #000000;
	padding: 10px 0 0 0;
	text-align: center;
}
#footer p a{
	color: #000000;
	font-weight: bold;
}


