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

/* Clear all margins and padding */
* {
margin: 0;
padding: 0;
}

/* background to light green, main content alignment to center and font size so that 1em = 10 pts */
body {
background-color:#94a1b9;
text-align:center;
}

/* text masters */
p, ul, ol  {
Font-family:verdana,helvetica,sans-serif; 
color:#000000; 
font-size:0.8em; 
text-align:left;
margin-bottom:1em;
}


ul,ol  {
margin: 0 0 1em 2em;
}

li {
margin-bottom:0.6em;
}

/* main page heads */
h3  {
Font-family:verdana,helvetica,sans-serif; 
color:#00477f; 
font-size:1.0em; 
text-align:left;
}



a {
font-weight:bold; 
color:#00477f; 
text-decoration:none;
}
a:visited {
font-weight:bold; 
color:#66799b; 
}
a:hover {
color:#d79c5c;
text-decoration:underline;
}

.small{
font-size:0.7em; 
}

.white{
color:#ffffff;
}

.center{
text-align:center;
}

/* main container */
#main_container{
background:url(images/page_bkgd.jpg) repeat-y;
width:820px; 
text-align:left;
margin:0px auto 15px auto;
position:relative;
}

#top{
background:url(images/top_bkgd.jpg);
width:800px;
height:40px;
margin:0 10px 0 10px;
}

#top_members{
padding:0 0 0 0px;
text-align:right;
float:right;
}


#logo{
width:800px;
height:87px;
margin:0 10px 0 10px;
}

/* top navigation */
#top_nav{
background:url(images/nav_bkgd.jpg);
width:800px; 
height:29px; 
margin:0 10px 0 10px;
}
#top_nav_inner{
padding:0 10px 0 10px;
}

#top_nav_clear{
background:url(images/nav_clear_bkgd.jpg);
width:800px;
height:17px;
margin:0 10px 0 10px;
}

#flash{
width:800px;
height:176px;
margin:0 10px 10px 10px;
}

#body{
width:780px; 
margin:0 20px 10px 20px;
position:relative;
}

#content{
background:#ffffff; 
width:555px; 
float:left;
display:inline; /* hack for IE 6.0 so column will sit at top */
}
#content_head{
background:url(images/section_bkgd.gif);
width:555px;
height:34px;
}
#content_head_inner{
padding:6px 15px 0px 15px;
}
#content_inner{
padding-left:15px;
padding-right:15px;
padding-top:20px;
padding-bottom:10px;
}

#right_side{
width:205px;
margin-left:10px;
float:right;
display:inline; /* hack for IE 6.0 so column will sit at top */
}

#home_box_new{
background-color:#ddae72;
width:205px;
}
#home_box{
background-color:#ddae72;
width:205px;
margin-left:15px;
float:right;
display:inline; /* hack for IE 6.0 so column will sit at top */
}

#home_box_info{
width:205px;
height:32px;
margin:0px;
}
#home_box_athletes{
width:205px;
height:44px;
margin:0px;
}
#home_box_coaches{
width:205px;
height:42px;
margin:0px;
}
#home_box_physicians{
width:205px;
height:70px;
margin:0px;
}
#home_box_photos{
width:205px;
height:136px;
margin:0px;
}
#home_box_about{
padding:10px 10px 20px 10px;
}

#home_sponsors{
width:205px;
}

#footer{
clear:both;
margin:10px 20px 0 20px;
}

#bottom{
width:820px;
height:48px;
margin:0px;
}

td.form{
Font-family:verdana,helvetica,sans-serif; 
color:#000000; 
font-size:0.7em; 
text-align:right;
margin-bottom:0em;
}

td.form-left{
Font-family:verdana,helvetica,sans-serif; 
color:#000000; 
font-size:0.7em; 
text-align:left;
margin-bottom:0em;
}
