.nav {
	background-color: #009;
	background-image: url(images/navbg.png);
	height: 100%;
	background-repeat: repeat-y;
}
.header {
	height: 150px;
	width: 150px;
	background-image: url(images/headerbg.png);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
.footer {
	right: auto;
	bottom: 0px;
	background-color: #FFF;
	height: 20px;
	width: 600px;
	position: absolute;
	top: 95%;
	left: 33%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #009;
}
.rightside a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}

.bottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #009;

}



.preheader {
	background-color: #009;
	height: 150px;
	width: auto;
	left: 150px;
	top: 0px;
	position: relative;
	background-position: 150px;
	background-image: url(images/headerbg.png);
}
.topnav {
	position: relative;
	height: 150px;
	width: 150px;
	left: 0px;
	top: 0px;
	background-color: #009;
	background-image: url(images/topnav.png);
}
 BODY {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
	positon: absolute;
	margin: 0px;
	padding: 0px;
	z-index: -10;
}




.logo {
	height: 150px;
	width: 150px;
	background-color: #009;
	background-image: url(images/topleft-logo.png);
}
.content {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009;













	//overflow: auto;
	margin: 15px;
	padding: 15px;
	background-image: url(images/pagebg.png);
	background-repeat: no-repeat;
}
.topright {
	background-image: url(images/headerbg.png);
}

.content p #date {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
}

.rightside {
	background-color: #868686;
	border: thick double #009;
}
.content .roster {
	font-weight: bold;
	color: #FFF;
}
.pageinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	left: 10px;
	position: relative;
	color: #FFF;
}
HTML {

	background-position: 150px 150px;
	height: 100%;
	width: 100%;

}
.event {
	background-color: #868686;
	color: #FFF;
	padding: 7px;
	border: medium double #009;
}
