/* HTML Tags Redefined*/

body{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

h2{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:underline;
}

th{
	text-align:left;
	text-decoration:underline;
	font-weight:normal;
}

.textBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.selectBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Main Template Styles*/
#headerCell a{
	color:#FFFFFF;
	text-decoration:none;	
}

#headerCell a:hover{
	color:#FFFFFF;	
	text-decoration:underline;
}

#headerCell{
	background-image:url(../images/siteBanner.gif);
	background-repeat:no-repeat;
	width:761px;
	height:104px;
}

#subNavCell{
	background-image:url(../images/subNavBar.gif);
	background-repeat:no-repeat;
	width:761px;
	height:32px;
}

.selectedSubNav{
	font-size:13px;
	color:#33FF00;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.subNav{
	font-size:13px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.subNav:hover{
	background-color:#999999;
}

#repeaterCell{
	background-image:url(../images/repeater.gif);
	background-repeat:repeat-y;
	width:761px;
}

#endCell{
	background-image:url(../images/endRepeat.gif);
	background-repeat:repeat-y;
	width:761px;
	height:7px;
}

#footerLinks{
	margin-top:5px;
	color:#333333;
}

#footerLinks a{
	text-decoration:underline;
	color:#333333;
}

#footerLinks a:hover{
	text-decoration:none;
	color:#333333;
}

/* School Dance Template*/

#schoolHeader{
	background-image:url(../images/schoolHeader.jpg); 
	width:748px;
	height:151px; 
	background-repeat:repeat;
}

#schoolLeftRepeat{
	background-image:url(../images/schoolLeftRepeat.gif); 
	width:80px; 
	background-repeat:repeat-y;
}

#schoolMainRepeat{
	background-image:url(../images/schoolMainRepeat.jpg); 
	width:668px; 
	background-repeat:repeat-y;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}





