/* Layout Stylesheet */ 
#access { display: none }
.update { display: none }

body { margin-top:40px; padding:0; background-color: #ECF4E6; text-align: center; }  
.column {   width: 50%;   position: absolute;   top: 0;   text-align: left; } 
.left {   left: 0; } 
.right {   right: 0; } 
#leftcol {   margin-right: 350px; } 
#rightcol {   margin-left: 350px; } 

#content { 						/* this is the holder for the page content */
    width: 700px;
	margin: 0 auto;   
	text-align: left;
    background-color: #ECF4E6;
    padding: 0px; 					/* pad the content - no */
    margin: 0px auto; 				/* this centers the container */
}

#other_main_text { 
position:relative; 
left:15px; 
top:-365px; 
width: 670px; 
}

/* footer menu */
div#footer {
	position:relative;
	width: 250px;
	top: -343px;
	left: 470px;
    height:16px;
 	background:#72AB4D;
 	color: #FFFFFF;
    text-align: left; /* right justify the text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#footerlist a {
	text-decoration: none;
	color: #FFFFFF;
}

div#footerlist a:link{
	text-decoration: none;
	color: #FFFFFF;
}

div#footerlist a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

div#footerlist a:hover
{
	text-decoration: none;
	color: #F1EBAE;
}

