html body
{
margin: 0px; 
padding: 0px; 
background: white;
font-family: Verdana, Arial, Sans;
}

a
{
color: #2255cc;
}

#container
{
width: 100%; 
height: 100%
}


#navbar
{
width: 160px; 
background: #e9eefa; 
border: #2255cc 1px solid; 
text-align: left;
padding-top: 10px;
font-family: Arial, Verdana, Sans;
font-size: 12px;
font-weight: bold;
}

#navbar ul
{
padding-left: 0px;
margin: 0px;
list-style-type: none;
width: 160px;
}

#navbar li
{
height: 25px;
padding-bottom: 5px;
}

#navbar a
{
height: 25px;
display: block;
padding: 5px 0px 0px 5px;
color: black;
text-decoration: none;
}

#navbar a:hover
{
background: #2255cc;
color: white;
}

#content
{
width: 60%; 
border-top: #bb8161 1px solid; 
border-left: #bb8161 1px solid; 
background: #f5ece7 url('images/bg-content.gif') no-repeat bottom right;
vertical-align: top;
padding: 15px 20px 25px 10px;
font-size: 14px;
}

#content li
{
padding-bottom: 1em;
}

h1
{
font-size: 24px;
font-weight: bold;
border-bottom: black 2px solid;
margin-bottom: 30px;
}

h2
{
font-size: 16px;
color: #2255cc;
padding: 15px 0px 0px 0px;
}

h2 a
{
text-decoration: none;
}

h3
{
font-size: 14px;
color: #2255cc;
}

table.standings
{
width: 400px;
background: white;
font-size: 14px;
}

table.standings h2
{
padding: 0px;
margin: 0px;
}

table.standings tr.headers
{
font-weight: bold;
}

table.standings td.scores
{
width: 10%;
text-align: center;
}

table.teams, table.teams td
{
background: white;
font-size: 14px;
vertical-align: top;
}

table.teams tr.headers td
{
font-weight: bold;
background: #e9eefa;
}

.registration th {
text-align: left;
font-weight: normal;
color: #2255cc;
}

#rightside
{
border-top: #bb8161 1px solid; 
background: #f5ece7 url('images/bg-right.gif') no-repeat bottom left;
}

#lowerleft
{
border-bottom: white 5px solid; 
background: #2255cc; 
height: 49px;
}

#lowerright
{
border-bottom: white 5px solid; 
background: #2255cc url('images/bg-rightbase.gif') no-repeat top left;
}

#footer
{
border-top: #002246 5px solid; 
height: 50px;
text-align: top;
font-size: 10px;
}

#footer ul
{
padding: 0px;
margin: 0px;
}

#footer ul li
{
padding: 0px 5px;
display: inline;
border-left: black 1px solid;
}

#footer ul li.first
{
border-left: none;
padding-left: 10px;
}

#footer p
{
margin: 0px 0px 0px 10px;
}

#footer a
{
color: black;
text-decoration: none;
}