/* CSS Document */

body
	{
	margin: 0;
	padding: 0;
	font: 13px arial, hevetica, sans-serif;
	text-align: center;
	color: #666666;
	background-color: #000000;
	background-image: url(images/back.jpg);
	}
	
	ul
	{
		margin: 10px 0 10px 20px;
		padding: 0 0 0 0;
		list-style-type: disc;
	}
	
	li
	{
		padding: 2px 0 2px 0;
	}
	
	
	
	p
	{
		margin: 8px 10px 8px 10px;
	}
	

	h1
	{
	color:#ffffff;
	font-size: 22px;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	background-color:#0F92B9;
	font-weight: normal;			
	}
	
	h2
	{
		color:#000000;
		font-size: 15px;
		margin: 15px 10px 0px 10px;
	}
	
	h3
	{
		color: #CC6600;
		font-size: 14px;
		margin: 15px 10px 0px 10px;
	}
	
	h4
	{
	color: #CC6600;
	font-size: 14px;
	padding: 5px 0 5px 0px;
	margin: 10px 0px 10px 10px;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}
	
	h5
	{
	color: #000000;
	font-size: 16px;
	padding: 5px 0 5px 0px;
	margin: 10px 0px 10px 10px;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}


h6
	{
	color:#333333;
	font-size: 13px;
	padding: 5px 0 5px 0px;
	margin: 0px 0px 5px 10px;
	border-bottom-color:#999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
	
	
	
	.blue {color:#0F92B9}	
	
	.red {color:#CC0000}	
	
	.orange {color:#CC6600}	
	
	.white {color:#FFFFFF}
	
	.grey {color:#999999}
	
	
	
	
	
	
	
	
	
	
	
	#header
	{
	height: 111px;
	background-image: url(images/star_dance_logo.gif);
	background-repeat:no-repeat;
	background-color:#666666;
	}
	
	
	
	
	
	
	a.redlnk 
	{
	color: #990000; 
	text-decoration: none;
	}
	
	a:hover.redlnk 
	{
		text-decoration: none;
		color: #CC6600;
	}
	
	a:active.redlnk 
	{
		text-decoration: none;
		color: #CC6600;
	}
	
	
	
	a.whitelnk 
	{
	color: #ffffff; 
	text-decoration: none;
	}
	
	a:hover.whitelnk 
	{
		text-decoration: none;
		color: #CC6600;
	}
	
	a:active.whitelnk 
	{
		text-decoration: none;
		color: #CC6600;
	}
	



	a.orangelnk 
	{
	color: #CC6600; 
	text-decoration: none;
	}
	
	a:hover.orangelnk 
	{
		text-decoration: none;
		color: #990000;
	}
	
	a:active.orangelnk 
	{
		text-decoration: none;
		color: #990000;
	}








	
	#container
	{
	margin: 0px auto;
	width: 984px;
	background-color: #fff;
	text-align:left;
	background-image:url(images/backgrnd.jpg);
	}
	
	
	
	
	
	
	
	
	
	#Headerborder
	{
	Margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 0 solid #ffffff;
	border-bottom: 0 solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#mainnav
	{
	background-color:#000000;
	border: 1px solid #ffffff; 
	text-align: left;
	color:#FFFFFF;
	font-weight:normal;
	}
	
	#mainnav ul
	{
	margin: 0 0 0 0px;
	padding: 6px 0 6px 6px;
	list-style-type: none;
	font-weight:bold;
	}
	
	#mainnav li
	{
	display: inline;
	padding: 0 3px;
	}
	
	#mainnav li a
	{
	color:#FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-weight:bold;
	}
	
	#mainnav a:hover
	{
		color:#CC6600;
		background-color:#000000;
	}
	
	#mainnav a:active
	{
		color:#CC6600;
		background-color:#000000;
	}
	
	
	
	
	
	
	
	
	
	
	#menuleft
	{
	font-size: 12px;
	color:#000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	float:left;
	width: 165px;
	background-color:#cccccc;
	display:inline;
	text-align:left;
	}
	
	
	
	
	#menuleft ul
	{
		margin: 15px 0 10px 14px;
		padding: 0 0 0 0;
		list-style-type: none;
		font-size: 14px;
	}
	
	#menuleft li
	{
		margin: 5px 0 5px 0;
		padding: 2px 0 2px 0;
	}
	
	#menuleft li a
	{
	color:#000000;
	text-decoration: none;
	}
	
	#menuleft a:hover
	{
		color:#990000;
		
	}
	
	#menuleft a:active
	{
		color:#990000;
		
	}
	
	#menuleft a:hover
	{
		color:#990000;
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	#counter
	{
	background-color: #000000;
	padding: 5px 0 5px 0;
	border-top: 1px dashed #ffffff;	
	border-bottom: 1px dashed #ffffff;
	text-align:center;
	margin: 10px 0 10px 0;
	}
	
	
	
	
	
	
	
	
	
	
	#contentbox
	{ 
	float:left;
	width: 605px;
	margin: 10px 10px;
	background-color:#ffffff;
	}
	




#rightbox
	{
	
	color:#ffffff;
	float:right;
	width: 190px;
	background-color:#CCCCCC;
	text-align:center;
	margin: 0px 1px;
	}
	
	#rightbox P
	{
	font-size: 12px;
	text-align:left;
	color:#000000;
	margin: 5px 10px 10px 15px;
	}


#rightbox H1
	{
	margin: 10px 0 0 0px;
	color:#000000;
	}


#rightbox H2
	{
	margin: 10px 0 0 10px;
	}



	#footer
	{
		clear: both;
		height: 30px;
		background-color: #666666;
		border: 1px solid #ffffff; 
		text-align: center;
		
	}
	
	#footer ul
	{
	margin: 0 0 0 0px;
	padding: 6px 0 0px 6px;
	list-style-type: none;
	}
	
	#footer li
	{
	display: inline;
	padding: 0 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	}
		
	#footer li a
	{
		color:#ffffff;
		background-color:#666666;
		text-decoration: none;
		font-weight:bold;
	}

		
	#footer li a:hover
	{
		color:#990000;
		background-color:#666666;
	}
	
	
	
	
	
	
	
	#dashedgrey
	{
	Margin: 15px 0 8px 10px;
	border-top: 1px dashed #999999;
	}
	
	
	
	#dashedwhite
	{
	Margin: 10px 10px 10px 10px;
	border-top: 1px dashed #FFFFFF;
	Clear:both;
	}
	

	
	
	
	
	
.imagecontents {
float: left;
margin: 5px 15px 0px 10px;
}

.imageright {
text-align:center;
margin: 20px 0px 0px 0px;
}

.staffpic {
float: left;
margin: 5px 10px 0px 10px;
	
}

.imager {
float: right;
margin: 5px 10px 0px 10px;
}

