body{
    /*font-family: Lucida Grande, Verdana, Arial, sans-serif;*/
    font-family: Georgia, Century Schoolbook, Times, serif;
    font-size: 12px; 
    background-color: #9a9a9a;
    margin:0;
    padding:0;
    border:0;
}

#print_header{
    display: none;
}


#container{
    background: url('/media/images/shading.gif') repeat-y;
    width: 890px;
    margin:0 auto;
    padding:0;
    border:0;
}
html>body #container{
    width:890px;
}
#everything {
    border:0; 
    margin: 0 20px; 
    padding:0;
    background-color: #FFF;
    width: 850px;
}
html>body #everything {
    width: 850px;
    }

#header{
    background:url('/media/images/headers/k12spending_header.jpg') center top no-repeat;
    margin:0;
    padding:0;
    height:160px;
}


#headertop {
    margin: 0; 
    padding: 0; 
    height: 106px; 
    width: 850px;
}

#headertop h1 {
    padding: 0;
    margin: 0;
    text-align:right;
    font-size: 30px;
    color:#222;
}

ffc/* All this stuff is for rounded corners */

.l1, .l2, .l3, .l1l, .l2l, .l3l, .l1r, .l2r, .l3r, .l1w, .l2w, .l3w {font-size: 0px; margin: 0; padding: 0; clear:both;}
html>body .l1, .l2, .l3, .l1l, .l2l, .l3l, .l1r, .l2r, .l3r, .l1w, .l2w, .l3w{
    clear:both;
}
.l1 {border-left: 4px solid DarkSlateGray; border-right: 4px solid DarkSlateGray; height: 1px;}
.l2 {border-left: 2px solid DarkSlateGray; border-right: 2px solid DarkSlateGray; height: 1px;}
.l3 {border-left: 1px solid DarkSlateGray; border-right: 1px solid DarkSlateGray; height: 2px;}
.l1w {border-left: 4px solid #FFF; border-right: 4px solid #FFF; height: 1px;}
.l2w {border-left: 2px solid #FFF; border-right: 2px solid #FFF; height: 1px;}
.l3w {border-left: 1px solid #FFF; border-right: 1px solid #FFF; height: 2px;}

#header_mid_top{margin:0 15px;}
#header_mid_top_l1w {height: 1px; background-color:DarkSlateGray; margin:0 4px; font-size:0px; padding:0;}
#header_mid_top_l2w {height: 1px; background-color:DarkSlateGray; margin:0 2px; font-size:0px; padding:0;}
#header_mid_top_l3w {height: 2px; background-color:DarkSlateGray; margin:0 1px; font-size:0px; padding:0;}

.l1l {border-left: 4px solid DarkSlateGray; height: 1px;}
.l2l {border-left: 2px solid DarkSlateGray; height: 1px;}
.l3l {border-left: 1px solid DarkSlateGray; height: 2px;}

.l1r {border-right: 4px solid DarkSlateGray; height: 1px;}
.l2r {border-right: 2px solid DarkSlateGray; height: 1px;}
.l3r {border-right: 1px solid DarkSlateGray; height: 2px;}

/* The whole navigation bar */
#nav, #nav ul {
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    float: left; 
    list-style: none; 
    /*line-height: 1px;*/ 
    background: #DarkSlateGray; 
    font-weight: bold; 
    padding: 0;
    border: 1px solid #DarkSlateGray; 
    border-width: 1px 0; 
    margin: 0 10px 0 7px;
}
html>body #nav, #nav ul{
    margin: 0 0 0 15px;
}

/* Any link within the navigation system not specified later */
#nav a {
    display: block; 
    text-decoration: none; 
    padding: 2px 0px;
    text-align:center;
}

#nav a:link {
    color: #eee;
}
#nav a:visited {
    color: #eee;

}
#nav a:hover {
    color: #eee; 
    background: #222;

}

/* Each main item, and the stuff below it if not specified later */
#nav li {
    float: left; 
    padding: 0; 
    width: 114px; 
    margin: 0;
}

#nav li a{
    font-size: 12px;
    border: 0;
}

h1 {
    font-size: 18px;
    color: #222;
    margin: 10px;
}

h2 {
    font-size: 16px; 
    color: #a00; 
    margin: 10px;
}

h3 {
    font-size: 14px;
    color: #222;
    margin: 10px 40px;
}

h4 {
    font-size: 12px;
    color: #222;
    margin: 10px 60px;
}

h5 {
    font-size: 10px;
    color: #222;
    margin: 10px 80px;
}

#maincontent ul{
    margin-left: 40px;
}

p {
    font-size: 12px;
    color: #222;
    margin: 10px
}



blockquote{
    margin-left: 50px;
}
a{
    text-decoration:underline;
    color:DarkSlateGray
}
a:link {
    color: DarkSlateGray;
}

a:visited {
    color: DarkSlateGray;
}

a:hover {
    color: #a00; 
}

#headertop {
    margin: 0; 
    padding: 0; 
    height: 106px; 
    width: 850px;
}

#headertop h1 {
    padding: 0;
    margin: 0;
    text-align:right;
    font-size: 30px;
    color:#222;
}

#headermid {
    background: DarkSlateGray; 
    margin: 0 15px;
    padding:0;
}

#headerbottom {
    position: relative; 
    padding: 7px 0;
    margin:0;
}

#headerbottom input,
#headerbottom form{
    padding:0;
    margin:0;
}

#headerbottom p {
    margin: 0 0 0 15px;
}

#search {
    position: absolute; 
    top: 2px; 
    right: 20px; 
    width: 200px;
    text-align: right;
    white-space:nowrap;
}
html>body #search{
    top: 0px;
    right:15px;
    width: 200px;
}
html>/**/body #search{
    top: 3px;
}

#content {
    background: DarkSlateGray; 
    padding: 10px 0; 
    margin: 0;
}

#fixer{
    height:0px;
    font-size:0px;
    width:100%;
}
html>body #fixer{
    clear:both;
}


#footer{
    height: 30px;
    padding:0;
    margin:0;
	font-size: 10px;
    border:0px solid red;
}
html>body #footer{
    height:50px;
    clear:both;
}

#footer p{
	font-size: 10px;
}

#content_full{
    width:850px;
    background:#FFF;
    padding: 10px 0;
    margin-bottom:10px;
    min-height: 400px;
}

html>body #content_full{
    margin-bottom:0;
}

fieldset{
	margin: 10px;
}

legend{
	font-size: 16px; 
    color: #a00;
	font-weight:bold;
}
table#input_form_table{
	
}

table#input_form_table{
	border: none;
	width: 100%;
}
table#input_form_table th{
	vertical-align: top;
	padding:20px 25px 10px 10px;
	text-align:left;
}

table#input_form_table td{
	text-align:left;
	vertical-align: top;
	white-space:nowrap;
	padding:20px 10px 10px 10px;
}

table#input_form_table td table td{
	text-align:left;
	white-space:nowrap;
	padding: 5px;
}

table #all_results{
	border: 0;
	width:100%;
}
table.results{
	border: 2px solid black;
	border-collapse: collapse;
	width: 830px;
	margin-left: 5px;
	margin-top:10px;
	font-family: Arial;
	font-weight:lighter;
}

table.results th{
	border: 2px solid black;
	border-collapse: collapse;
	text-align:left;
	table-layout:fixed;
}

table.results td{
	border: 1px solid black;
	border-collapse: collapse;
	text-align:right;
	width:50px;
}

table.results td.header{
	text-align:left;
	white-space:nowrap;
}

table.results td.header_single{
	text-align:left;
}

table.results td.state_name{
	text-align:left;
}

table.results td.title{
	text-align:center;
	font-weight:bold;
}

.sources{
	padding-top:0;
	margin-top:0;
	font-size:10px;
	font-style:italic;
}

