/* CSS Document */

/*div.menu{
	display:block;
	width: 180px;
	color: #CC0000;
	border-left: #666666 2px;
	border-right: #FF0000 1px;
	background: #FFFFCC;
	
}

div.menu a{
	color: #CC0000;
}

div.menu a:hover{
	color: #0099FF;
	background: #CC0000;
}*/
* { padding: 0; margin: 0 }

body{
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}
table{
	vertical-align: top;
	background: #fff;
	padding: 0;
}

.main_table{
	border-right: #9E9C9C solid 2px;;
	background: #9E9C9C;
	position: relative;
	top:auto;
	left:auto;
	padding: 0;
	
}

.footer{
	position: relative;
	top: 15px;
	border: 1px solid #CC0000;
	text-align: center;
	font-size:10px;
}

p{
	font-size:10px;
}

td{
	vertical-align: top;
	height: inherit;
}

.col_title{
	background: #CC0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size:12px;
}

.picthumb{
	width: 250 px;
	height: 190;
	text-align: center;
	
}
td.picthumb{
	width: 250 px;
	height: 190;
	text-align: center;
	padding: 1px;
	border: #999999 groove 1px;
}

/*ul{
	color:#CC0000;
	list-style-type: circle;
}*/
.content
{
	font-size: 10px;
}
.rulestitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header{
	position: relative;
	top: 1px;
	width: 760px;
	/*background: #CCCCCC;*/
	height: 27px;
}

.teampic{
	width: 450px;
	height: 338px;
	border: #CC0000 2px solid;
	top: 15px;
	position: relative;
}

.update{
	height: inherit;
	background: #fff;
	border: #CC0000 1px solid;
	top: 14px;
	left: 1px;
	position: relative;
	
}
.officers{
	font-size: 9px;
	height: inherit;
	background: #fff;
	text-align:center;
	border: #CC0000 1px solid;
	top: 14px;
	left: 1px;
	position: relative;
	
}

.navmenu a
	{
	top: 6px;
	position: relative;
	display: table-cell;
	font-size: 10px;	
	height: 25px;
	color: #fff;
	padding:6px;
	background: url(../images/menu.jpg) repeat-x;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	padding-left:12px;
/*	border-left: 2px solid #4d5e89;
	border-rigt: 1px solid #4d5e89;*/
	border-top:1px solid #4d5e89;
	border-bottom:1px solid #122148;
	}

.navmenu a:hover
	{
	background: #f48014;
	color:#fff;
	text-decoration:none;
	}

/*menu{
	
	width: inherit;
	color: #CC0000;
	border-left: #666666 2px;
	border-right: #FF0000 1px;
	background: #FFFFCC;
	
}

menu a{
	color: #CC0000;
}

menu a:hover{
	color: #0099FF;
	background: #CC0000;
}*/



