.body {
	background-color: #990000;
	margin: 0px;
	padding: 0px;
}
.header {
	background-image: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
}.headerCell {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: none;
	text-align: left;
	vertical-align: top;
}
.headerTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.headerBack {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	width: 100%;
	height: 150px;
}
.main {
	margin: 0px;
	padding: 0px;
	width: 750px;
	border: none;
}
.mainCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
	width: 100%;
	margin: 0px;
}
.mainBack {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}

.footer {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	background-image: url(images/bodyBottom.png);
	background-repeat: repeat-x;
}
.mainLeft {
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: top;
}
.mainRight {
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.footerCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 100%;
	padding: 10px;
	margin: 0px;
	text-align: right;
	vertical-align: middle;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	text-align: left;
	text-decoration: none;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
a.pageLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
a.pageLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
a.pageLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
	font-weight: normal;
}
a.bigLink:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FF0000;
	text-decoration: none;
}
a.bigLink:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FF0000;
	text-decoration: none;
}
a.bigLink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666666;
	text-decoration: underline;
}
a.musicLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9900CC;
	text-decoration: underline;
}
a.musicLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;
}
a.musicLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}

