body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: small;
  background: #EEEEEE url(../images/global_background.jpg) repeat-x top left;
  text-align: center;
  }
	

.textlogo {
	font-family: 'trebuchet ms',helvetica,sans-serif;
}

.textlogo .fat {
	font-weight: bold;
}
	
#container {
  margin-left: auto;
	margin-right: auto;
	width: 816px;
	height: 100%;
	text-align: left;
  }
	
#subscribe {
  margin: 0px;
	padding: 0px;
  float: left;
	width: 100%;
  background: url(../images/container_background-3.jpg) repeat-y top left;
  }

#bodytext {
  margin-top: 5px; 
  padding: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 1px 0px 1px;
	font-size: 12pt;
  }
	
/* header */
#header {
  float: left;
  width: 100%;
  height:39px;
  margin: 0px;
  padding: 0px;
  }

#header a {
	text-decoration: none;
  font-size: 10pt;
	color: white;
  }
	
#header #logo {
  top: 0px;
  font-size: 14pt;
  float: right;
  }

#header #login {
  font-size: 14pt;
	top: 5px;	
  margin-right: 20px;
  float: right;
 	line-height: 28px;
  }

#header #signup {
  font-size: 14pt;
	top: 5px;	
  margin-right: 20px;
  float: right;
 	line-height: 28px;
  }
  
.question {
  font-family: Georgia, serif;
  font-size: 18pt;
  font-weight: normal;
  color: black;
  }
	
.statement {
  font-family: Georgia, serif;
  font-size: 14pt;
  font-weight: normal;
  color: black;
  }
	
.response {
  margin: 5px; 
  padding: 5px; 
  font-family: Verdana, sans-serif;
  font-size: small;
  font-weight: normal;
  color: #236414;
  }

.description {
  margin: 0px; 
  padding: 0px; 
  font-family: Verdana, sans-serif;
  font-weight: normal;
  color: black;
  font-size: 14pt;	
  }

.description .caption {
  font-weight: bold;
  font-family: Georgia, serif;
  font-size: 18pt;
  }	
	
.leftcolumn {
  float: left;
  width: 450px;
  margin-left: -1px;
  padding: 10px;
  }

.rightcolumn {
  margin-left: 460px;
  width: 250px;
  padding: 10px;
  border-left: 1px solid gray;
  }
	
#summary {
  width: 90%;
  border-bottom: 1px solid gray;
  }	
	
#summary h3 {
  text-align: left;
  font-weight: normal;
  font-family: Georgia, serif;
  font-size: 18pt;	
  font-weight: normal;
  padding: 0px;
  margin: 0px;	
}

#signupProcess {
  float: left;
  text-align: left;	
}

#signupList {
  padding-left: 30px;
  width: 500px;	
}
	
#summaryleft {
  float: left;
  width: 200px;
  padding: 1em;
  margin-left: -1px;
  padding: 10px;	
  }	
	
#summaryright {
  margin-left: 225px;
  width: auto;
  padding: 0px;
  text-align: left;
  font-weight: normal;
  font-family: Georgia, serif;
  font-size: 14pt;	
  }
	
.spacer {
  clear: both;
  }
	
.feature {
  padding: 25px;
  margin: 0px;
  clear: both;
  }
	
#banner {
  width: 816px; 
  margin: 0px;
  padding: 0px;
  background: url(../images/backdrop-2.jpg) no-repeat top left;
  }

#banner img {
  margin-left: 7px;
  text-align: center;
  align: center;
  }
	
	
#featuredUser {
  text-align: left;
  background: #fff;
  color: #333;
  margin: 20 0 20px 0;
  padding: 7px;
  border: 1px solid #fff;
  float: right;
  width: 180px;
  font-size: 10px;
}	

#featuredUser H3 {
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 0 1px 1px;
}

#featuredUser H4 {
  border-bottom: 1px solid #ccc;
  font-size: 10px;
  font-weight: normal;
  color: #666;
  padding: 0 0 1px 1px;
}
