body	
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet,Verdana,Arial,Sans Serif;
	font-size: 9px;
	line-height: 12px;
	background-image:url(imgs/bckgrd-green.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	color: #4E5259;
	}
	
a:link 
	{
	font-size: 9px;
	line-height: 12px;
	color: #4E5259;
	text-decoration: none;
	padding-bottom: 1px;
	}

a:visited 
	{
	font-size: 9px;
	line-height: 12px;
	color: #4E5259;
	text-decoration: none;
	padding-bottom: 1px;
	}

a:hover 
	{
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	background-color: #C0DC85;
	text-decoration: none;
	padding-bottom: 1px;
	}
	
input.login
	{
	background-color: #C0DC85; 
	font-size: 9px; 
	color: #000000;
	width:150px;
	padding-left: 4px;
	}
	
select.login
	{
	background-color: #C0DC85; 
	font-size: 9px; 
	color: #000000;
	width:150px;
	padding-left: 4px;
	}
	
input.required
	{
	background-color: #C0DC85; 
	font-size: 9px; 
	color: #000000;
	width:150px;
	padding-left: 4px;
	}
	
input.basic
	{
	background-color: #fcfcfc; 
	font-size: 9px; 
	color: #000000;
	width:150px;
	padding-left: 4px;
	}

textarea.tarea 
	{
	background-color: #C0DC85; 
	font-size: 9px; 
	color: #000000;
	}
	
input.signup
	{
	background-color: #C0DC85; 
	font-size: 9px; 
	color: #000000;
	width:100px;
	padding-left: 4px;
	}

#horizon
	{	
	text-align: center;	
	position: absolute;		
	top: 5px;
	left: 0px;	
	width: 100%;	
	height: 1px;	
	overflow: visible;	
	visibility: visible;	
	display: block;
	}
	
#content    
	{	
	margin-left: -400px;	
	position: absolute;	
	top: 10px;	
	left: 50%;	
	width: 800px;	
	height: 800px;	
	visibility: visible;
	border-top: 3px solid #99CC66;
	visibility: visible;	
	background-image: url(imgs/couch-green.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2;
	}
	
#login_box
	{
	width:800px; 
	height:60px; 
	padding:8px;
	z-index: 300;
	}
	
#nav_box
	{
	width:800px; 
	height:20px; 
	padding-top:5px; 
	padding-bottom:8px; 
	padding-left:8px; 
	padding-right:8px;
	}
	
#content_box    
	{
	position: absolute;	
	top: 110px;		
	left: 0px;	
	width: 820px;
	visibility: visible;
	z-index: 200;
	}

#content_table 
	{
	font-size: 9px;
	line-height: 12px;
	border: 3px solid #99CC66;
	height:100%; 
 	}

#content_titles 
	{
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	background-color:#C0DC85;
	padding:6px;
 	}

#content_text 
	{
	font-size: 9px;
	line-height: 12px;
	padding:6px;
 	}

#content_textsize
	{
	font-size: 9px;
	line-height: 12px;
 	}

#content_spacer 
	{
	font-size: 9px;
	line-height: 12px;
	border-bottom: 3px solid #99CC66;
 	}
	
#font_maintitles
	{
	font-size:14px;
	line-height:-14px; 
	color: #000000;
	}
	
#font_other
	{
	font-size: 9px;
	line-height: 12px;
	}
	
select.select2
	{ 
	background-color:#ffffff;
	font-size: 9px; 
	color: #000000;
	padding-left: 4px;
	}