body  {
	margin: 0;
	background: #fff;
	text-align: center;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#container { 
	width: 980px; 
	margin: 0 auto;
	min-height: 500px;
	text-align: center;
	border:2px solid black;
	}
	
#header { 
	text-align:center;
	} 

#nav{
	float:left;
	width: 980px;
	padding: 20px 0;
	background: #0067b1;
	color: #79c143;
	font-size: 20px;
	text-align:center;
	}

.navlinks{
	 margin:0 auto;
	 width: 501px;
	 }
	 
.navlinks a:link, .navlinks a:visited{
	display:block;
	float:left;
	width:99px;
	border-left: 1px solid #79c143;
	font-size: 18px;
	color: #fff;
	text-decoration:none;
	}

.navlinks a:hover{
	color:#79c143;
	}

.navlinks_right{
	border-right: 1px solid #79c143;
	}
	
.page_title{
	margin:10px auto 30px auto;
	height: 24px;
	width:100px;
	border-right:1px solid #79c143;
	border-left:1px solid #79c143;
	font-size:18px;
	color: #0067b1;
	}
	
#left_col {/*on contact page*/
	float: left; 
	margin: 0;
	width: 150px;
	padding: 0 20px 30px 170px;
	text-align:left;
	}

#right_col{ /*on contact page*/
	min-height: 400px;
	margin: 0 160px 30px 340px;  
	padding-left:20px;
	text-align:left;
	border-left:1px solid #79c143;
	font-size: 14px;
	} 

#center{ /*content for all other pages*/
	margin: 0 auto 30px auto;
	padding: 0 20px;
	width:461px;
	text-align:left;
	border-left: 1px solid #79c143;
	font-size: 14px;
	}

p{
	line-height: 1.5em;
	}

a:link, a:visited{
	color: #0067b1;
	text-decoration:none;
	}

a:hover{
	color: #090;
	}
	
.short_green{
	height:1px;
	width: 150px;
	background: #79c143;
	border:none;
	color: #79c143;
	}

.med_green{
	width: 300px;
	height:1px;
	background: #79c143;
	border:none;
	color: #79c143;
	}
	
h1 {
	color: #79c143;
	font-size: 18px;
	}

h2{
	font-size: 16px;
	color: #000;
	margin:0;
	}
	
.sign_up{
	text-align:center;
	}
	
.livebetter{
	margin-top: 10px;
	border:0;
	}
	
label{
	display:block;
	}
	
.input{
	display:block;
	margin-bottom: 10px;
	padding: 4px;
	background: #79c143;
	border:none;
	}

textarea{
	display:block;
	margin-bottom: 10px;
	padding: 4px;
	height: 70px;
	width: 200px;
	background: #79c143;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*	
#footer { 
	color: #555;
	font-size: 10px;
	text-align:center;
	} 

.data_table{
	border-top: 30px solid #bf1d3a;
	border-bottom: 4px solid black;
	padding-bottom: 20px;
	}

.data_table th{
	border-bottom: 4px solid black;
	font-weight:normal;
	padding: 7px 0;
	}
	
.data_table td{
	border-bottom: 1px solid black;
	padding: 7px 8px 7px 0;
	}

#border{
	float: left; 
	width: 260px; 
	background:url(images/bg_green_bot.gif) no-repeat bottom right;
	padding: 0 20px 20px 20px;
	}
*/