/* CSS Document */

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	font-size: 0.8em;
	background-image: url(../images/clubs.jpg);
	background-repeat: no-repeat;
	background-position: 10px 80px;
}

#LeftMNav {
	z-index : 100000;
	background-color: #999999;
} 
#LeftMNav UL {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
width : auto; 
color : #ffffff; 
padding-top : 0; 
background-color : #999999; 
} 
#LeftMNav LI {
	margin : 0;
	list-style-type : none;
	padding: 0;
} 
#LeftMNav a {
	border-right : 1px solid #c3c8cb;
	padding-right : 0;
	background-position : 100% 50%;
	border-top : 1px none #fefefe;
	display : block;
	padding-left : 2px;
	font-weight : bold;
	padding-bottom : 7px;
	border-left : 1px none #fefefe;
	padding-top : 7px;
	border-bottom : 1px solid #333333;
	background-color: #666666;
	font-size : 10px;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-indent: 7pt;
} 


#LeftMNav a:hover {
	border-left-color : #fefefe;
	border-bottom-color : #c3c8cb;
	border-top-color : #fefefe;
	background-color: #999999;
	border-right : 4px solid #CC0000;
	font-size : 10px;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
} 


#LeftMNav a:active {
	border-left-color : #fefefe;
	border-bottom-color : #c3c8cb;
	border-top-color : #fefefe;
	background-color : #999999;
	border-right-color : #c3c8cb;
	font-size : 10px;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	border-right : 4px solid #CC0000;
} 

h1 {
	font-size: 1.3em;
	color: #333333;
	background-color: #999999;
	padding: 6px 0px;
	margin-right: 10px;
	text-indent: 5pt;
	font-weight: bold;

}

#footer
	{
	text-align: center;
	width: 100%;
	clear: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

h6 {
	font-size: 0.7em;
	margin: 0.9em 0em 0.9em 0em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;


	}
	


#copyright
	{
	border: 0px;
	position: relative;
	width: 100%;
	margin-top: 2px;
	margin-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	}
	
	a.buttonurl:link {
	text-decoration: underline;
	font-weight: bold;
	color: #999999;
	font-size: 1em;
	background-color: #000000;
	padding: 0.4em 0.4em 0.4em 0.4em;
}
a.buttonurl:visited {
	text-decoration: none;
	font-weight: bold;
	color: Gray;
	}
a.buttonurl:active {
	text-decoration: none;
	font-weight: bold;
	color: Gray;
	}
a.buttonurl:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
}
a:link {
	}
a:visited {
	}
a:active {
	color: #666666;}
a:hover {
	text-decoration: underline;
	color: #B30000;}
.formtxt {
	font-size: 0.8em;
}

div.row {
	padding: 5px 0;
}

div.row label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}