@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/turn%20the%20lights%20on1.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-position: center top;
	background-color: #1C1A1D;
	background-attachment: fixed;
}
h2 {font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;	
}
.backgrnd {background-image:url(images/contentbckgrd.png);
background-repeat:repeat;
margin-top: 0px;
background-attachment:fixed
}
.backgrnd p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	padding: 10px;
}
.backgrnd tr th  {
	padding: 5px;
	width: 215px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
}
.backgrnd tr th p {
	font-size: 12px;
}
.backgrnd tbody tr th h2 {
	font-size: 15px;
	font-weight: bold;
}
a:link { text-decoration: none;
color:#FFF;
}
a:hover { text-decoration:underline;
}
a:visited { text-decoration:none;
color:#FFF;
}
#menubar {padding-top:10px;
}
#menubar a:link {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
			
}
#menubar a:hover { background-color: #FFF;
			color:#000;
			text-decoration: none;
}
