/* CSS Document */
img, div { behavior: url(css/iepngfix.htc) }

body {background-image: url(../images/bkg.jpg);
background-repeat: repeat-x;
margin: 0 auto;
padding: 0;
text-align: center;
}
#header, #frame, #nav {
margin: 0 auto;
}
#header {
background-image: url(../images/header.png);
background-repeat: no-repeat;
height: 243px;
margin-top: -10px;
}
#frame {
width: 681px;
background-image: url(../images/b2.png);
background-repeat: repeat-y;
margin-top: -25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}
#nav {
font-size: 11px;
margin-top:0px;
height: 20px;
background-color:#000000;
width: 599px;
text-align: center;
color: #ebd721;
font-weight: bold;
}
#nav a:link {
font-size: 11px;
background-color:#000000;
color: #ebd721;
font-weight: bold;
text-decoration: none;
}
#nav a:visited { 
color: #538cc9;
font-weight: bold;
text-decoration: none;
}
#nav a:hover {
color: #e1e8ee;
font-weight: bold;
text-decoration: none;
}
#main {
float: left;
width: 400px;
text-align: left;
margin-left: 50px;
margin-top: 20px;
}
#main2{
float: left;
width: 525px;
padding-left: 25px;
margin-left: 25px;
margin-top: 20px;
}
#sponsors{
float:left;
width: 150px;
text-align: left;
color: #0271b8;
margin-top: 20px;
margin-left: 20px;
}
#footer {
clear: both;
width: 681px;
font-size: 9px;
color: #0271b8;
padding-bottom: 20px;
padding-top: 20px;
}
a, a:link {
color: #0271b8;
}
h1 {
font-size: 13px;
font-weight: bold;
color: #0271b8;
}
h2 {
font-size: 11px;
font-weight: bold;
color: #666666;
}
.clear {
clear: both;
}
.odd {
background-color: #E4EAF0;
}
table {
font-size: 10px;
}