/* CSS Document */


<!--
html{
margin:0;
padding:0;
}

body{
	font-family: Tahoma;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
    background: #cad69b url(/gfx/background.gif) 50% 0 repeat-y;
}


#header{
width:960px;
height:140px;
}

#footer{
clear:both;
width:100%;
border:1px dashed #dddddd;
/**background-color:#e5f1c4;**/
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#000000;
}

#container{
width:960px;
margin:0 auto;
text-align:left;
background-color:#FFFFFF;
}


/*********** #content styles ***********/
#content{
float:right;
width:740px;
font-family:Tahoma;
font-size:14px;
color:#000000;
font-weight:normal;
padding-bottom:10px;
}

H1{
font-size:18px;
color:#333377;
font-weight:bold;
}

H2{
font-size:16px;
color:#333377;
font-weight:bold;
}

H3{
font-size:14px;
color:#333377;
font-weight:bold;
}


.sub_content_left{
float:left;
width:350px;
}

.sub_content_right{
float:right;
width:350px;
}

.sub_content_header{
width:330px;
height:29px;
background-image:url(/gfx/sub_content_header350px.gif);
padding-left:20px;
line-height:29px;
font-size:16px;
font-weight:bold;
color:#E1F5C4;
}

.sub_content_header2{
width:685px;
height:29px;
background-image:url(/gfx/sub_content_header700px.gif);
padding-left:15px;
line-height:29px;
font-size:14px;
font-weight:bold;
color:#E1F5C4;
}

.sub_content_header720{
width:720px;
height:29px;
background-image:url(/gfx/sub_content_header740px.gif);
padding-left:20px;
line-height:29px;
font-size:16px;
font-weight:bold;
color:#E1F5C4;
}



.sub_content_area{
width:346px;
background-color:#fdfdfd;
border:1px solid #eeeeee;
padding: 2px 2px 2px 2px;
}


.rightPIC{
float:right;
clear:right;
margin:5px;
padding:5px;
border:1px solid #dddddd;
background-color:#FFFFFF;
}

.leftPIC{
float:left;
clear:left;
margin:5px;
padding:5px;
border:1px solid #999999;
background-color:#FFFFFF;
}







#navigation{
float:left;
width:200px;
background:#ffffff;
border:1px solid #eeeeee;
}

#navigation_header{
width:200px;
height:26px;
line-height:26px;
vertical-align:middle;
background-color:#e5f1c4;
color:#209dc6;
border:1px solid #eeeeee;
font-size:18px;
font-weight:bold;
}
#accessibility_controls{
color:#000000;
display: block;
}
#default_font{
border:none;
}
#large_font{
border:none;
}
#high_font{
border:1px solid #000000;
background-color:#FFFFFF;
}

.accessibility_access_key{
color: #FF0000;
font-size:110%;
}

.access_key{
color: #ff0000;
font-size:110%;
}




#sponsors{
float:left;
clear:left;
width:200px;
background-color:#e5f1c4;
border:1px solid #eeeeee;
margin-top:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333;
}


#sideevents{
float:left;
clear:left;
width:200px;
background-color:#fafafa;
border:1px solid #eeeeee;
margin-top:5px;
}

#sideevents_header{
width:200px;
height:29px;
background-image:url(/gfx/sub_content_header200px.gif);
line-height:29px;
font-size:16px;
font-weight:bold;
color:#E1F5C4;
text-align:center;
}

/*********** #main_menu styles ***********/

#main_menu{
	position: relative;
	width:200px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:16px;	
}

#main_menu a:link, #main_menu a:visited{
	display: block;
	padding:2px 0px 2px 10px;
	border-bottom: 1px solid #eeeeee;
	width:190px;
	color: #000000;
	text-decoration: none;
	background-color:#ffffff;
}

#main_menu a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color:#88aa88;
}

/*********** #sub_menu styles ***********/

#sub_menu{
	position: relative;
	width:200px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
}

#sub_menu a:link, #sub_menu a:visited{
	display: block;
	padding:2px 0px 2px 30px;
	border-bottom: 1px solid #eeeeee;
	width:170px;
	color: #000000;
	text-decoration: none;
	background-color:#ffffff;
}

#sub_menu a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color:#88aa88;
}


/******* BreadCrumb Navigation *******/
.BreadCrumb{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#eeeeee;
font-weight:bold;
background-color:#000000;
padding-left:10px;
padding-right:10px;
}

.BreadCrumb a:link, .BreadCrumb a:visited{
	color: #ddddff;
	text-decoration: none;
}

.BreadCrumb a:hover{
	color: #66FF66;
	text-decoration: none;
}




/******* Links *******/

a:link, a:visited{
	color: #000088;
	text-decoration: none;
}

a:hover{
	color: #888800;
}

/**** links ***/
.links{
font-size:16px;
font-weight:bold;
}

.links:link, .links:visited{
	color: #0000CC;
	text-decoration: none;
}

.links:hover{
	color: #CCCC00;
}




/*********** COACHES ********/
.coaches{
margin-bottom:20px;
font-size:16px;
font-weight:bold;
text-align:center;
}

-->




