@charset "utf-8";
body {
	margin: 0px 0px 20px 0px; 
	padding: 0px;
	text-align: center; 
	color: #000000;
	background:url(images/bg.jpg) repeat-x #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#header {
	height:150px;
	width:780px;
	margin:0 auto;
}

#header img{
	border:0;
}

#menu {
	height:23px;
	width:780px;
	margin: 0 auto;
	padding:0;  
	background-color:#a5cfef;
	color: #fff;
	font-size:18px;
	text-align:center;
}

#menu li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0px 0px 0px 60px;
}
	
#menu li a {
	display:block;
	float:left;
	height:20px;
	color:#FFF;
	text-decoration:none;
	border-bottom:3px solid #a5cfef;
}
	
#menu li a:hover {	
	border-bottom:3px solid #FFF;
}

#menu li a.current {
	border-bottom:3px solid #FFF;
}

#menu .first { 
	margin-left:30px;
}

#container {
	width: 778px;  
	margin: 0 auto; 
	text-align: left;
	background-color:#fff;
	border:1px solid #a5cfef;
	border-top:0;
}

#mainContent {
	margin:0;
	padding:0;
	background-color:#fff;
}

#leftContent {
	width: 500px;
	float:left;
	padding:15px;
	background-color:#fff;
}

#leftContent h1 {
	margin: 0px; 
	padding: 0px;
	color: #a5cfef;
	font-weight:bold;
	font-size:30px;
	text-decoration:underline;
}

#leftContent h2 {
	margin: 5px 0px 0px 0px; 
	padding: 0px;
	color: #89acc6;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
}

#leftContent a{
	color:#a5cfef;
}

#leftContent a:hover{
	color:#65b5f2;
}

#rightContent {
	width: 220px;
	float: right;
	margin:15px 10px 15px 0;
	text-align:center;
	font-size:11px;
	text-decoration:none;
	color:#333; 	
}

#rightContent div{
	clear:both;
	width:200px;
	margin:0;
	padding: 5px; 
	border:1px solid #a5cfef;
	border-bottom:6px solid #a5cfef;	
	text-align:left;	
}

#rightContent h1{
	float:left;
	margin: 0 0 20px 0; 
	padding: 0px;
	color: #a5cfef;
	font-weight:bold;
	font-size:30px;
	text-decoration:underline;
	
}

#rightContent #roster_logos{
	text-align:center;
}

#rightContent a{
	border-bottom:3px solid white;
	width:150px;
}

#rightContent a:hover{
	width:150px;
	border-bottom:3px solid #a5cfef;
}

#rightContent a img{
	border:0px;
	margin-bottom:10px;
}

#rightContent a.roster_link{
	text-decoration:none;
	color: black;
	border-bottom:1px solid black;	
}


#rightContent a:hover.roster_link {
	border-bottom:2px solid black;	
}



.roster_table
{
  padding: 10px 0 0 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  background-color: #a5cfef;
  text-align:center;
  clear:both;

}

.roster_table th, .roster_table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.roster_table td , .roster_table th[scope=col]  { text-align:center;}

.roster_table th[scope=col]
{
  color: #000;
  background-color: #a5cfef;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.roster_table th+th[scope=col]
{
  color: #000;
  background-color: #a5cfef;
  border-right: 1px dotted #666;
}

.roster_table th[scope=row]
{
  background-color: #a5cfef;
  border-right: 2px solid #333;
}

.roster_table tr.alt th, .roster_table tr.alt td
{
  color: #000;
  background-color:#FFF;
}

.roster_table tr:hover th[scope=row], .roster_table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}


#footer {
	padding: 2px 10px 0 10px; 
	background:#FFF;
	color:#333333;
	clear: both;
}

#footer {
	margin: 0 auto; 
	padding:0px;
	text-align:center;
	font-size:12px;
	width:700px;
	border-top:1px solid #333;
}

#footer p {
	margin:0px;
	padding: 2px 0;
}

#footer img {
	margin-left:30px;
}

#footer a img{
	border:0px;
}

#footer img.first {
	margin-left:0px;
}

#footer .copy{
	font-size:10px;
}

#dkenaani{
	margin:5px auto;
	font-size:10px;
	font-weight:bold;
	width:177px;
}

#dkenaani a{
	text-decoration:none;
	color:#666;
	font-size:16px;
}


#dkenaani a:hover{
	color:#000;
	border-bottom:1px solid black;
}

#dkenaani a img{
	border:0px;
}