﻿body
{
/*    background-color:#c2c5c5; */
/*    background-image:url('images/bg.png'); */
	background-color:#000000;	
    background-repeat:repeat-x;
    background-position:top left;
    margin:0;
    padding:0;
    font-family:"Trebuchet MS";
    font-size:11pt;
}

#Main
{
    background-color:White;
    border:solid 1px #5a6061;
    width:968px;
    margin:20px auto;
}

#Hockey
{
    height:264px;
    background-color:#942824;
    background-image:url('images/1535143rink.jpg');
    background-repeat:no-repeat;
    background-position:left top;
    width:968px
}

#NavBar
{
    height:25px;
    background-color:#a01e1c;
    padding-top:5px;
    padding-left:10px;
}

#NavBar a
{
    display:block;
    float:left;
    color:White;
    font-weight:bold;
    height:25px;
    padding:0px 15px 0 15px;
    text-decoration:none;
    font-family:"Trebuchet MS";
    font-size:1.1em;
}

#NavBar a:hover
{
    background-color:#6f7576;
}

#NavBar a.ActiveTab
{
    background-color:white;
    color:#942824;
}

#MainContent
{
    background-image:url('images/mainbg.png');
    background-repeat:repeat-y;
    background-position:top right;
}

#LeftColumn
{
    width:578px;
    float:left;
    padding:0px 30px 30px 30px;
    line-height:1.6em;
    color:#2b3435;
}

#RightColumn
{
	width: 250px;
	float: right;
	padding: 30px;
	color: #333333;
	line-height: 1.6em;
	background-color: #FFFFFF;
	background-image: url('images/5084325ice.jpg')
}

.Clear
{
    clear:both;
}

.PageHeader
{
    padding-left:30px;
}
.LargerCompanyName {
		font-size: 12pt;
	}

ul {
	font-family: Verdana;
	font-weight: normal;
	line-height: 20px;
	color: #163e00;
	list-style-type: square;
	margin:0px 0px 10px 40px;
	padding:0; 
}
li {
	background-position: 0em .1em;
	padding-left: .2em;
	margin-top:4px;
	margin-bottom:6px;
	color:#000000;
}

#Copyright
{
    font-size:.9em;
    padding:5px 0;
    color:silver;
    text-align:center;
    background-color:#808586;
}

#Copyright a
{
    color:white;
}

#MainContent p
{
    margin:6px 0 0 0;
}

#MainContent h3
{
    color:#942824;
    margin:20px 0 6px 0;
    border-bottom:1px dotted #dddddd;
}

#MainContent p.HighlightedSection
{
    background-color:#ececec;
    border:1px solid #dddddd;
    padding:10px;
    margin:20px 0;
}
.blacktext {
	color: #000000;
	}
.reditalics {
	color: #A01E1C;
}
.waiver {
	color: #000000;
	font-size: 7.5pt;
	line-height: 14px;
	border:2px black solid;
	background-color:silver;
	padding:10px;
	}
.signatures {
	color: #000000;
	font-size: 10pt;
	line-height: 18px;
	font-style:italic;
	text-align:left;
	padding-left:350px;
	padding-bottom:20px
	}


a {
	color:#a01e1c
	}
