/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font: 1em Arial, Geneva, sans-serif;
	color:#333; 
	background-color:#FFF
	text-align: center;
	}

h1 {
	font-size: 1.7em;
	text-align: center;
	line-height: 1.3em;
	/*color: #FF0000;*/
	color: #990000;
	margin-bottom: 9px;
 	font-weight:bold;
	}


h2 {font-size:1.3em;
font-weight:bold;
padding-top:6px;
padding-bottom: 6px;}

h3 {font-size:1.1em;
font-weight:bold;
padding-top:4px;
padding-bottom: 4px;}

p {
	font-size: 85%;
	padding-bottom:12px;
	line-height:1.7em;
	}

ol {
	font-size: 85%;
	padding-bottom:12px;
	line-height:1.7em;
	margin-left: 5em;
	}

ul {
	font-size: 85%;
	padding-bottom:12px;
	line-height:1.7em;
	margin-left: 5em;
	}


	
	
#container {
	width: 800px;
	margin: 0px auto 0px auto;
  position:relative;
  border: #555 thin solid;
	}
	
	

#content {
background-color:#FFFFFF;
	position:relative;
	padding:10px;
	margin-top: 10px;
}


#content a {
	color: #0000EA; /*#CC3300;*/
	font-weight:bold;
	text-decoration:none;
	/*text-decoration:underline;*/
}
		
#content a:link, #content a:visited {
	color:#0000EA; /*#CC3300;*/
	}

#content a:hover {
	color: #5e7b75;
	}

#centerbox {
	width: 790px;
	height: 470px;
	margin: 10px auto 20px auto;
	clear: both;
	text-align: center;
	vertical-align: middle;
}

#textbox {
	width: 600px;
	margin: 10px auto 20px auto;
	clear: both;
}

#header {
	margin: 10px auto 10px auto;
	text-align:center;
	
}


#signup {
	width: 250px;
	position: relative;
	left: 10px;
	float: left;
	text-align: left;
	height: 400px;
	margin-left: 10px;
	margin-top: 10px;

}


#video {
	position: relative;
	left: 10px;
	width: 500px;
	float: left;
}

#menu {
	font-size: 10pt;
	margin: 10px auto 10px auto;
	text-align:center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
}

#menu a {
	margin-left:5px;
	margin-right:5px;
}

#menu a.link {
	color: #0000ea;
}


#menu .item {
	margin-left:10px;
	margin-right:10px;
}

#prehead{
font-weight: bold;
font-size: 0.9em;
margin-bottom: 10px;

}
.graybullet {color: #333333}

.greenbullet {color: #5e7b76}
