body {
	background-color: #28255E;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif ;
}

p, ul, ol {
	margin-top: 0;
}

/*MASTER LINKS*/
a:link {color: #AC2023;}
a:visited {color: #AC2023;}
a:hover {color: #28255E;}
a:active {color: #AC2023;}

/*SECONDARY LINKS*/
a.whiteLink:link {color: #fff;text-decoration:underline;}
a.whiteLink:visited {color: #fff;}
a.whiteLink:hover {color: #fff;text-decoration:none;}
a.whiteLink:active {color: #fff;}

a.whiteLoginLink:link {color: #fff;text-decoration:none;}
a.whiteLoginLink:visited {color: #fff;}
a.whiteLoginLink:hover {color: #fff;text-decoration:underline;}
a.whiteLoginLink:active {color: #fff;}

a.loginLinks:link {color: #ccc;text-decoration:underline;}
a.loginLinks:visited {color: #ccc;}
a.loginLinks:hover {color: #ccc;text-decoration:none;}
a.loginLinks:active {color: #ccc;}

a.grey:link {color: #666666;text-decoration:none;}
a.grey:visited {color: #666666;}
a.grey:hover {color: #000000;text-decoration:none;}
a.grey:active {color: #666666;}

a.darkgrey:link {color: #333;text-decoration:none;}
a.darkgrey:visited {color: #333;text-decoration:none;}
a.darkgrey:hover {color: #333;text-decoration:underline;}
a.darkgrey:active {color: #333;text-decoration:none;}

a.blacklinks:link {color: #000;text-decoration:underline; font-weight:normal;}
a.blacklinks:visited {color: #000;text-decoration:underline; font-weight:normal;}
a.blacklinks:hover {color: #000;text-decoration:none; font-weight:normal;}
a.blacklinks:active {color: #000;text-decoration:underline; font-weight:normal;}

#mainBodyBG{
	margin-top:20px;
	width:850px;
    position: absolute;
    top:0;
	left:50%;
	margin-left:-425px;
	border-right:#fff solid 1px;
	border-left:#fff solid 1px;
	background-color:#ECECEC;
}

#mainBody{
	width:850px;
	margin:0;
	padding:0;
}

#footer {
	float:right;
	width:850px;
	height:46px;
	color:#fff;
	background-color:#28255E;
	border-top:#fff solid 1px;
}

#topInfo{
	float:left;
	width:850px;
	/*height:10px;
	background-color:#333333;*/
}

#topBanner{
	float:left;
	width:850px;
	height:135px;
	border-top:#fff solid 1px;
	background-color:#fff;
	background-image:url(../img/banners/img_1.jpg);
	background-repeat:repeat-x;
	/*border-bottom:#9B9B9B solid 1px;*/
}

#topMenu{
	float:left;
	width: 850px;
	height:27px;
	/*background-image:url(../img/topMenuBG.jpg);
	background-repeat:repeat-x;*/
	background-color:#28255E;
	border-bottom:#fff solid 1px;
	border-top:#fff solid 1px;
}

#topMenu ul{
	margin: 0; 
	padding: 0;
}

#topMenu ul li{
	display: inline;
}

#topMenu ul li a{
	float: left; 
	text-decoration: none;
	/*color: white;*/
	color:#fff;
	padding: 7px 11px;
	border-right:#fff solid 1px;
	/*background-image:url(../img/topMenuBG.jpg);
	background-repeat:repeat-x;*/
}

#topMenu ul li a:hover, #topMenu ul li .current{
	/*color: #fff;
	background-image:url(../img/topMenuBG_selected.jpg);
	background-repeat:repeat-x;*/
	background-color:#AC2023;
	border-right:#fff solid 1px;
}





.leftMenuTitle{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 6px;
	border-bottom:#ECECEC solid 1px;
	width:168px;
	background: #28255E;
	margin:10px 0 0 0;
}

.leftMenuTitle_unique{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 6px;
	border-bottom:#ECECEC solid 1px;
	width:168px;
	background: #AC2023;
	margin:10px 0 0 0;
}

ul.leftMenu {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 180px;
	background-color: #ffffff;
}

ul.leftMenu li {
	border-bottom:#ECECEC solid 1px;
}

ul.leftMenu li a {
	text-decoration: none;
	display: block;
	width: 164px;
	color: #000000;
	padding: 8px;
}

ul.leftMenu li a:hover, ul.leftMenu li .current {
	/*background-color: #D4D4D4;*/
	background:#f7f7f7 url(../img/left_menu_leftbg.jpg) right repeat-y;
	color: #000000;
}

#tenpxspacer{
	float:right;
	width:650px;
	height:10px;
}

.boxContainer{
	width:640px;
	/*clear:both;*/
}

.marginsLeftAlign{
	padding:10px 10px 0 0;
}

.marginsRightAlign{
	padding:10px 10px 10px 0;
}

.boxFloatLeft{
	float:left;
}

.boxFloatRight{
	float:right;
}

.boxHeader{
	/*background-color:#AC2023;
	color:#fff;*/
	background-color:#AC2023;
	color:#fff;
	padding:6px;
	border-bottom:#BABABA solid 1px;
	font-size:12px;
	height:100%;
	width:628px;
	overflow:hidden;
	float:left;
}

.boxHeader a:link {color: #fff;text-decoration:underline;}
.boxHeader a:visited {color: #fff;}
.boxHeader a:hover {color: #fff;text-decoration:none;}
.boxHeader a:active {color: #fff;}

.boxHeaderWhite{
	background-color:#FFF;
	padding:6px;
	border-bottom:#BABABA solid 1px;
	font-size:12px;
	height:100%;
	width:628px;
	overflow:hidden;
	float:left;
}

.playList{
	float:right;
	margin:0 0 0 10px;
	background-color:#333333;
	height:320px;
	width:130px;
	overflow:auto;
	color:#FFFFFF;
}

.boxBody{
	float:left;
	background-color:#FFFFFF;
	padding:10px;
	width:620px;
}

.copyright{
	float:left;
	padding:13px;
	margin-top:6px;
	color:#FFFFFF;
	width:auto;
}

.websiteBy{
	float:right;
	padding:13px;
	margin-top:6px;
	color:#fff;
	width:auto;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif ;
}

.albumTitle{
	margin-top:3px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif ;
}

.BBquote{
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	width: 99.5%;
	padding: 5px;
	margin: 3px 0px;
	text-align: left;
	overflow: auto;
	display: block;
}

.paginate-spacer{
	float:left;
	width:620px;
	margin:0 0 10px 0;
	height:1px;
	background-color:#BABABA;
}

.pagination{
padding: 2px;
margin: 4px 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
padding: 5px;
border: 1px solid #28255E;
text-decoration: none; 
color: #666;
}

.pagination a:hover{
border: 1px solid #28255E;
color: #28255E;
background-color: #F8F8F8;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #28255E;
color: #FFF !important;
border-color: #28255E;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
border: 1px solid #ccc;
color: #ccc;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}

.fieldset
{
	 text-align:left;
	 margin-bottom:10px;
	 float:left;
	 width:600px;
}
