@charset "UTF-8";
/* CSS Document */

body {
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:800px;
}
#mainDiv {
	background-color:#ECECEC;
}

#leftColumn {
	width:242px;
	background-color:#ECECEC;
	float:left;
}
#rightColumn {
	background-color:#ECECEC;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:558px;
	padding-top:104px;
	float:left;
}
#header {
	width: 100%;
	background-color:#E3001B;
	border-bottom:1px solid #FFFFFF;
	padding-left:22px;
	padding-top:32px;
	padding-bottom:20px;
	background-image:url(../images/bh.png);
	background-repeat:no-repeat;
	background-position:right;
}
#logo {
	padding-left:24px;
	padding-top:40px;
	padding-bottom:20px;
	background-color:#E3001B;
	width: 218px;
	height: 81px;
	background-image:url(../images/logoBg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.blackLine {
	background-color:#000000;
	width: 800px;
	height: 2px;
	clear:both;
}
#mainContent {
	background-color:#ECECEC;
	width:800px;
	border-top:4px solid #000000;
	border-bottom:4px solid #000000;
}
#mainContent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#leftNav {
	width: 242px;
	float:left;
	margin-bottom:20px;
}
a.left {
	width:217px;
	height:24px;
	background-color:#E3001B;
	color: #FFFFFF;
	display:block;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	padding-left:25px;
	padding-top:14px;
}
a.leftOn {
	width:217px;
	height:24px;
	background-color:#000000;
	color: #FFFFFF;
	display:block;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	padding-left:25px;
	padding-top:14px;
}
a.left:hover {
	background-color:#000000;
}
#tournament {
	padding-top:4px;
	height:34px;
}
#mainImage {
	background-position: 0px 0px;
	width:548px;
}
#news {
	width: 183px;
	border: #9D9D9D 1PX SOLID;
	padding: 12px;
	text-align:left;
	margin-left:20px;
	clear:left;
}
.bannerad {
	width: 207px;
	margin-left:20px;
	margin-bottom: 20px;
	border: #9D9D9D 1PX SOLID;
	clear:left;
}
#news img {
	margin:5px auto;
}
#news p {
	margin:0px;
}
#mainText {
	margin-top:20px;
	margin-left:27px;
	width:480px;
	text-align: left;
	padding-bottom:50px;
	color:#333333;
}
#mainText a {
	color:#FF0000;
}
#mainText p {
	margin-top:23px;
	margin-bottom:20px;
	font-size:12px;
}
#footer {
	border-top:4px solid #000000;
	width: 800px;
	background-color:#E3001B;
	color:#FFFFFF;
	text-align:center;
}

#copy {
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:12px;
}
.copyLink {
	color:#FFFFFF;
}
.pkgDetail {
	font-size:14px;
	background-image:url(../images/pckBackground.jpg);
	background-repeat:no-repeat;
	width:506px;
	padding-top:75px;
	padding-left:20px;
	padding-right:30px;
	padding-bottom:100px;
	color:#FFFFFF;
}
.pkgDetail a {
	color:#FFFFFF;
}
.pkgDetail p {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
}
.pkgDetail li {
	margin:0px;
	color:#FFFFFF;
}
#students {
	background-image:url(../images/studentBox.gif);
	background-repeat:no-repeat;
	padding-top:12px;
	text-align:center;
	width:491px;
	height: 165px;
}
#students table {
	width:90%;
}
#students li {
	line-height:17px;
}

/* EVENT SCHEDULE DEFINITIONS */
.schedule {
	width:100%;
}
.schedule td {
	border:#000000 1px solid;
	text-align:center;
	vertical-align:top;
	color:#FFFFFF;
	padding:3px;
}
.blackRow {
	background-color:#000000;
}
.redRow {
	background-color:#E3001B;
}
