* {
	margin:0;
	padding:0;
}
.clearfix {
	display: block;
	clear: both;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #3B3B3B; //old color*/
	background-color: #FFF;
	background-image: url(/images/ropeBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
p{
	margin: 15px 5px;
}
h3{
	font-size: 1.2em;
}
a:link, a:visited{
	text-decoration: none;
	color: #999;
}
a:hover, a:active{
	text-decoration: underline;
	color: #999;
}
/* 
-- section list --
- fullPage - houses the entire contencts
- titleHead - main graphic and title for the site
- bodyText - houses the main content of whatever page
- links - duh
*/
/* whole page */
#fullPage{
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0 10px;
}
/* titleHead */
#titleHead{
	height: 200px;
	background-image: url(/images/title.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#titleHead h1{
	display:none;
}
/* where the text is */
#bodyText{
	margin: 10px;
	width: 400px;
	height: auto;
	position: relative;
	left: 330px;
	background-color: #FFFFFF;
	border: thin solid #666666;
	padding: 5px;
}
/* links */
#links{
	position: absolute;
	top: 210px;
	width: 200px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: thin solid #666666;
}
#links h3{
	padding-top: 5px;
}
#links ul li{
	padding-left: 25px;
	list-style-type: none;
}
.listTop{
	height: 25px;
	display:block;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	text-indent: 10px;
}
.listBot{
	height: 20px;
	display:block;
}
#links h3{
	padding-left: 20px;
}
#news{
	position: absolute;
	top: 410px;
	width: 200px;
	margin-left: 25px;
	background-color: #FFFFFF;
	border: thin solid #666666;
	padding: 5px;
}
#news ul li{
	margin-left: 15px;
	font-size: .9em;
}
/* footer */
#footer {
	text-align: center;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	padding-top: 15px;
}
/* form styles */
label {
	width: 75px;
	float: left;
	margin:0 10px;
}
