﻿html, body {
height: 100%;
margin: 0;
padding: 0;
background-color: black;
color: Yellow;
font-family: "Comic Sans MS";
text-decoration: none;
}


#content {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	min-height:100%;
	z-index:100;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

#menupos 	
{
    float:none;
	width:100%;	
}


#footer {
	position:absolute;
	bottom:0;
	height:50px;	
	width:100%;
	text-align: center;	
}
.gentext
{ 	
	font-size:12pt;
}
.hometext
{ 	
	font-size:14pt;
}
.vidtext
{ 	
	color: Yellow;
	font-family: "Comic Sans MS";
	font-size:12pt;
}
.rl:link {
	font-family: "Comic Sans MS";
	font-size: 8pt;
	color: #FFFF00;
	text-decoration: none;
}
.rl:visited {
	font-family: "Comic Sans MS";
	font-size: 8pt;
	color: #FFFF00;
	text-decoration: none;
}
.rl:active {
	font-family: "Comic Sans MS";
	font-size: 8pt;
	color: #FFFF00;
	text-decoration: none;
}

/* al's are for the sitemap page */
.al:link {
color: #FFFF00;
}
.al:visited {
color: #FFFF00;
}
.al:active {
color: #FFFF00;
}

.header  
{		
	font-size: larger; font-weight: bold; 
	cursor: hand; 
	cursor:pointer;                   
    width:675px;    
    text-align:left;    
}

.ll:link {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	color: #FFFF00;
	text-decoration: none;
}
.ll:visited {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	color: #FFFF00;
	text-decoration: none;
}
.ll:active {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	color: #FFFF00;
	text-decoration: none;
}

#ctl00_ContentPlaceHolder1_comment
{
	text-align:center;
	padding:1px 1px 1px 1px;
	position:absolute;
	display: none;
	text-align:center;
	width:410px;
	height:230px;
	vertical-align:middle;
	z-index:1000;			
	margin: -115px auto auto -205px; /* half of p height auto auto half of box width */
	left: 50%;
	top: 45%;
	line-height: 30px;
	border-width: 1px;	
	border-style: solid;
	border-color: white;
}

.menuItem 
{
	width:100px;
	color:Yellow;
	background-color:Black;
	font-family:Comic Sans MS;
	text-align:center;
	text-decoration:none;
}
.menuItem:hover
{
	color:Black;
	background-color:Yellow;
}
