/* The main body of the entire forum. */
body
{
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}



/* This is the the container holding the top globalheader */
#globalHeader
{

	background-color: white;

}

/* This is the logo inside the top global header */
#globalHeader img
{
        border: 0;

}

/* Color of the text that makes up the contact information in the global header */
.contact-information
{
        color: #808285;
}

/* This is the the container holding the top navigational header */
#topVerticalNavigation
{
	background-color: #527E59;

}

/* Color of the text that makes up the contact information in the global header */
.navigation
{
        color: white;
}

.navigation a:link
{
        color: white;
        text-decoration: none;
}

.navigation a:visited
{
        color: white;
        text-decoration: none;
}

.navigation a:hover
{
        color: #F0CC80;
        text-decoration: underline;
}

.navigation a:active
{
        color: #F0CC80;
        text-decoration: underline;
}

#currentPage
{
        color: white;
        font-weight: bold;
        text-decoration: none;
}

/* this holds the current page content */
#mainContent h1
{
        color: #3D6F45;
}

#additionalContent a:link
{
        color: #3D6F45;
        text-decoration: none;
}

#additionalContent a:visited
{
        color: #3D6F45;
        text-decoration: none;
}

#additionalContent a:hover
{
        color: #D1AC5D;
        text-decoration: underline;
}

#additionalContent a:active
{
        color: #D1AC5D;
        text-decoration: underline;
}


#editMainContainer
{
	background-image: url(../../images/backdrops/edit.gif);
	color: #254E2C;
	border: 1px solid #E3E1EF;
}






