/*Page background attribute */
#Page {background:#BEB21E;}

/*Page background attribute */
#Page2 {background:#95DFF1;}

/*Create the header in the size that is needed then change the width & height attributes to match */
#head {
width: 697px;
height: 204px;
background-image: url("images/Y%20Nationals%202010%20header.jpg");
border: 0px solid #333333;
border-width: 0px 0px 0px 0px;
text-align: right;
}

/*Create the header in the size that is needed then change the width & height attributes to match */
#head2 {
width: 697px;
height: 170px;
background-image: url("images/Y%20Nationals%202010%20logo.bmp");
border: 0px solid #333333;
border-width: 0px 0px 0px 0px;
text-align: right;
}

.SelectStyle1 {
     font-family: Arial;
     font-size: 10px;
     font-weight: bold;
     color: #800000;
     background-color: white
}

.SelectStyle2 {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: black;
     background-color: white;
}
.SelectStyle3 {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-weight: bold;
     color: #993300;
}

.SelectStyle4 {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: black;
}

.SelectStyle5 {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
     color: #993300;
     background-color: white;
}

/*Tables is for the forms inside the box */
.Tables {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     color: #333333; /*Black */
     background-color: #EEEFF2; /*Grey*/
     border: 0px;
}

/*Box is the main frame that everything sits in */
.Box {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: white;
	border:1px #BEB21E;
	background-color: #3991A7; /*Light blue*/
}