
body {
background-color: #F5F3EF;
margin: 0px;
padding: 0px;
font-family: Georgia, Times, Times New Roman, serif;
}

a img {
border:none;
}

 .header {
position: relative;
float: left;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: black;
height: 100px;
width: 900px;
margin: 5px 0px 0px 5px;
background-color: #58AE8B;
}

.header img {
float: left;
margin: 0px 0px 0px 0px;
border: 0px solid green;
}

.logo {
position: relative;
float: left;
height: 75px;
width: 75px;
margin: 10px 1px 1px 10px;
border: 1px solid black;
}

.caption {
float: left;
clear: both;
text-align:center;
font-size:12px;
margin-left: 10px;
color: black;
}

.title  {
width: 750px;
border: 0px solid green;
margin: 0 auto;
text-align: center;
margin-top: 20px;
}

.title p {
font-size: 40px;
margin: 5px 5px 5px 5px;
text-align: center;
}


h1 {
font-size: 32px;
border: 0px solid black;
width: 500px;
margin: 100px 0px 0px 50px;
}

h2 {
font-size: 26px;
border: 0px solid black;
width: 600px;
margin: 25px 0px 0px 50px;
}

.middle  {
position: relative;
float: left;
width: 900px;
color: 8c8c8c;
background-color: #ffffff;          
margin: 0px 0px 0px 5px;
border: 1px solid black;
border-bottom-width: 0px;
}

.middle p {
font-size: 16px;
margin: 10px 0px 0px 50px;
color: black;
width: 700px;
text-indent: 0px;
}

ul li {
line-height: 28px;
}

.alert {
font-size: 26px;
margin: 10px 0px 0px 0px;
}


.footer {
position: relative;
float: left;
width: 900px;
height: 100px;
margin: 0px 0px 0px 5px;
border-color: black;
border-top-style: dotted;
border-bottom-style: solid;
border-right-style: solid;
border-left-style: solid;
border-width: 1px 1px 1px 1px;
background-color: #e8c89d;
}

.footer p {
position: relative;
float: left;
padding: 0px;
font-size: 12px;
margin: 20px 0px 0px 10px;
border: 0px solid black;
}

.footermenutop {
position: relative;
float: left;
width: 950px;
height: 20px;
font-size: 14px;
line-height: 20px;
border: 0px dotted black;
text-align: center;
word-spacing: 4px;
margin: 25px 0px 5px 0px;
}

.footermenutop a{
text-decoration: none;
}

.footermenubottom {
position: relative;
float: left;
text-align: center;
width: 950px;
height: 20px;
font-size: 14px;
line-height: 20px;
border: 0px dotted green;
word-spacing: 4px;
}

.footermenutop a{
text-decoration: none;
}

.footermenubottom a {
text-decoration: none;
}

.spacebar{
position: relative;
float: left;
width:800px;
height:25px;
}

.champions {
position: relative;
float: left;
border-collapse:collapse;
margin:20px 0px 20px 50px;
}

.champions caption {
background: white;
border-top: 1px;
border-right: 1px;
border-bottom: 0px;
border-left: 1px;
border-style: solid;
border-color: lightsteelblue;
font-size: 16px;
text-align: left;
padding: 10px 8px 10px 8px;
}

.champions th {
background: #FEFDE8;
font-size:18px;
border: 1px solid lightsteelblue;
padding:5px 8px 5px 8px;
}

.champions tr {
height: 20px;
line-height: 22px;
}

.champions td {
font-size:14px;
padding:3px 4px 3px 4px;
border: 1px solid lightsteelblue;
}

.center {
text-align: center;
}

