@charset "UTF-8";
/* CSS Document */

#index_body {
	background-color: #003366;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 100px;
}
#main_container_top {
	height: 21px;
	background-image: url(../images/png/main_content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main_container {
	background: #FFF;
	height: auto;
	overflow: hidden;
}
#main_container_bottom {
	height: 21px;
	background-image: url(../images/png/main_content_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}
#logo {
	height: 180px;
	width: 226px;
	padding-top: 10px;
	padding-left: 20px;
	position: absolute;
}
#nav {
	height: 50px;
	background-image: url(../images/png/nav_background.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#nav_container {
	float: right;
	width: 685px;
	padding-right: 20px;
	font-size: 18px;
}
.nav_large_h_line {
	background-image: url(../images/png/h_line.png);
	height: 8px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.large_h_line {
	background-image: url(../images/png/h_line.png);
	height: 8px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#banner_graphic {
	height: 350px;
	padding: 10px 0 0 0;
	text-align: center;
}
#footer {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.small_footer_text {
	font-size: 10px;
}
#news_top {
	color: #FFF;
	background-image: url(../images/png/news_content_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 560px;
	padding: 20px;
}
.news_headline {
	font-size: 20px;
	padding-bottom: 5px;
}
.news_h_line {
	background: url(../images/png/h_line_small.png) no-repeat center center;
	width: 550px;
	height: 20px;
}
#news_footer {
	color: #FFF;
	background-image: url(../images/png/news_content_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 600px;
	height: 30px;
}
#roster_top {
	color: #282828;
	background-image: url(../images/png/roster_content_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 560px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
.roster_headline {
	font-size: 20px;
	padding-bottom: 5px;
	color: #282828;
}
#roster_footer {
	background-image: url(../images/png/roster_content_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 600px;
	height: 30px;
}
.dark_background {
	background: #999;	
}
.light_background {
	background: #FFF;	
}
#jcjctv {
	height: 264px;
	width: 324px;
	float: right;
}
#twitter {
	height: 264px;
	width: 324px;
	float: right;
	padding-bottom: 90px;
}
#flickr_container {
	height: 200px;
	width: 324px;
	float: right;
	padding-top: 20px;
}
#bracket {
	text-align: center;
	height: 720px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
}
a:link{
	color: #09C;	
}
a:active{
	color: #09C;	
}
a:hover{
	color: #FFF;	
}
a:visited{
	color: #09C;	
}
.newslinkage:link{
	color: #09C;	
}
.newslinkage:active{
	color: #09C;	
}
.newslinkage:hover{
	color: #FFF;	
}
.newslinkage:visited{
	color: #09C;	
}
.allnewslinkage:link{
	color: #09C;
	font-size: 18px;	
}
.allnewslinkage:active{
	color: #09C;	
	font-size: 18px;
}
.allnewslinkage:hover{
	color: #FFF;	
	font-size: 18px;
}
.allnewslinkage:visited{
	color: #09C;	
	font-size: 18px;
}
.footerlinkage:link{
	color: #EEE;
	text-decoration: none;
}
.footerlinkage:active{
	color: #EEE;
	text-decoration: none;
}
.footerlinkage:hover{
	color: #09C;
	text-decoration: none;
}
.footerlinkage:visited{
	color: #EEE;
	text-decoration: none;
}
.float_left {
	float: left;
	padding: 0 10px 10px 0;
}
#article_top {
	background-image: url(../images/png/article_content_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 560px;
	height: 20px;
	padding: 0 20px 0 20px;
	overflow: hidden;
}
#article_middle {
	background-image: url(../images/png/article_content_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 560px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

