body {
background:#ffffff;
margin:0;
padding:0px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
#header {
position:relative;
margin:0;
background:url(images/stripe.jpg) repeat-x;
height:100px;
padding:0;
/*border-bottom:1px solid pink;*/
}
#left {
position:absolute;
top:0px;
text-indent:-9000px;
display:block;
background:url(images/newlogo.jpg) no-repeat;
width:400px;
height:100px;
}
#right {
position:absolute;
top:0;
right:0;
text-indent:-9000px;
display:block;
background:url(images/newlogo2.jpg) no-repeat right;
width:20%;
height:100px;
}
#main {
position:relative;
}
#content {
background:#FFFFff;
margin-left:20%;
margin-right:20%;
padding:10px;
z-index:2000;
}
#content h1{
background:url(images/h1.jpg) no-repeat top left;
padding-top:5px;
color:#002491;
}
#content h2{
background:url(images/h2.jpg) no-repeat top left;
padding-top:5px;
color:#002491;
}
#content h3{
background:url(images/h3.jpg) no-repeat top left;
padding-top:5px;
color:#002491;
}
#content h4{
margin-top:-10px;
padding:0px;
color:#000000;
}
#content h5{
margin-bottom:-15px;
padding:0px;
color:#002491;
font-size:90%;
}
#content img {
position:relative;
float:right;
padding:5px;
width:300px;/*
height:284px;*/
}
#content a {
color:#002491;
text-decoration:none;
}
#content a:hover {
color:#FF0000;
text-decoration:underline;
}
#content table {
/*margin:0% 5% 0% 5%;*/
width:90%;
background:#ffffff;
border-collapse:collapse;

}
#content td {
background:#ffffff;
border-bottom:#C5D2FA solid 2px;
border-right:#999999 solid 1px;
border-left:#999999 solid 1px;
padding:5px;
vertical-align:text-top;
}
#content th {
background:#113CBE;
text-align:left;
border-bottom:solid #002491 5px;
border-right:#999999 solid 1px;
border-left:#999999 solid 1px;
color:#FFFFFF;
padding:5px;
text-align:center;
}
#content .teamtext {
color:#002491;
font-weight:bold;
}
#nav {
position:absolute;
top:0px;
width:20%;
background: url(images/navcornerb.jpg) bottom right no-repeat #002491;
font-size:1.2em;
}
#nav ul {
background:url(images/navcorner.jpg) #002491 top right no-repeat;
list-style:none;
padding:30px 5px 0px 0px;
margin:0px 0px 30px 0px;
}
#nav li {
background:#ffffff;
border-bottom:#FF0000 solid 2px;

}
#nav a:link, #nav a:visited {
background:#113CBE;
color:#ffFFFF;
display:block;
text-decoration:none;

}
#nav a:hover {
background:#ffffff;
color:#002491;
}
#sidebar {
position:absolute;
background:#C5D2FA url(images/tableb.jpg) bottom repeat-x;
padding-bottom:150px;
top:0px;
right:0%;
width:20%;
z-index:0;
}
#sidebar h2 {
text-align:center;
color:#002491;
}
#sidebar table {
margin:0% 5% 0% 5%;
width:90%;
background:#ffffff;
border-collapse:collapse;
}
#sidebar td {
background:#ffffff;
border-bottom:#C5D2FA solid 2px;
}
#sidebar th {
background:#113CBE;
text-align:left;
border-bottom:solid #002491 5px;
color:#FFFFFF;
}
#sidebar a {
text-decoration:none;
color:#000000;
}
#sidebar a:hover {
text-decoration:underline;
}
#footer {
text-indent:-9000px;
display:block;
background:url(images/bbslogo.jpg) no-repeat right;
width:250px;
height:100px;

}