@charset "UTF-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

ol, ul, li {
	list-style: none;
}

body {
width:100%;
height:100%;
background-image:url(../images/background.jpg);
background-repeat:no-repeat
}

.clr {
clear:both
}

.leaderboard {
width:728px; height:100px;
margin:0 auto;
}

.header {
width:960px; height:137px;
float:left;
background-image:url(../images/header.png); 
background-repeat:no-repeat;
}

.outer_container {
width:960px; height:auto;
padding-top:10px;
margin:0 auto;
}

.inner_nav {
float:left;
width:200px; height:auto;
}

.innerdefault_container {
float:left;
width:760px; height:auto;
}

.innerdefault_main {
float:right;
width:660px;
height:auto;
}

.box_topleft {
float:left;
background-image:url(../images/box_topleft.gif);
background-repeat:no-repeat;
width:20px; height:20px;
}

.box_topmid {
float:left;
width:620px; height:20px;
background-color:#F0F2FF;
}

.box_topright {
float:left;
width:20px; height:20px;
background-image:url(../images/box_topright.gif);
background-repeat:no-repeat;
}

.box_mid {
float:left;
width:620px; height:auto;
padding-left:20px; padding-right:20px;
background-color:#F0F2FF;
}

.statelinks {
float:left;
width:120px; height:auto;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding-bottom:5px
}

.box_btmleft {
float:left;
width:20px; height:20px;
background-image:url(../images/box_btmleft.gif);
background-repeat:no-repeat;
}

.box_btmmid {
float:left;
width:620px; height:20px;
background-color:#F0F2FF;
}

.box_btmright {
float:left;
width:20px; height:20px;
background-image:url(../images/box_btmright.gif);
background-repeat:no-repeat;
}


.innerdefault_mainsub {
float:right;
width:642px;
height:auto;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}

.footer {
width:960px; height:34px;
float:left;
background-image:url(../images/footer.png);
background-repeat:no-repeat;
}