body {
	color: #696969;
	font: 12px Arial, Helvetica, sans-serif;
	text-align:left;
	background-color: #F3F4F5;
	padding: 0px;
	margin: 0px 0px 0px 0px;
 }
 
 #wrapper {
	width:914px;
	margin: 0px auto 0px auto;
	padding:0px;
	text-align:center;
	background-image:  url(../img/wrapper2.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	background-color: white;
	width:900px;
	margin: 0px auto 0px auto;
	padding:0px;
	text-align:left;
}	


#header{
	width:900px;
	height:172px;
	background-image:  url(../img/clubsbanner2.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#breadcrumbbar{
	width:900px;
	height:22px;
	float:left;
	background-color:#7a7a7a;
	color: white;
	margin: 0;
	padding:0;
}

#contentleft {
	width:628px;
	padding:40px 0px 20px 20px;
	margin: 0px 0px 0px 0px;
	float:left;
}

#contentright {
	width: 218px;
	height: 470px;
	padding:40px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;	
	text-align:center;
	background-color:#eee;
}

#sponsors {
	margin: 70px 0 0 0;
	padding:0;
}

#sponsors img {
	margin: 20px 0 0 0;
	padding:0;
}

#main {
	margin:0;
	padding:0;
	width:900px;
	background-color:#fff;
}

#main table#pagelayout {
	margin:0;
	padding:0;
}

#main table#pagelayput tr {
	margin:0;
	padding:0;
}

#main table#pagelayput td {
	margin:0;
	padding:0;
	vertical-align:top;
}


#main table#pagelayout td#menu{
	background-color:#E7E7E7;
	width:178px;
	vertical-align:top;
	border:0;
	margin:0;
	padding:20px 0px 0px 0px;
	background-color:#eee;
}	

#main table#pagelayout td#tablecontent{
	background-color:#fff;
	width:710px;
	vertical-align:top;
}

#main #bodycontent{
	float:left;
	margin:0;
	padding:15px 0 15px 20px;
	width:690px;
	clear:both;
	background-color:#FFFFFF;
}



#sponsor {
	float:right;
	width: 170px;	
	margin: 0px auto 0px auto;
	padding: 40px 0 0 0;
	text-align:center;
}

#menu #sponsor img {
	float:left;
	padding:0 0 30px 12px;	
	text-align:left;
}


#contentpanel {
	width:100%;
	padding:0;
	margin: 0;
	float:left;
	background:#eee;
}

#menucontent {
	width:100%;
	padding:0;
	margin: 0;
	float:left;
	background: #eee url(../img/css/background2.gif) repeat-y 50% 0;
}

#content {
	width: 670px;
	height:100%;
	min-height:300px;
	float: left;	
	padding: 25px;	
	border: 0;
	margin:  0;	
	background: #ffffff;
}



#footer {
	color:#333333;
	font: 10px Arial, Helvetica, sans-serif;
	background-image:  url(../img/footer.gif);
	background-position:left;
	background-repeat:repeat-x;
	clear:both;
	width: 900px;
	height: 40px;
	padding:0px;
	margin: 0px;
	color: #fff;
}  
#footerlinks{
	float:right;
	margin:0px 14px 0px 0px;
	padding:13px 0px 0px 0px;
}

#footerlinks a:link, #footerlinks a:visited{
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	margin: 0px;
	padding:0px;
}
  

/* accessibility anchor and items used for print output */

#skipnav, .print {
	display:none;
}

table {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	background-color:#ffffff;	
	line-height:1em;	
}


ul {
	margin:10px 0 20px 5px;
}

p, th, td {
	margin:.25em 0 .5em;
	padding:0;
	line-height:1.3em;
}

td, tr {
	margin:0;
	padding:0;
	line-height:1.3em;
}

#content td {
	padding:5px;
}

#content table {
margin-bottom:20px;
}



ul li {
	margin:3px 0 3px 5px;
	padding:0;
}

#breadcrumbbar ul {
	margin:10px 0 0 0;
}

#breadcrumbbar ul li {
	margin:10px 3px 5px 0;
	padding:0;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color:#000000;	
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color:#000000;	
	margin: 5px 0 5px 0;
}


h3 {
	font-size:12px;
	font-weight: bold;
	color:#000;	
	margin: 5px 0 5px 0;
}

h4 {
	font-size:100%;
	text-transform:uppercase;
	margin:0;
	padding:5px 0;	
}



/* IE does not support styling or tooltip for abbreviations :-( */
abbr, acronym, dfn {
	border-bottom:1px dotted;
	cursor:help;
}

cite {
	color:#666;
}

a:link, a:active {
	color:#036;
	text-decoration:none;
}


a:visited {
	color:#69c;
	text-decoration:none;  
}

a:hover {
	color:#369;
	text-decoration:underline;
}

  
form { 
	margin:0;
} 

label {
	display:block;
}

hr {
	clear:both;
	background-color:#ddd;
	color:#dfdfbc;
	width:100%;
	height:1px;
	border:0;
	border-bottom:1px solid #ddd;
}

code, pre {
	margin:0;
	padding:0;
	font:100% "Courier New", Courier, monospace;
	color:#009;
	border:0;
	line-height:1em;
}

img {border:0;}
img.left {float:left;margin-right:10px}
img.right {float:right;margin-left:10px}

p.center {text-align:center;}
p.right {text-align:right;}
p.indent {margin-left:40px;}
p.hide {display:none;}

#frmprofile dd {margin:0;}
#frmprofile dt {width:100px; float:left; padding:5px 10px 0 0;}


