.maintable {
	background-color:#ccffFF;
	border:10px solid #ffffff;
}

* {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 9pt;
}

a img {
	border: none;
}

#body {
	width: 892px;
/*	border-top: 4px solid rgb(255,255,255);
	border-left: 4px solid rgb(255,255,255);
	border-right: 4px solid rgb(255,255,255); */
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #0A4BAA;
}
#wrapper {
	text-align: left;
}


#navbar {
	float: left;
	width: 140px;
	padding-top: 50px;
	padding-left: 5px;
	padding-bottom: 25px;
	padding-right: 15px;
	background-color: #0FA5E6;
	
}
#navbar a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#navbar a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}
img.star {
	height: 16px;
	margin-bottom: 8px;
}

div#vertrule {
	float: left;
	width: 32px;
	background-image: url(images/vertrule.gif);
	background-repeat: repeat-y;
}


#main {
	float: left;
	width: 580px;
	padding-left: 50px;
	padding-right: 70px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

#mainimages {
	position: relative;
	float: left;
	height: 1%;
}

img#masthead1 {
	margin-top: 15px;
	margin-bottom: 5px;
}
img#masthead2 {
	margin-bottom: 25px;
}

div.title {
	font-size: 10pt;
	font-weight: bold;
	color: #0A4BAA;
	margin-bottom: 24px;
}
div.title img{
	margin-left: -8px;
}

div.songtitle {
	font-size: 9pt;
	font-weight: bold;
}

div.newsheadline {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 8px;
	color: #0A4BAA;
}
div.newsstory {
	margin-bottom: 16x;
}

img.newsstar1 {
	height: 16px;
	margin-right: 8px;
	vertical-align: text-bottom;
}
HR {
	color: #0A4BAA;
}

div.adminmenu a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
div.adminmenu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}

#footer {
	color: #0A4BAA;
	font-size: 8pt;
}

#clear {
	clear: both;
/*	border-top: 4px solid rgb(255,255,255); */
}
