body {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333333;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

#teams
{
background-image:
url('/images/oval.gif');
background-repeat: no-repeat;

background-position: center;
}

a img{ border:0; }

h1 {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    line-height: 1.8em;
}

h2 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 16px;
	line-height: 12px
    margin: 0px;
    padding: 0px;
}

h4 {
    font-size: 14px;
	line-height: 12px
    margin: 0px;
    padding: 0px;
}

#wrapper {
    width: 1256px;
    padding: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: auto;
    text-align: left;
    border: 1px solid #DDDDDD;
}
#header {
    margin: 0px;
    padding: 0px;
    height: 100px;
    width: auto;
    background-color: #f1f1f1;
}
#container {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-attachment: scroll;
    background-image: url(./images/back.gif);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    height: 1%;
    width: auto;
}
#left {
    margin: 0px;
    width: 225px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
	line-height: 1.5em;
}
#nav {
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}
#nav li {
    margin: 0px;
    padding: 0px;
    display: block;
    background-attachment: scroll;
    background-image: url(bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 50%;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
    color: #666666;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    width: 130px;
}
#nav li a:hover {
    color: #999999;
    text-decoration: none;
}
#center {
    height: auto;
    width: 700px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    line-height: 1.8em;
}

#right {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: auto;
    width: 170px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
}
.clearer {
    font-size: 0px;
    line-height: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 0px;
    width: auto;
}
#footer {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    background-color: #F1F1F1;
}
#footer p {
    color: #999999;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
    color: #999999;
    text-decoration: none;
}
#footer a:hover {
    color: #CCCCCC;
    text-decoration: none;
}

#form entry {
	line-height: 1.5em;
}

input.button {
  color: #fff; background: #0034D0;
  font-size: .8em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}