/***********MAIN SITE STYLES*************/

body {
	background-image: url('../images/felt_table.jpg');
	background-repeat: repeat;
	color: #ffa840;
	font-size: 12px;
	font-family: "arial";
	text-align: center;
}


#majorWindow {
	width: 900px;
	margin:0 auto;

}

#headerbox {
	position: relative;
	float: left;
	width: 100%;
	padding: 3px;
	height: 250px;
	background-image: url('../images/header_test.gif');
	font-family: "Bradley Hand ITC";
	margin:0 auto;
}

#leftnavbar {
	position: relative;
	float: left;
	width: 129px;
	z-index: 1;
margin:0 auto;

}

#maincontent {
	position: relative;
	float: left;
	width: 550px;
	padding: 10px;
	border: solid black 1px;
	background-color:#800000;
	z-index: 0;
	margin:0 auto;

}

#rightbar {
	position: relative;
	float: left;
	width: 221px;
	padding: 10px,5px;
	background-color:#800000;
	border: solid black 1px;
	text-align: center;
margin:0 auto;

}

.schedbutton {
	font-size: 10px;
	width: 100%;
	color: white;
	background-color: #5482d4;
	overflow: visible;
}
	
div {
	text-align: left;
}

table {
	border-collapse: collapse;
	font-size: 12px;
}

h5 {
	font-size: 15px;
	text-align: center;
	text-decoration: underline;
	font-weight: 900;
	margin-bottom: 5px;
}

a,a:visited {
	color: #ffa840;
}