body
{
	background-image:url('/assets/Background.png');
	background-repeat:repeat-x;
	background-color: #59260B;
	margin: 0px;
	font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

h1
{
	font-size: 30px;
	text-align: center;
}

h2
{
	font-size: 22px;
	text-align: center;
}

h3
{
	font-size: 14px;
	font-style:italic;
	font-weight:normal;
}

h4
{
	font-weight:bold;
	text-align:center;
}

#container
{
	width:1024px;
	margin:auto;
	padding: 0px;
}
#header
{
	height:271px;
	background-image: url('/assets/Header.png');
	padding: 0px;
}
#navigation
{
	position:relative;
	float: left;
	left: 80px;
	top: 213px;
	margin: 0px;
	width: 560px;
	padding: 0px;
}

#navigation2
{
	position:relative;
	left: 120px;
	top: 213px;
	float: left;
	width: 320px;
	padding: 0px;
}

a.previous
{
	float: left;
}

a.previous:before
{
	content: '< Previous';
}

a.next
{
	float: right;
}

a.next:after
{
	content: 'Next >';
}

#content
{
	background-color: #59260B;
	min-height: 900px;
	padding-top: 5px;
	padding-left: 20px;
}
#footer
{
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}
#footer a
{
	color: #FEB400;
}

a
{
	text-decoration: none;
	color: #59260B;
}

a:hover
{
	text-decoration: none;
	color: #FEB400;
}

#content div.content
{
	border-style: solid;
	border-width: 5px;
	border-color: #9a6e3b;
	background-color: #ffffff;
	padding: 8px;
	margin: 10px;
	width: 400px
}

#content div.mascots img
{
	width: 120px;
}

#content div.content.full
{
	width: 840px;
}

#content div.content.full.title
{
	min-height: 80px;
	text-align: center;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

#navlist li a
{
	text-decoration: none;
	color: #000000;
}

#navlist li a:hover
{
	text-decoration: none;
	color: #ffffff;
}

#navlist li a.selected
{
	font-weight: bold;
}

#navlist li span.selected
{
	font-weight: bold;
}

#aboutus_menu_navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#aboutus_menu_navlist li a.selected
{
	font-weight: bold;
	color: #FEB400;
}

#aboutus_menu_navlist li a
{
	text-decoration: none;
	color: #ffffff;
}

#aboutus_menu_navlist li a:hover
{
	color: #FEB400;
	
}

#aboutus_menu hr
{
	background: #FEB400; 
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 1.4em;
  border: none; 
}

div.table
{
	display: table;
	margin: auto;
}
div.cell 
{
	display: table-cell;
	vertical-align:top
}
div.row 
{
	display: table-row;
}

#schedule tr.official
{
	font-weight: bold;
}

#schedule td
{
	padding:1px;
}

#schedule
{
	border-style: solid;
	border-width: 5px;
	border-color: #9a6e3b;
	background-color: #ffffff;
}

#ranks td img
{
	width: 100%;
}

#grid>img
{
	padding: 4px;
	width: 260px;
}

#grid>a>img
{
	padding: 4px;
	width: 260px;
}

#grid>p
{
	padding: 4px;
	width: 260px;
}

#colgrid>a>img
{
	padding: 2px;
	width: 196px;
	margin: auto;
}

#colgrid
{
	margin: 10px;
	width: 400px;
}

dd
{
	margin-bottom: 5px;
}


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; z-index: 99 }
ul.dropdown li                      { float: left; zoom: 1;  }
ul.dropdown a:hover		            {  }
ul.dropdown a:active                { }
ul.dropdown li a                    { display: block; padding-bottom: 5px; 
	 								  }
ul.dropdown li:last-child a         { } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {  position: relative; }
ul.dropdown li.hover a              {  }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 150px; visibility: hidden; position: absolute; top: 22px; right: -57px; }
ul.dropdown ul li 					{  	 float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border: 1px solid #000; width: 100%; display: inline-block; background: #FEB400; height: 22px; padding: 0px 0px 0px 2px; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 113px; top: 0; }
ul.dropdown ul ul li a 					{ display: inline-block; height: 22px; padding: 0px 0px 0px 2px; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

