#wrap       { width:1000px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */  
#header {
	width: 100%;
	height: 120px;
	font-family: helvetica;
	font-size: 18px;
	color: white;	
	
}
#leftCol {
	width: 50px;
	height: 300px;
	float: left;
	/*border-right: 1px dashed #cccccc;*/
}

#midCol {
	width: 900px;
	height: 500px;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	
	
	}
#info {
	width: 900px;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	height: 270px;
	
	
	}
#info .leftSide {
	width: 400px;
	/* background: url(../Web_Images/ClubHouse/hpClubPic.jpg); */
	height: 250px;
	float: left;
}
#info .rightSide {
	width: 450px;
	background-color: #eeeeee;
	height: 230px;
	padding : 10px;
	float: left;
}
.hpNewsHeader {
	font-size: 18px;
	color:#999999;
	font-family : Trebuchet ms; 
}

#rightCol {
		width: 49px;
		height: 300px;
		float: right;
		text-align: center;
		margin: auto;
		padding-top: 5px;
		/*border-left: 1px dashed #cccccc;*/
		
		
}
#bot {
	width: 100%;
	height: 10px;
	border-top: 1px solid black;
	float: left;
}

#clubLinks {
	width: 900px;	
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	
	
	}
	
#overlay {
	
	position:absolute;
	background-color: black;
	top: 0px;
	left: 0px;
	z-index: 5;
	opacity: 0.70;
	filter: alpha(opacity=70);
	}
	


#contactsWrapper {
	width: 650px;
	position: absolute;
	top: 100px;
	left: 200px;
	z-index: 6;
	
	
}
#contactsTopDiv {
	width: 100%;
	height: 30px;
	
}
#contactsMidDiv {
	width: 100%;
	background-color: white;
	
}
.sectionHeader {
	background-color: #336699;
	color: white;
	font-size:15px;
	font-family: Tahoma;
	font-weight: bold;
	
}
.tabHeader {
	background-color: #336699;
	color: white;
	font-size: 13px;
	font-family: Tahoma;
}
.wsLinkStyle {
	font-size: 14px;
}
.wsLinkStyle a{
	font-size: 14px;
	color: blue;
	
}
.wsLinkStyle a:visited{
	font-size: 14px;
	color: blue;
	
}
.wsLinkStyle a:hover{
	font-size: 16px;
	color: white;
	
}
#contactsBotDiv {
	width: 100%;
	height: 30px;
	
}
.odd{
	background-color:#bbbbbb;
	font-size: 12px;
	font-family: Tahoma;
}
.even{
	background-color:#dddddd;
	font-size: 12px;
	font-family: Tahoma;
}
table {
	border: 1px solid black;
  border-collapse: collapse;
} 
#cont{
	cursor:hand;
}

