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

html {
	background-color: #CCC;
	background-image: url(/jrac2010/images/gradientbg.gif);
	background-repeat: repeat-x;
}
body {
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
	color:#000;
	text-align:center;
	border: medium solid #000;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:800px;
}
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	font-size:12px;
}
#logo {
	float:left;
}
#headerItems a:link {
	text-decoration:underline;
	color:#900;
}
#headerItems a:visited {
	text-decoration:underline;
	color:#900;
}
#headerItems a:hover {
	color:#F00;
	text-decoration:underline;
}
#headerItems a:active {
	text-decoration:underline;
	color:#F00;
}
#headerItems {
	float:right;
}
#headerItems h1 {
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
}
#headerItems h4 {
	font-style: italic;
	font-size: medium;
}
#centerCol h1 {
	font-style: italic;
	font-size: xx-large;
	font-weight: bolder;
}
#centerCol h3 {
	font-size: medium;
	padding-bottom:20px;
}
#navBar {
	float:left;
	background-color:#000;
	width:100%;
	text-align: center;
}
#contentWrapper {
	width:100%;
	position: relative;
	clear:both;
	text-align:left;
	background:url("/jrac2010/images/leftcolor_bg.gif") repeat-y top left;
}
#leftCol {
	float:left;
	background-color: #900;
	color: #FFF;
	width: 200px;
	height: 500px;
}
#centerColWrapper {
}

#centerCol {
	float:left;
	width:400px;
	text-align:center;
	margin-left:0px;
	position:relative;
	/*border: thin solid #03C;*/
	padding-right: 0px;
	padding-left: 0px;
}

#rightCol {
	float:right;
	width: 180px;
	text-align:left;
	padding:10px;
}

#footer {
	clear:both;
	text-align:center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
}

.coachesBioTable h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
}
.coachesBioTable h4 {
		padding-top: 5px;
	padding-bottom: 5px;
	font-size: x-small;
}
.coachesBioTable p {
	font-size:12px;
}
.coachesBioTable {
	width:100%;
}

.coachesBioTable td{
	padding:10px;
}
.coachesBioTable ul {
	width: 100%;
	text-align: left;
}

.coachesBioTable li {
	font-size: 12px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}


.bioDescription {
	text-align: center;
	padding: 10px;
	color:white;
	background-color:#900
}
.AccordionPanelTabStyle {
	text-align:center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.AccordionPanelTabStyle p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
