@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/greenbck.gif);
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #06C;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 80px;
	margin: 0px;
}
.contactus {
	float: right;
	clear: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


.oneColFixCtrHdr #container #navbar {
	background-color: #069;
	height: 60px;
	margin: 0px;
	position: relative;
	padding: 0px;
}
/*Start of Menu Styling*/

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	left: 92px;
}
#navbar li {
	float: left;
}

#navbar li a:link,#navbar li a:visited {
	background:#06C;
	padding: .2em .5em;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#036;
	text-decoration:none;
	line-height: 1.2em;
	margin-right: .5em;
}
#navbar li a:hover {
	color:#03F;
	background-color: #09F;
}
#navbar li a.current,#navbar li a.current:hover,#navbar li a.current:active {
	color:#0CC;
	background:#09F
	
}
	
	
.oneColFixCtrHdr #mainContent {
	text-align: left;
	background-color: #3CF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent #map {
	width: 756px;
	margin-left: 70px;
}

.oneColFixCtrHdr #container #mainContent #facebook {
	width: 200px;
	margin-left: 105px;
}

.oneColFixCtrHdr #container #mainContent #roster tr {
	background-color: #09F;
}
.oneColFixCtrHdr #container #mainContent #textrt #sponsor tr {
	background-color: #06F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.oneColFixCtrHdr #container #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #000;
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #textrt {
	float: right;
	width: 450px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #09F;
	text-align: left;
	padding-left: 5px;
}


.oneColFixCtrHdr #container #mainContent #logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.oneColFixCtrHdr #container #mainContent #sponsors {
	background-color: #09C;
	width: 900px;
	height: 90px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #terryclean {
	margin-top: 10px;
}
.oneColFixCtrHdr #container #mainContent #nora {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #felipe {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #bert {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}







.oneColFixCtrHdr #footer {
	background-color: #06C;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1,h2,h3,h4,h5,h6 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
}

.oneColFixCtrHdr #container #imagehdr {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container .images {
	background-color: #06C;
	margin: 0px;
	padding: 0px;
}
.images table tr th #vincente {
	display: inline;
	border: medium solid #FFF;
}
.images table tr th #raquets {
	border: medium solid #FFF;
}
.images table tr th #caesar {
	border: medium solid #FFF;
}
.images table tr th #erikarose {
	border: medium solid #FFF;
}
.images table tr th #monica {
	border: medium solid #FFF;
}
.images table tr th #anne {
	border: medium solid #FFF;
}
.images table tr th #paul {
	border: medium solid #FFF;
}
.images table tr th #terry {
	border: medium solid #FFF;
}
.oneColFixCtrHdr #container .footerlinks {
	font-size: 10px;
	font-weight: lighter;
	color: #09F;
}
.oneColFixCtrHdr #container #footer .footerlinks #links tr td {
	text-align: left;
	color: #06F;
}

.oneColFixCtrHdr #container #footer .footerlinks #links tr td a:link {color:#09F
	
	
}
.oneColFixCtrHdr #container #footer .footerlinks #links tr td a:hover {color:#0CF
	
	
}
.oneColFixCtrHdr #container #footer .footerlinks #links tr td a:active {color:#FFF
	
	
}