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


body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background:#663;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0; 
}
a img {
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

a:link main_text{
	color: #000000;
	text-decoration: underline;
}

.container {
	width: 960px;
	background: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	  border: thin solid #c90;
}


.sidebar1 {
	float: left;
	width: 300px;
	background: #000000;
	padding-bottom: 10px;
	text-align: right;
	line-height: 2;
}
.content {
	padding: 0px;
	width: 660px;
	float: right;
	background-color:#FFFFFF;
}

.nav_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: fff;
	padding: 8px;
	text-decoration: none;
	cursor: auto;
    align: right;
	margin-bottom:auto;
	font-weight:bold;
	
}
.sidebar_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding: 5px;
	color:#FFF;
	align: right;
	line-height:1;
	margin-bottom:auto;
	
}
.main_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 12px;
	align: left;
	line-height:18px;
	margin-bottom:auto;
	
}
.schedule {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 12px;
	align: left;
	line-height:18px;
	margin-bottom:auto;
	
	
}
.small_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 8px;
	align: left;
	line-height:16px;
	margin-bottom:auto;
	
}
.caption {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 8px;
	align: left;
	
}
.section_cap {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding:3px;

	}
.new_red {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #ff0000;
	font-weight: bold;
	margin-bottom:auto;

	}
.cap {
	background:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size:36px;
	color:#C90;
	padding: 5px;
	text-align:center;
	}
.chosen_page {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #c90;
	padding: 0px;
	text-decoration: none;
	cursor: auto;
    align: right;
	margin-bottom:auto;
	font-weight:bold;
	}
.side_extras {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#FFF;
	align: right;
	padding:6px;
	line-height:15px;
	margin-bottom:auto;
	
}
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}