@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	color:#030;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /*IE hack to center wrapper*/
	font-size: 100%;
}

#wrapper{
width: 900px;
/*background-color:#009900;*/
margin:10px auto;
border-top: 5px solid #006600;
border-left: 5px solid #006600;
border-right: 5px solid #006600;
text-align: left; 
height:auto;
}

#banner{
height:150px;
background-image:url(images/ballforallheader_150.gif);
}

#content {
width:735px;
float:right;
/*height:865px;*/
/*background-color:#FFF;*/
/*background-image:url(verticallines.gif);
background-repeat:repeat-y; */
}

#maincontent {
width:520px;
float:left;
background-color:#FFFFFF;
/*height:auto;*/
}

#secondarycontent{
width: 200px;
float:right;
background-color:#FFF;
/*background-image:url(logo.jpg);
background-repeat:no-repeat;
/*height:450px;*/
}

#leftcol{
width:160px;
float:left;
padding-top:5px;
padding-bottom:20px;
background-color:#FFF;
height:auto;
}

#leftcol p{
background-color:#FFF;
padding-left:10px;
padding-top:0px;
margin:0;
font-size:small;
}

#leftcol #nav ul{
/*background-color:transparent;*/
list-style-type:none;
padding:0;
margin:0;
font-size:small;
border-bottom: 1px solid #006600;
/*border-top: 1px solid #006600;*/
}

#leftcol #nav ul li{
/*display: inline;*/
padding-left: 0;
margin: 0;
}

#leftcol #nav ul li a{
	background-color:#FFF;
	border-bottom: 1px solid #000000;
	color: #003300;
	display: block;
	text-decoration: none;
	height: 1%; /*hack for IE*/
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#leftcol #nav ul li a:hover,  #leftcol #nav ul li a:active, #leftcol #nav ul li a:focus{
background-color: #006600;
/*border-right: 1px solid #fff;*/
border-bottom: 1px solid #fff;
color: #FFF;
}

#footer{
clear:both;
background-color:#FFFFFF;
height:100px;
background-image:url(ballforallfooter.jpg);
background-repeat:no-repeat;
}

#wrapper #content #maincontent {
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color:#006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}
#wrapper #content #maincontent p, #wrapper #content #maincontent ul {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003300;	
}

#wrapper #content #maincontent h1 {
	margin-top: 5px;
	margin-right: 5px;
	/*margin-bottom: 10px;*/
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003300;
}

#wrapper #content #maincontent p, #wrapper #content #maincontent ol {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003300;	
}

#twitter_div {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003300;	
	}
	
#twitter_div h1 {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003300;
}

#twitter_div ul {
	list-style: none;
	indent: 5px;
	/*padding-left: 10px; */
}
