/**********************
HTML STYLES
***********************/
body {
	font: 12px "Times New Roman", Times, serif;
	color: #4C4A46;
	background: #E9E9E4;
	margin: 0px;
	text-align:center;
}
a {
	color: #0A0603;
}
a:hover {
	color: #61391D;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 19px;
	padding: 5px;
	background: #d5d1c5;
}
h3 {
	font-size: 16px;
	background: #DDDDD5;
	padding: 3px;
}
fieldset table {
	background: #E0E0DA;
}
legend {
	font-weight: bold;
	font-size: 14px;
	color: #4C4A46;
}
/**********************
UNIVERSAL STYLES
***********************/
.alert {
	font-weight: bold;
	color: #CC0000;
}
.clearboth {
	 clear: both;
}
.formTitle {
	background: #d5d1c5;
	font-weight: bold;
}
.required {
	font-weight: bold;
}
.smallT {
	font-size: 10px;
}

/**********************
BUTTON STYLES
***********************/
.button a{
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(images/button.jpg) no-repeat;
}


/**********************
LAYOUT STYLES
***********************/
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	width: 780px;
	height: 145px;
	background: url(/images/nav-logo.jpg) no-repeat;
}
#logo h1 {
	display: none;
}
#menu {
	width: 780px;
	padding:  10px 0 0 0;
	background: url(/images/nav-menu.jpg) no-repeat;
	text-align: center;
}
#menu a {
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px 10px;
	text-decoration: none;
}
#content {
	width: 730px;
	padding: 25px;
	background: url(/images/nav-content-bg.jpg) no-repeat;
}
#content h1 {
	font-size: 30px;
	text-transform: uppercase;
	background: url(/images/nav-h1-bg.jpg) no-repeat bottom left;
	height: 50px;
	padding: 0 0 0 30px;
	margin: 10px;
}
#footer {
	width: 780px;
	height: 60px;
	background: url(/images/nav-footer.jpg) no-repeat center bottom;
	text-align: center;
	padding: 10px 0 0 0;
	clear: both;
}

#classDetails {
	border-left: solid 1px #D2D2C8;
}
#classDetails h2 {
	margin-top: 0;
}
#classMenu ul {
	margin: 0;
	padding: 0;
}
#classMenu li {
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
}
/*****************************
CLASS PAGE STYLES
******************************/
.paypal {
	text-align: center;
}
.classEvent {
	padding: 5px;
	margin: 15px 5px;
	background: #FAFAF8;
	text-align: center;
	border: solid 2px #4C4A46;
}
.classEvent h2,
.classEvent h3 {
	background: none;
	border-bottom: 2px solid #CECEC4;
	padding: 2px;
	margin: 2px;
}
.classEvent h3 {
	border: none;
}
/*****************************
SPONSORS PAGE STYLES
******************************/
#sponsors {
}
.sponsor {
	width: 355px;
	float: left;
	text-align: center;
}
#sponsorDetails {
	clear: both;
}
#sponsorInfo {
	float: left;
	width: 350px;
	clear: left;
}
#sponsorForm {
	float: right;
	width: 330px;
}