* html, body
{
	margin: 0;
	height: 100%;
	min-height: 100%;
}

#header
{
	width:900px;
	height:100px;
	margin: 0 auto;
	clear:both;
	color: #FFFFFF;
	background-image: url("../images/Header.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

#generalNav
{
	width:900px;
	margin: 0 auto;
	clear:both;
	text-align:right;
    color: #77AA99;
	background-color: #FFFFFF;
}

#generalNav a
{
	color: #77AA99;
	text-decoration: none;
    cursor: hand;
}

#generalNav a:hover
{
    color: white;
	background-color: #77AA99;
}

#body
{
	position:relative;
	clear:both;
	width:900px;
	margin: 0 auto;
	text-align: left;
}

#content
{
	padding 0px;
	float:right;
	width:69%;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#includedContent
{
	border-left:thick;
	border-left-color: #77AA99;
	border-left-style: solid;
}

#footer 
{
	width:900px;
	margin: 0 auto;
	clear:both;
	color: #FFFFFF;
	background-color: #77AA99;
	text-align:right;
	font-weight: bold;
}


.AlternateBackground
{ 
    background-color: #77AA99;
    color: white;
    font-weight: bolder;
}

.Highlight
{ 
    background-color: #CCCCCC;
}

a.AlternateBackground
{ 
    font-weight: bolder;
}

#opaqueOverlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility:hidden;
	background-color: #BBBBBB;
	opacity:.4; filter: alpha(opacity = 40);
}

#informationOverlay
{
	position:absolute;
	visibility:hidden;
	width: 650px;
}

#generalOverlayContent
{
	background-color: white;
	border: thick;
	border-style: solid;
	border-color: #77AA99;
	margin-top: 9px;
	margin-left:15px;
	text-align: left;
}