@charset "utf-8";
/* CSS Document */
/*=======  Colour Palette  =========
	
	logo green			#07743D;
	dark grey border 	#4d4c4c;
	dark green			#3c8a19;
	green				#6eb43f;
	wws					#d3c4b2;
	dark tan			#b6a087;

==================================*/
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
#background{display:none;}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	overflow:auto;
	z-index:2;
} 
#darthtator{
	width:800px;
	background:#fff;
	z-index:10;
	margin:auto;
	padding: 5px 20px 10px 20px;
}
*{margin:0;padding:0;}
#skip {
	display:none;
}
#logo{
	float:left;
	margin-top: 5px;
}
#logo a img {border-style:none;}
#menu{
	display:none;
	
}
.spacer {
	clear:both;
	height:20px;
	width:796px;
	display:block;
}
#planitupdate{
	display:none;
}
#title{
	margin-top: 4px;
	height: 70px;
}
#title h1{font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 1.8em; color:#fff; padding: 20px 40px 0 40px; font-weight:normal;}
#contentwrapper{
	width:796px;
	margin: 4px 0 0 0;
	height:auto;
}
#wws{
	display:none;
}
#content{
	width: 550px; 
	float:left; 
	margin: 4px 0 0 4px;
	padding:  10px 40px 0 40px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#content h1{font-size: 1.4em; padding: 15px 0; font-weight:normal;}
#content h2{font-size: 1.2em; padding: 15px 0; font-weight:normal;}
#content p{padding: 15px 0; font-size: .98em; line-height: 1.9em; font-weight: normal;}
#content ul{margin:0 15px; padding: 0 0; font-size: .98em; line-height: 1.8em; font-weight: normal;}
#content li{padding: 0 0 5px 0;}
#content a, #content a:link, #content a:visited{color: #4d4c4c; font-weight: bold;}
#content a:hover{color: #ea1f2b; font-weight: bold;}
.spacer2 {
	clear:both;
	height:31px;
	width:796px;
	background:url(../i/wws-corner.gif) repeat-y;
	display:block;
	margin-top: 0;
}
#footer{
	display:none;
}
/*#content {padding:5px 300px 20px 200px;}
p {line-height:1.8em; letter-spacing:0.1em; text-align:justify;}*/
#fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;}

