body {
	background: #000;
  margin: 0px auto;
	text-align: center;
}
	
img, img a { 
  border : none 
}
  
/*wrappers - page or section containers*/
div#container { 
  position: relative;
	background-color: #e4efc4;
  width : 822px; 
  margin : 0 auto; 
  padding : 0; 
  text-align : left; 
}

div#headerWrapper { 
  position: relative;
  height: 280px;
  margin : 0; 
  padding: 0;
	background: url(./images/header.jpg) no-repeat;
}
div#headerWrappernotag { 
  position: relative;
  height: 280px;
  margin : 0; 
  padding: 0;
	background: url(./images/headernotag.jpg) no-repeat;
}

div#content { 
  width : 100%; 
  padding : 0; 
  margin: 0 auto;
  background: #f5fbdf url(./images/background.jpg) repeat-y;
}
  
div#left { 
  float : left; 
  width : 197px;
  margin: 0;
  padding: 0;
  text-align: center;
}

div#main {
  position: relative;
  width: 489px;
  float : right; 
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 86px;
  padding-bottom: 0px;
  margin-top: -20px;
  text-align: left;
}

div#signupR {
  width: 45%;
  text-align: center;
  float: right;
  border: 2px solid #6a2b15;
  background: #b3cc96;
  margin-left: 10px;
  margin-bottom: 10px;
}


div#bottom {
  position : relative; 
  width : 822px; 
  margin : 0 auto; 
  padding: 0px; 
  height: 78px;
  background: url(./images/bottom.gif) no-repeat;
}

div#footer {
  position : relative; 
  width : 822px; 
  margin : 0 auto; 
  padding-top: 10px; 
}

  
/* fonts and text */
p {
  line-height:150%; 
  word-spacing:.15em; 
  letter-spacing:.03em;
/*  font-family: verdana, arial, helvetica, sans-serif; */
  font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 10pt;
	color: #000;
	padding-bottom: 4pt;
}

td {
/*  font-family: verdana, arial, helvetica, sans-serif; */
  font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 200%;
	color: #000;
}

td.signupHeading {
  font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #000;
	padding: 10px 0;
}  

.bold {
  font-weight: bold;
}

ul {
  word-spacing:.15em; 
  letter-spacing:.03em;
/*  font-family: verdana, arial, helvetica, sans-serif; */
  font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 10pt;
	color: #000000;
	list-style-type: square;
}
li {
  line-height:200%; 
}

p.imgL {
  text-align: center;
  margin-left: 15px;
  padding-top: 10px;
  line-height: 100%;
}

p.imgR {
  text-align: center;
  padding-right: 0;
  margin: 0;
}
.center {
  text-align: center;
}

h1 {
  padding: 0;
  font-size:14pt; 
  font-family: Georgia, 'Times New Roman', serif;  
  font-weight: bold; 
  font-style: italic;
  color: #000;
}

h2 {
  padding: 0 0 10px 0;
  font-size:12pt; 
  /* font-family: verdana, arial, helvetica, sans-serif; */
  font-family: Georgia, 'Times New Roman', serif;  
  font-weight: bold; 
  font-style: italic;
  color: #000;
  line-height: 120%;
}

p.footerText {
  text-align: right;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal; 
  font-variant: normal; 
  word-spacing: normal; 
  letter-spacing:normal;
  line-height: 12pt;
  padding-right: 36px;
  margin: 0;
  color: #fff;
}

.privacy {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 8pt;
  font-weight: normal; 
  font-variant: normal; 
  word-spacing: normal; 
  letter-spacing:normal;
  font-style: italic;
  padding-bottom: 8pt;
}  

div#footer a {
  font-weight: bold;
  color: #fff;
}

div#main a {
  line-height:150%; 
  word-spacing:.15em; 
  letter-spacing:.03em;
/*  font-family: verdana, arial, helvetica, sans-serif; */
  font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 9pt;
	color: #416715;
	font-weight: bold;
	text-decoration: none;
}

div#main a:hover {
  text-decoration: underline; 
}
  
/* Navigation */
ul#navlist {
  position: absolute;
  margin-left: 160px;
  margin-top: 195px;
  white-space: nowrap;
}

#navlist li {
  display: inline;
  list-style-type: none;
}

#navlist a { 
  padding: 0px 10px; 
}

#navlist a:link, #navlist a:visited {
  font-family: 'Lucida Sans', arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#navlist a:hover {
  color: #fff;
  background-color: #416715;
  text-decoration: none;
}