/********************************************

BASIC CSS
This Page is For All Clubs HTML pages

********************************************/


/********************************************
BASIC LAYOUT
********************************************/
* {margin: 0; padding: 0}
* {font-size: 11px}
#thePage{}

body {
	background-color: #536895;
	font: 11px Verdana, Helvetica, sans-serif;
	color: #333333;
	padding: 8px 0px 8px 0px;
	}

#wrapper{
	position: relative;
	width: 760px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#aud_nav_bar {width: 600px;	background: #7f8eb0;}
#main_contentwide{width: 600px;	background-color: #ffffff;}
/* #lft_sidebar {width: 160px;	background: #e8e3d9 url(/_images/logo_sm.gif) no-repeat bottom left;} */
#lft_sidebar {width: 160px;	background: #e8e3d9;}
.content{padding:15px 15px 15px 15px; background: url(/_images/w_box.gif) no-repeat 0px 0px;}


/*----------------------- */
/*   	Search	      */
/*----------------------- */

.hilite {
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight:bold;
    background: #FFECBF;
}

#search_area{background-color:#ffffff;clear:both;}
#search_box{
	width:123px;
	height:20px;
	line-height:11px;
	border:0;
	font: 11px Verdana, Helvetica, sans-serif;
	color: #4A4A4A;
	padding: 6px 0px 0px 7px;
}

/******************************************
TEXT STYLES
*******************************************/

a:link{color:#7f8eb0; text-decoration: none;}
a:visited {color:#7f8eb0; text-decoration: none;}
a:focus, a:hover, a:active {color:#7f8eb0; text-decoration: underline;}

b { font-weight: bold;}
i { font-style: italic;}
u { text-decoration: underline;}

td {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #333333;
}


p {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font: 17px Verdana, Helvetica, sans-serif;
	display: block;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
	line-height:10px;
	padding: 0px 0px 0px 0px;
}

.content ul, .content ol{
margin:0px 0px 10px 10px;
padding:0px;
}

.content ol {margin-left:23px;}

.content ul li{
margin:0px;
padding:2px 0px 2px 10px;
list-style: none;
background: url(/_images/bulletsquare.gif) no-repeat 0px 7px;
}

.content ul li ul li{
margin:0px;
padding:2px 0px 2px 10px;
list-style: none;
background: url(/_images/bulletarrow.gif) no-repeat 0px 7px;
}

.tbl_style5{width:100%;}
.tbl_style5 tr{vertical-align:top;}
.tbl_style5 th{
background-color:#7F8EB0;
color:#ffffff;
font-weight:normal;
font: 11px Verdana, Helvetica, sans-serif;
text-align:left;
padding:3px;
}
.tbl_style5 th a { color: white; text-decoration: none; }

.tbl_style5 td{
background-color:#FFFFFF;
font: 11px Verdana, Helvetica, sans-serif;
color:#333333;
padding:3px;
}

.btt{
width:auto;
float:right;
margin: -35px 0px 15px 0px;
}

.btt a{
font: 10px/12px Verdana, Helvetica, sans-serif;
background:url(/_images/btt_arrow.gif) no-repeat 0px 2px;
padding-left:7px;
padding-right:15px;
}

#footer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #c2bfb8;
	margin:7px 0px 0px 0px;
	text-align:left;
}

#footer a{font-size: 10px; color:#ffd980;}

.theBot{
	background: #969491;
	width: 760px;
	height: 8px;
	position: relative;
}

