/* Layout Stylesheet */ 
#access { display: none }
.update { display: none }

body { 
	margin-top:40px; padding:0; background-color: #ECF4E6; text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}  
.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;

    padding: 0px; 					/* pad the content - no */
    margin: 0px auto; 				/* this centers the container */
}

/*  main menu */
div#navbar2 {
	position:relative;
	width: 145px;
	height: 266px;
	top: -335px;
	left: 157px;
	background-color: #DFEEE8;
	text-align:left;
}

/* footer menu */
div#footer {
	position:relative;
	width: 250px;
	top: -290px;
	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;
}

