* {
	margin: 0px;
}
html, body {
	height: 100%;
	 
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
}

.footer {
	height: 42px; /* .push must be the same height as .footer */
}

.footer a:link, a:visited
    {
    font-size: 11px; 
    color: #7a8351;
    font-family: Verdana, sans-serif;
    line-height: 18px;
    text-decoration: none;
    }

.footer a:hover
    {
    text-decoration: underline;
    }
    
.push
    {
    height: 42px;
    }

#top_nav a:link, #top_nav a:visited, #top_nav a:hover
    {
    color: #7d874d;
    font-family: Lucida Sans Unicode, sans-serif;
    line-height: 16px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
    background-color: #f8f7f2;
    }

#top_nav a:visited
    {
    color: #7d874d;
    font-family: Lucida Sans Unicode, sans-serif;
    line-height: 16px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
    background-color: #f8f7f2;
    }

#top_nav a:hover
    {
    color: #7d874d;
    font-family: Lucida Sans Unicode, sans-serif;
    line-height: 16px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
    background-color: #f8f7f2;
    }

.green_text, .green_text td
    {
    color: #7a8351;
    font-family: Verdana, sans-serif;
    line-height: 18px;
    font-size: 14px;
    }

.green_text a:link, .green_text a:visited
    {
    font-family: Verdana, sans-serif;
    font-weight:  normal !important;
    color: #7a8351;
    text-decoration: underline;
    line-height: 18px;
    font-size: 14px;
    background-color: transparent !important;
    }

.green_text a:hover
    {
    font-family: Verdana, sans-serif;
    font-weight: normal !important;
    color: #7a8351;
    text-decoration: none;
    line-height: 18px;
    font-size: 14px;
    background-color: transparent !important;
    }

.blue_header
    {
    color: #007385;
    font-family: Book Antiqua, serif;
    line-height: 26px;
    font-size: 22px;
    font-weight: normal;
    }
    
.main_content
    {
    background-color: #81896b;
    color: #e2e0ce;
    font-family: Verdana, sans-serif;
    line-height: 18px;
    font-size: 13px;
    }

#main_content_id td
    {
    background-color: #81896b;
    color: #e2e0ce;
    font-family: Verdana, sans-serif;
    line-height: 18px;
    font-size: 13px;
    }

.main_content a:link, .main_content a:visited
    {
    background-color: #81896b;
    color: #e2e0ce;
    text-decoration: none;
    }
    
.main_content a:hover
    {
    background-color: #81896b;
    text-decoration: underline;
    }
    
#current_projects_id a:link, a:visited, a_hover
    {
    color: #7d874d;
    font-family: Verdana, sans-serif;
    line-height: 16px;
    font-size: 12.5px;
    text-decoration: none;
    padding-right: 10px;
    background-color: #e2e0ce;
    }
    
#main_content_id.ul
    {
    margin: 0px;
    padding: 0px;
    }
    
#main_content_id.li
    {
    margin: 0px;
    padding: 0px;
    }

