* html, body
{
	height:100%;
	width:100%;
	color: black;
	background-color: #DD0000;
	margin: 0;
}

#header
{
	width:800px;
	height:103px;
	margin: 0 auto;
	clear:both;
	color: white;
	font-family: cursive;
	font-size: 200%;
	background-color: black;
}

#generalNav
{
	width:800px;
	margin: 0 auto;
	clear:both;
	text-align:right;
    color: white;
	background-color: green;
	font-size: 110%;
}

#generalNav a
{
    color: white;
	text-decoration: none;
    cursor: hand;
}

#generalNav a:hover
{
    color: white;
    background-color: #007744;
}

#body
{
	position:relative;
	clear:both;
	width:800px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

#content
{
	float:left;
	width: 615px;
	background-color: white;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#includedContent
{
	width: 99%;
	border-left:thick;
	border-left-color: green;
	border-left-style: solid;
	position: relative;
}

#footer 
{
	width:800px;
	margin: 0 auto;
	clear:both;
	color: white;
	background-color: black;
	text-align:right;
	font-weight: bold;  
}

.AlternateBackground
{ 
    background-color: green;
    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-top-color: black;
	border-left-color:  green;
	border-right-color:  green;
	margin-top: 9px;
	margin-left:15px;
	text-align: left;
}

.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover
{
	background-color: transparent;
	font-weight:bold;
	color: green;
}
