



body{
margin:0;
padding:0;
line-height: 1.5em;


}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px;
	margin: 0 auto;

}

#topsection{

height: 150px; /*Height of top section*/

}

#topsectionleft {
	float:left;
	width:150px;
	height:140px;
	background-color:#000000;
	border: 5px solid #FFFF00;
}

#topsectionleft img {
margin-left:5px;
}

#topsectionright{
	float: right;
	width: 655px;
	background: #FFFFFF;
	height:140px;
	border: 5px solid #FFFF00;
}

#topsectionright img{
	float: left;

}

#topsectionmiddle{
margin: 0 350px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height:119px;
background-color:pink;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin: 0 190px 0 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 20px;
}

#contentcolumn1{
	margin: 0 50px 0 225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 20px;
}

#contentcolumncoaches{
	margin: 0 50px 0 225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 20px;
}

#contentcolumncontact{
	margin: 0 50px 0 225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	
	line-height: 20px;
}

.sitemap {

margin-left:200px;
}

#contentcolumnlinks{
	margin: 0 50px 0 225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 20px;
}

#contentcolumnlinks p {

	text-align: center;
	}

.adbox p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom:5px;
	margin-top:0px;
	
	}

.adbox1 p {
	margin-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom:5px;
	margin-top:0px;
	line-height: normal;	
	}

#scrollerContainer {
	margin-top:10px;
	width:auto;
	height:40px;
	background-color:black;
	border: medium solid #FFFF00;
	padding-bottom:5px;
	}
	
#scrollerContainerLeft {
	
	width:125px;
	height:40px;
	background-color:black;
	float:left;
	}
	
	#scrollerDiv {
	
		width:315px;
	height:35px;
	background-color:black;
	float:right;
	padding-top:5px;

	
	}
	
	#scrollerContainerLeft p {
	color:yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;	
	padding-bottom:35px;
	padding-left:10px;
	
	}
#scrollerDiv p {
	color:yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;	
	
	padding-left:10px;
	
	}


#contentcolumn h1{
text-align:center;
color:black;

}

#contentcolumnlinks h1{
text-align:center;
color:black;

}

.title {
color:red;
}

.name {
color:black;
}
		

#contentcolumn1 h1{
text-align:center;
color:black;

}


#contentcolumncoaches h1{
text-align:center;
color:black;

}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
margin-top:10px;

}

#leftcolumn img {

margin-left:10px;
margin-top:5px;
margin-bottom:5px;
}

#rightcolumn{
float: left;
width: 180px; /*Width of right column*/
margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
height:300px;
margin-top:10px;
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #FFFF00;
	text-align: center;
	border: 5px solid #FFFF00;
	padding-top:2px;
	padding-bottom:2px;
}

#footer p{
	color: #FFFF80;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#clearfooter{clear:both;height:50px;width:100%}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 160px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: yellow;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: black; /*background of tabs (default state)*/

}

.sidebarmenu ul li a:visited{
color: yellow;
}

.sidebarmenu ul li a:hover{
background-color: yellow;
color:black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(../images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


a#here {
   color:red;
	font-weight:bolder;
	background-color:black;
	
	
	}

.adbox {
	width:160px;
		margin-left:20px;
		margin-bottom:20px;
	border: 1px solid yellow;
	background-color: #ffffff;		
	}
	
	.adbox1 {
	width:160px;
		margin-left:20px;
		margin-bottom:20px;
	border: 1px solid yellow;
	background-color: #ffffff;		
	}
	
.adbox h5 {
	color:yellow;
	background-color:black;
	margin-top:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:5px;
}

.adbox1 h5 {
	color:yellow;
	background-color:black;
	margin-top:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:5px;
}

#contentcolumn1 ul {
	list-style-image: url(../images/tick.gif);	
		}
		
#contentcolumn1 li {
	margin-bottom: 10px;
	}

h3 {
border-bottom: 1px solid yellow;
}




#venuecontainer {
margin-top:25px;
margin-bottom:100px;
height:300px;
width:100%;
}

#venue_pic_holder {
	float:left;
	width:300px;

	}
	
	#venue_info_holder {	
	float:right;
	width:250px;
	
	
	}


.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
background-color:#FEFEA2 ;
font-weight: bold;
border: 1px solid black;
padding: 3px;
}

div.eg-bar{
width: 500px;
}

.icongroup1{
width: 500px;
}

a:visited {
	font-family: Tahoma, Arial, "Times New Roman";
	color:#ff8000;
	text-decoration:none;
	font-weight:bold;	
}


a:link {
	font-family: Tahoma, Arial, "Times New Roman";
	color:#ff8000;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	font-family: Tahoma, Arial, "Times New Roman";
	color:blue;
	text-decoration:none;
	
	
}

.rightimage {
	float:right;
	border: medium solid #FFFF00;
	margin-left:5px;
}

h2 {
text-align: center;
}

#important_news {
	border-left: 2px dashed red;
	border-right: 2px dashed red;
	border-top: 2px dashed red;
	border-bottom: 2px dashed red;
	text-align: center;
	color:#686f51;
	font-family: Verdana, Helvetica, sans-serif;
	padding:10px;
}


	#comitteephotolist {
	list-style-type:none;
	}
	
#comitteephotolist li {
	float: left;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:30px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color:#686f51;
	text-align:center;
	
	}
	
#comitteephotolist img {
	display:block;	
	border: 5px solid yellow;

	}	
	#clearfooter{clear:both;height:50px;width:100%}
	