/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

/*Global*/
body {
	font: 1em Verdana, Arial, Geneva, sans-serif;
	font-size: 95%;
	color:#000;
	background-color:#5e7b76;
	}

h1 {
	font-size: 1.7em;
	text-align: center;
	line-height: 1.3em;
	color: #CC3300; /*#5e7b76;*/
	margin-bottom: 9px;
 	font-weight:bold;
	background-color: #FBEC5D;
	padding: 10px;
	left: -5px;
	float: left;

	}


h2 {font-size:1.1em;
font-weight:bold;
padding-top:6px;
padding-bottom: 6px;}


h3 {font-size:.9em;
font-weight:bold;
padding-top:4px;
padding-bottom: 4px;
text-align:right;}

p {
	padding-bottom:12px;
	line-height:1.7em;
	}

ul {
	padding-bottom:12px;
	line-height:1.7em;
	margin-left: 5em;
	/*list-style-image: url(redball.gif)*/
}

ul b {
color: #CC3300;
}

/*ID tags*/
#container {
	width: 700px;
	margin: 15px auto 0px auto;
  position:relative;
  border: #000 thin solid;

	}

#top {
  background-color: #333;
	height: 30px;
	width: 700px;
	position:relative;
	left:-10px;
	top:0px;
	margin-bottom: 0px;

}

#top H3{
	font-size:.8em;
	/*font-weight:bold;*/
	padding-top:4px;
	padding-bottom: 3px;
	padding-right: 5px;
	color: #FFFFFF;
}


#topcontainer {
	height: 224px;
	width: 700px;
	position:relative;
	left:-10px;
	top:0px;
	margin-bottom: 10px;
	border-bottom: #000000 2px solid;

}
#topheadline {
	color: #00FF00;
	height: 224px;
	width: 475px;
	position: relative;
	float:left;
}

#topimage{
	color: #000000;
	height: 224px;
	width: 215px;
	position: relative;
	/*left: 475px;*/
	top: 0px;
	text-align: center;
	font-weight: bold;
	font: 1em Arial, Geneva, sans-serif;
	font-size: 80%;
	margin-top: 10px;
  	float:left;
}

#content {
background-color:#FFFFFF;
	position:relative;
	padding:0px 10px 15px;

}


#content a {
	color:#CC3300;
	font-weight:bold;
	text-decoration:underline;
}
		
#content a:link, #content a:visited {
	color:#CC3300;
	}

#content a:hover {
	color: #5e7b75;
	}


#QUOTE{
position:relative;
width:470px;
border-top:#333 thin solid;
border-bottom:#333 thin solid;
font-size:75%;
margin-bottom:12px;
MARGIN-LEFT: Auto;
MARGIN-RIGHT: Auto;
background-color:#5e7b76;
padding: 6px 12px 6px 12px;
text-transform:capitalize;
color: #fff;
font-weight: bold;
}

#signup
{
width: 550px;
border: #CC3300 thin dashed ;
margin: 5px auto 0px auto;
padding: 3px 5px 10px 5px;
}

#signup2
{
width: 200px;
border: #CC3300 thin dashed ;
margin: 5px;
padding: 3px 5px 10px 5px;
float: right;
}

#signup2 H1
{
background-color: #FFFFFF;
font-size: 1em;
font-weight: bold;
}

#signup2 p
{
background-color: #FFFFFF;
font-size: .8em;

}
.graybullet {color: #333333}

.greenbullet {color: #5e7b76}
