/*WUSR Custom Layout*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
	border-color: #999;
	border: 1px;
	visibility: hidden;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFCC33;
	font-family: "Comic Sans MS", cursive;
	text-align: right;
}

ul {
	margin-left: 20px;
	padding-left: 0px;
}
img
{  border-style: none;
}
table {
	color: #FFF;
	border-collapse: collapse;
	border-color: #CCC;
	text-align: center;
	font-size: 12px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#backgroundbox{
	width: 1056px;
	height: 1243px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(bg.png);
	background-attachment: scroll;
	visibility: visible;
}
#masthead{
	top: 274px;
	position: relative;
	font-weight: 900;
	color: #FFF;
	font-size: 14px;
}
#masthead a:hover{
	text-decoration: blink;
}

#subnavtitle{
	top: 318px;
	left: 169px;
	position: absolute;
	text-align: center;
	width: 94px;
	height: 24px;
	font-size: 15px;
	font-weight: bold;
	border-bottom-style: double;
	border-bottom-color: #999;
}

#navBar{
	top: 344px;
	left: 153px;
	position: absolute;
	text-align: left;
	width: 126px;
	height: 279px;
	font-size: 13px;
}

#navBar a:hover{
	font-weight: bold;
}

#content{
	width: 606px;
	top: 318px;
	position: absolute;
	left: 312px;
	font-size: 12px;
	color: #000;
	padding-bottom: 1px;
}

#siteInfo{
	font-size: 12px;
	color: #666;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #cccccc;
	top: 1125px;
	position: absolute;
	left: 325px;
	width: 560px;
}

#siteInfo a{
	font-size: 12px;
	color: #999;
}

#siteInfo a:hover{
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

#live{
	font-size: 10px;
	color: #FFF;
	padding: 10px 10px 10px 10px;
	top: 636px;
	position: absolute;
	left: 151px;
	width: 112px;
	height: 164px;
	visibility: hidden;
	z-index: 100;
	overflow: visible;
}
#live a:hover{
	font-weight: bold;
	z-index: 0;
	visibility: visible;
	overflow: visible;
}
#live a:link{
	font-weight: bold;
	z-index: 0;
	visibility: visible;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rss{
	font-weight: bold;
	z-index: 0;
	visibility: visible;
	overflow: visible;
}
#facebook1{
	font-weight: bold;
	z-index: 0;
	visibility: hidden;
	overflow: visible;
}
#backtowusr{
}
#backtowusr a:link{
}
#backtowusr a:hover{
}
#promos{
	width: 606px;
	top: 850px;
	position: absolute;
	left: 312px;
	font-size: 12px;
	color: #000;
	padding-bottom: 1px;
}


/***********************************************/
/* Styles	                                   */
/***********************************************/
#blackfont {
	color: #000;
}
.blackfont {
	color: #000;
}
.printschedtext {
	font-size: 12px;
}
#largewhite {
	font-size: 36px;
}
.grey{
	color: #666;
}

