html, body{
	text-align: center;
	background: black;
}
html{
	overflow-y: scroll;
}

table,td,tr,thead,tfoot,th,tf,div,p,span,a,li,ul,ol,body,html,select,input{
	font-family: tahoma;
	font-size:8pt;
	color:black;
}


/* Divs */
div{
	margin:0px;
	padding:0px;
}

div #wrappert{
	margin:0px;
	padding:0px;
}

div #header{
	width:770px;
	height:150px;
	top:10px;
	background:url('../../gfx/header.jpg') no-repeat bottom;
}

div #bartop{
	width:770px;
	height:20px;
	background:url('../../gfx/bartop.gif') no-repeat;
	margin:0px;
	padding:0px;
}
div #barbottom{
	width:770px;
	height:20px;
	background:url('../../gfx/barfoot.gif') no-repeat;
}

div #content{
	background:#7FBBFF;
	width:770px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top: 0px;
}



div.menu{
	text-align:center;
	padding-top:3px;
}

div.top{
	text-align:center;
	padding-top:3px;
	width:770px;
	height:20px;
	background:url('../../gfx/top.gif') no-repeat;
	margin:0px;
	padding:0px;
}

div.ctext{
	color:#000000;
	text-align:left;
	margin: 10px !important;
}

/*Agreement */
div.agree{
	background-color:white;
	height:300px;
	width:700px;
	overflow:auto;
}

/*Info Page */

#staff_box 
{
width:450px;
float:left;
}

#staff_box ul 
{
margin-top:0;
list-style: square;
}

#staff_box ul li 
{
	font-family: Tahoma;
	font-weight: bold; 
	font-size: 11px; 
	margin-left:-16px;
}
.staff_info{
	 float:left;
	 position:relative;
	 padding:0 50px 10px 0;
 	 width:450px;
}

/*Menu*/
div.menu,div.menu a, div.menu a:link,div.menu a:visited,div.menu a:active{
	font-family: Tahoma;
	font-weight:bold;
	font-size:11px;
	color:black;
	text-decoration:none;
}
div.menu a:hover{
	font-weight:bold;
	color:white;
	text-decoration:underline;
}


/*Content text */
div.ctext a{
	font-family: Tahoma;
	font-weight:bold;
	font-size:11px;
	color:black;
	text-decoration:none;
}

div.ctext a:hover{
	color: white;
}


input,select{
	color:black;
	width:150px;
	border:1px solid green;
	padding-left:2px;
}

input.button{
	width:150px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid black;
	border-bottom:1px solid black;
	cursor:hand;
}

h1{
	font-size:13px;
	font-weight:bold;
	font-family: tahoma;
	padding:0px;
	margin:0px;
}

h2{
	font-size:12px;
	font-weight:bold;
	font-family: tahoma;
	padding:0px;
	margin:0px;
}

h3{
	font-size:10px;
	font-weight:bold;
	font-family: tahoma;
	padding:0px;
	margin:0px;
}

.warning{
	color:firebrick;
	font-weight:bold;
}

li{
	list-style-type: none;
	list-style-position: outside
}
