body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: black;
}

td, th, table{
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: black;
	background-color: #fff;
	border: 1px solid red;
	cellspacing:0;
	cellpadding:1px;
	
}
a {
	color: black;
	text-decoration: none;
}
a:hover {color:red; font-weight: bold;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 10pt;
	padding: 1px;
	margin: 2px;
}
h2{font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color: red;
}

#header{
	width: 750px;
	height: 150px;
	margin: auto 0;
	background-image: url("../../images/mast.jpg") ;
	background-repeat: no-repeat;
}
#header h1{margin-left: -999999px;
}
#nav{left: 0; margin-top:95px; background-color: black;}
#navlist
{
	padding: 3px 0;
	margin-left: 0;
	
	font: bold 12px Verdana, sans-serif;
	list-style-position: outside;
	list-style-type: none;

}

#navlist li
{
	list-style: url(none) none;
	margin: 0;
	display: inline;
	color: #CCCCCC;

}

#navlist li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	
	background: #000000;
	text-decoration: none;
	
	color: #CCCCCC;

}

#navlist li a:link {
	color: #CCCCCC;
	cursor: crosshair;
}
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
	color: #000;
	background: #FF0000;
	border: 1px solid #000000;
}

#navlist li a#current
{
background: #663300;
border-bottom: 1px solid white;
}

#wrap{
width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position: relative;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
#sideBar{position:absolute; left:0; top:155px; width: 300px;}
#display{clear: both; padding: 10px; position: absolute; left:310px; top: 170px; width:auto;}
#footer{position:relative; left:0; width:100%; background-color: black; color:white; margin-top:-100px;}
#RegForm textarea{	width: 298px;
		height: 209px;
		display: block;
		
		background: none;
		margin: 0 0 0 20px;
		padding: 13px 0 13px 0;
		font-family: Helvetica, sans-serif;
		font-size: 1.3em;
		overflow: auto;}
#RegForm input{width: 150px;
		margin: 0 0 20px 0;
		
		text-align: left;
		background: none;
		margin: 13px 0 0 8px;
		font-size: 1.3em;}
#RegForm label{width:150px;
display: inline-block;
	font-size: 1.3em;
	text-indent: 5px;
	font-weight: bold;}
