body {
	background-color: #515050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#stage {
	background-color: #FFFFFF;
	width: 925px;
	background-image: url(images/masthead.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#logo1 {
	position: relative;
	top: 10px;
	right: 300px;
	height: 100px;
	width: 100px;
}
#logo2 {
	position: relative;
	height: 100px;
	width: 100px;
	top: -90px;
	left: 300px;
}
#navigation {
	position: relative;
	top: -120px;
}

#subnav1 {
	line-height: 20px;
	background-color: #F0F0F0;
	border: medium solid #515150;
	color: #000000;
	padding: 5px;
	width: 200px;
	z-index: 100;
	position: relative;
	top: -120px;
	text-align: left;
	right: 20px;
	display:none;
}
#subnav2 {
	position: relative;
	top: -120px;
	left: 100px;
	text-align: left;
	line-height: 20px;
	background-color: #F0F0F0;
	border: medium solid #515150;
	color: #000000;
	padding: 5px;
	width: 200px;
	z-index: 200;
	display:none;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	width: 895px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	top: -118px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	z-index: 50;
	clip: rect(-118px,auto,auto,auto);
}

.lilnav {
	font-size: 16px;
	font-weight: bold;
}
.lilnav a:link {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	}
.lilnav a:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color:#DA1D52;
	}
.lilnav a:visited {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	}
.bignav {
	font-size: 24px;
	font-weight: bold;
}
.bignav a:link {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.bignav a:hover {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	color:#DA1D52;
	}
.bignav a:visited {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	}
