/* Ya, I know this CSS is kinda dirty and hacky. -Paul */
*{
	margin:0;
	padding:0;
}
body{
	font: 13px/17px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	border-top:6px solid #289ACF;
	background:rgb(241, 251, 255);
	margin:0 auto;
}
.wrapper{
	background:#E3F2F9;
	width:100%;
}
#logo{
	margin:0 auto;
	padding-top:10px;
	background:#B7D9EB;
	height:30px;
	width:620px;
}
.stats{
	margin:0 auto;
	background:#c5e2f1;
	height:auto;
	padding:2px;
	width:620px;
	font-size:11px;
	color:#222;
}
#header{
	margin:0 auto;
	background:#E3F2F9;
	height:auto;
	padding:20px;
	width:620px;
}
#header p{
	margin:5px 0 10px;
}
#header h2{
	margin-top:10px;
}
#content{
	width:620px;
	margin:15px auto;
}
#results{
	width:620px;
	margin:50px auto;
}
#results textarea{
	border:1px solid #ccc;
	background:#fff;
	color:#333;
	font-size:12px;
	padding:5px;
}
#results textarea:focus{
	border-color:#ff0084;
}
h1{
	font-size:26px;
	margin-bottom:15px;
}
h2{
	font-size:20px;
	color:#222;
	margin-bottom:8px;
}
h3{
	font-size:14px;
	color:#333;
}
ul li{
	list-style-image:none;
	list-style-type:none;
	clear:both;
	line-height:2.5em;
}
ul li input{
	border:1px solid #ccc;
	padding:3px;
}
ul li input:focus{
	border:1px solid #0063dc;
}
label{
	float:left;
	width:265px;
	font-weight:bold;
	font-size:14px;
}
#about{
	font-size:16px;
	color:#0A428B;
	text-decoration:none;
	padding:4px;
	float:right;
	margin-top:-33px;
}
#close{
	font-size:28px;
	color:#ff0084;
	text-decoration:none;
	float:right;
	padding-left:18px;
	margin-top:-30px;
}
#pstam_blurb{
	float:right;
	background:#B7D9EB;
	height:30px;
	width:270px;
	color:#444;
	line-height:1.3em;
	font-size:11px;
	padding-right:15px;
	margin-top:-38px;
}
#scMode{
	margin-top:-22px;margin-right:4px;border:1px solid #ccc;background:#fff;padding:3px;float:right;width:300px;line-height:1.4em;font-size:11px;
}
#submit{
	border:2px solid #2A76B4;
	background:#38C;
	color:#FFF;
	float:right;
	font-size:14px;
	margin-right:4px;
}
#footer{
	width:620px;
	margin:60px auto;
	font-size:11px;
}
a:link{color:#0063DC; text-decoration: underline; }
a:visited{color:#2E67C7; text-decoration: underline; }
a:hover{color:#fff;text-decoration:none;background:#38C; }
a:active{color:#fff;text-decoration:none;background: #0259C4; }
/* v2 CSS */
div.controls ul li{
	display:inline;
	margin-left:-4px;
}
div.controls ul li a{
	text-decoration:none;
	background:#9BC6DA;
	padding:6px 12px 6px 12px;
	color:#154663;
}
div.controls ul li a:hover{
	background:#C7ECFD;
	color:#000;
}
div.scroller { 	
	width: auto; 
	height: 115px;
	overflow: hidden;
}
div.scroller div.section {	
	width:auto;
	height:160px;
	overflow:hidden;		
}
div.scroller div.content {
	width: 620px;
}
