/* CSS Document */
*{
margin:0;
padding:0;
}
body {
margin:0 0 40px 0;
background-color: #111d40;;
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color:#fff;
}
a{
color: #fff;
text-decoration: none;
/*border-bottom: 1px dotted #fff;*/
}

h2{font-size:24px;}
.errors{border:1px solid #878ea5; padding:20px; text-align:center;}
div#container{
margin: 0 auto;
width: 812px;
background: #111d40 url(images/bg_main.gif) repeat-y top center;
text-align:left;
}
div#header{
width: 792px;
margin: 0 10px ;
background-image: url(images/bg_header.jpg);
background-repeat: repeat-x;
height: 163px;
}
div#content{
width: 792px;
w\idth: 712px;
margin:0 10px;
padding:30px 40px;
background: #162551 url(images/bg_hockey.gif) no-repeat top center;
}
div#footer{
width: 792px;
w\idth: 782px;
height:40px;
margin: 0 10px ;
padding: 5px;
font-size: 11px;
color:#365073;
border-bottom: 4px solid #000;
text-align: center;
}
img#headerBadge{
float: right;
margin-right: 57px;
}
img#headerLogo{
float: left;
margin-right: 57px;
}


/*---------topbar-----*/
div#bar{
width:690px;
height:35px;
margin:0 0 20px 0;
background:#dde5f0;
color:red;
}
#bar td{text-align:center;}
.line{border-right:1px solid #a9b1c2;}
#floatleft{float:left;}

#personal{
background:url(images/bg_bar.gif) no-repeat;
background-position:-547px;
}
#parent{
background:url(images/bg_bar.gif) no-repeat;
background-position:-412px;
}
#playing{
background:url(images/bg_bar.gif) no-repeat;
background-position:-271px;
}
#honors{
background:url(images/bg_bar.gif) no-repeat;
background-position:-217px;
}
#insurance{
background:url(images/bg_bar.gif) no-repeat;
background-position:-143px;
}
#emergency{
background:url(images/bg_bar.gif) no-repeat;
background-position:-61px;
}
#injury1{
background:url(images/bg_bar.gif) no-repeat;
background-position:-35px;
}
#injury2{
background:url(images/bg_bar.gif) no-repeat;
background-position:0;
}

div#barfull{
width:690px;
height:35px;
margin:0 0 20px 0;
color:red;
background:url(images/bg_bar.gif) repeat-x;
}
#barfull td{text-align:center;}

