@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background-color: #FDF4D5;
}

#MainContainer {
	background-image: url(../images/FooterBackground.png);
	background-repeat: repeat;
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px;
	border-style: solid;
	border-color: #630;
}
#MainContainer .bottomLeftImage {
	vertical-align: top;
	bottom: 0px;
	float: left;
	
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/HRHbackground4.png);
	height: auto;
	background-repeat: no-repeat;
} 

#sidebar1 {
	width: 170px;
	padding-top: 230px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;		
}

	#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
	#sidebar1 li {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	}
		
	#sidebar1 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C4101D;
	text-decoration: none;
	margin: 0;
	text-align: left;
	padding: 0px;
	left: 0px;
	}
	#sidebar1 li a:hover {
	color: #345292;
	}
	#sidebar1 li a.current,#sidebar1 li a.current:hover,#sidebar1 li a.current:active {
	color: #345292;
	}
#mainContent {
	padding-right: 80px;
	padding-bottom: 0;
	color: #345292;
	padding-top: 250px;
	float: right;
	width: 572px;
	left: 442px;
	top: 0px;
} 

    #Copyright {
	padding-top: 200;
	width: 650px;
	bottom: 0px;
	vertical-align: bottom;
	clear: right;
	text-align: left;
	float: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
} 
#BalDancers {
	width: 190px;
	top: 0px;
	padding-left: 10px;
}
 #Copyright p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #345292;
}
#MainContainer .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#MainContainer .fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}
#MainContainer .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#MainContainer li,
#MainContainer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#MainContainer h1 {
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 13px 0 13px 0;
}
#MainContainer h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 11px 0 11px 0;
}
#MainContainer h3 {
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	color: #C4101D;
}
#MainContainer .red {
	color: #C4101D;
}
#MainContainer .blue {
	color: #345292;
}
#MainContainer .generalFont
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 18px;
}


.registrationForm
{
    width: 400px;
    margin-left:17px;
}

.registrationForm .x-form-text
{
    width:200px;
}

.registrationForm .combo .x-form-text 
{
    width:184px;
}

.registrationForm .x-form-field
{
    background-color: Transparent;
    background-image: none;
}

.registrationForm .x-form-empty-field
{
    color: Gray;
    text-align:center;
}

#paymentTable
{
    font-size:13px;
    text-align:center;
    width: 400px;
}

#paymentTable th
{
	font-weight:bold;
	text-align:center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
}

#proofButton
{
    margin: 20px 0 20px 200px;            
}

#proofButton button
{
    padding: 0 4px 0 4px;    
}

.x-form-item .alignLeft
{
    text-align: left; 
}

.scheduleTable
{
    font-size:13px;
    text-align:left;
    width: 550px;        
}

.scheduleTable th
{
	font-weight:bold;
	text-align:center;
	margin: 0 10px 0 0;
	background-color:#345292;
	color: #FFF;
}

.scheduleTable td {
	border: thin solid #345292;
}
.scheduleTable th
{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}

.scheduleTable1
{
    font-size:13px;
    text-align:left;
    width: 385px;        
}

.scheduleTable1 th
{
	font-weight:bold;
	text-align:center;
	margin: 0 10px 0 0;
	background-color:#345292;
	color: #FFF;
}

.scheduleTable1 td {
	border: thin solid #345292;
}
.scheduleTable1 th
{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}
.bandInfoTable
{
	font-size:13px;
	text-align:left;
	width: 300px;
	float: left;    
}
.white {
	color: #FFF;
}

.blue {
	color: #345292;
}
.blueBorder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #345292;
}
	


