﻿html {
	height:101%;
	padding-bottom: 15px;
}
body {
		background: #8F8D7D url(/images/sides_shadow.gif) repeat-y 50% 0;
		margin:0px;
		padding:0px;
		font-size: 100%;
		height: 100%;
		/* fixes MAC - border shows about 15px*/
		/* of backgroundimage below last div*/
		/* if window is larger than content also*/
		/* place background-color in html above*/
		/* -fix by http://www.zeldman.com/press/discuss_css.html*/
	}
h1, h2, h3, h4, h5 {
	font: 100%/100% Arial, Verdana, sans-serif;
}
h1 {
	font-size: 1.5em;
	line-height: 100%;
	margin:0;
	color: #6F797D;
	padding: 0px 0px 5px 0px;
}
	
h2 {
	font-size:1.6em;
	line-height: 100%;
	margin:0;
	padding:5px 0px 5px 0px;
	color:#9A3D33;
	font-family:Tahoma;
}

h3 {
	font-size:1.1em;
	margin:0;
	padding:3px 3px 3px 3px;
	color: #ffffff;
	background-color:#009933;
}

	h3.red {
		color:#9D302E;
		font-weight:normal;
		font-size:1.0em;
		padding:15px 0 6px 0;
		margin:0 0 0 0;
	}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin:0;
	padding:0px 0px 3px 0px;
	color: #EC008A; 
}
h5 {
	font-size: 1.5em;
	color: #FFF;
	padding: 30px 0px 0px 32px;
	margin: 0px;
}


p, ol, ul, table, dl {
	font:normal .9em/150% Arial, Verdana, sans-serif;
	margin:0;
	padding:0 0 15px 0;
}
a, a:visited {
	color:#336699;
}
  
a:hover {
	color:#336699;
	text-decoration: none;
  }

dl {
	margin:0;
	padding:0 0 5px 10px;
}

dd {	
	margin:0 0 5px 0px;
	padding:0;
}
dt {
	font-weight:bold;
}

ol {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-position:inside;
	
}

ol li {
	margin: 0px;
	padding:0px 0px 5px 0px;
}

ul {
	margin:0px;
	padding: 0px 0px 0px 20px;
}
ul li {
	margin:0px;
	padding: 0px 0px 5px 0px;
	list-style:square;
}
th {
	font-weight:bold;
}

td {
	padding: 3px 0px;
	text-align:center;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 748px;
	margin: 0px auto;
}

#nav{
	background: #993D33 url(/images/bg_top_nav.gif) no-repeat 0 0;
	height: 23px; width: 748px;
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px solid #652721;
	text-align: center;
}

#nav li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #652721;
	border-right: 1px solid #CA4F43;
	text-align: center;
}

#nav a{
	padding: 4px 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
}

#nav a:hover{color: #CCC;}

#nav li.first{border-left: none;}
#nav li.last{border-right: none;}

#nav li.first a{padding-left: 0;}
#nav li.last a{padding-right: 0;}

#home_feature{width: 100%; height: 507px; position: relative;}
#back_feature{width: 100%; height: 251px; position: relative;}

/*#home_feature #main_feature{position: absolute; width: 100%; height: 507px;}*/
#home_feature #logo, #back_feature #logo {position: absolute; top: 20px; left: 20px; width: 187px; height: 160px;}
#home_feature #home_headline{position: absolute; left: 80px; top: 306px; width: 587px;height: 38px; z-index: 1;}
#home_feature #home_text{position: absolute; left: 238px; top: 334px; width: 425px;height: 139px; z-index: 1;}
#header_text{ position: absolute; top: 195px; right: 40px;}

#content { width: 748px; color: #333333; margin-top: 0; }
#content .padding { padding: 12px 10px 12px 30px; }

#left_col { float: left; width: 460px; margin-right: 20px; }

#right_col { float: left; width: 207px; }
#right_col img { padding: 2px; border: 1px solid #CCC; }

table#course_stats{border-collapse:collapse; margin-bottom: 20px;}
#course_stats td, #course_stats th{padding: 3px 10px; text-align:center; border-left: 1px solid #9A3D33;}
#course_stats th{border-bottom: 1px solid #9A3D33;}
#course_stats .first{text-align: right; border-left: 0;}

#footer{text-align:center; color: #333; padding: 25px 0;}
#footer p{padding: 0;}

#notice {
	background-color:#FFC;	
	border-bottom:1px solid #CC9;
	}
	#notice p {
		margin-left:20px;
		padding:5px;
		font-size:1.05em;
		line-height: 150%;
		color:#999;
	}
	#notice a {
		border:1px solid #CC9;
		text-decoration:none;
		padding:3px 5px 2px 5px;
		color:#CC9;
		font-weight:bold;
		font-size:12px;
		line-height:12px;
	}
	/* -----------------------------*/
	/* FORM ELEMENTS */
	form h1{color: #993D33;}
	form h3{font-size: 1.2em; margin: 8px 0;}
	form input.text, form textarea.text, form select.text{margin-left: 20px; font: 1em Verdana; width: 326px;}
	form textarea.text{height: 100px;}
	/* -------------------------------*/
.quote{font-size: .9em; color: #2E4C18; margin-left: 25px;font-weight:bold;}
.quote span{color: #993D33; }
.clear{clear:both;}