body {
    text-align: center;
    margin-bottom: 10px;
    background-image  url(Images/bkg.jpg);
	background-position: top;
    background-color: #C4BC97;
    background-repeat: repeat-x;
}

table {
    border-color: #CDCDCD;
}

#wrapper {
    margin: 0 auto;
    width: 984px;
    text-align: left;
}

#header {
    background-image: url(Images/topbkg2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 135px;
	width: 100%;
	text-align: center;
	
	
	
}

#headerbottom{
	background-image: url(images/bkg2.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 984px;
	height: 5px;
}

#headercontent {
	margin: 0 auto;
    text-align: left;
    font-weight: bold;
    height: 133px;
 	border: 1px solid black;
	border-bottom: 0px;
	border-top: 0px;
    color: white;
    width: 982px;
    background-image: url(Images/header.jpg);
    background-repeat: no-repeat;
	border-bottom: 3px solid #3A4922;
}



#content {
	margin: 0 auto;
    height: 100%;
	width: 982px;
	background-image: url(images/bkg2.jpg);
	background-repeat: repeat-y;
	border: 1px solid black;

}

#footer {
    height: 50px;
    font-weight: bold;
    text-align: center;
    color: white;
	border-top  5px solid white;
}

#footercontent {
    padding-top: 5px;
}

#footercontent a, #footercontent a:visited {
    color: white;
    font-size: 17px;
}

#leftcontent {
    float: left;
    width: 198px;
    font-size: 12px;
    height: 100%;
    z-index: 2;

}


#rightcontent {
    float: right;
    position: relative;
    width: 784px;
    height: 100%;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
}

#rightcontentcontent {
    padding: 20px;
    padding-top: 10px;
}

h1 {
    font-weight: normal;
    font-size: 25px;
    color: #3A4922;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-weight: normal;
    font-size: 17px;
    color: #ffffff;
}

h3 {
    color: #3A4922;
    font-weight: bold;
}

hr {
    border: none;
    background-color: #3A4922;
    height: 2px;
	color: #3A4922;
}

#rightcontent a {
    font-size: 16px;
}

a:hover {
    color: green;
}

a:visited {
}

img {
    border: 0px;
}

strong {
    font-weight: bold;
}

ul li {
    list-style: square;
    margin-left: 50px;
}

.red {
    color: red;
}

.image2 {
    border: none;
    text-decoration: none;
}

.tableleft ul li {
    margin-left: 20px;
}

#dollar {
    background-image: url(../images/usdollar2.jpg);
    background-repeat: no-repeat;
    height: 300px;
    width: 700px;
    border: 3px solid black;
}

.divider {
    height: 100%;
    width: 0px;
    float: left;
    border-right: 3px dashed black;
}

#schools {
    width: 64.7%;
    background-color: blue;
    height: 200px;
    height: 100%;
    float: left;
}

#county {
    width: 20%;
    background-color: green;
    height: 100%;
    float: left;
}

#districts {
    width: 8%;
    background-color: purple;
    height: 100%;
    float: left;
}

#cities {
    width: 6%;
    background-color: brown;
    height: 100%;
    float: left;
}

.divcontent {
    padding-top: 25px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    z-index: 5;
}

#dollarcontent {
    font-size: 13px;
}

#dollarcontent h3 {
    font-size: 12px;
    color: white;
    background-color: #003366;
    border: 1px solid white;
    padding: 3px;
}

#dollarcontent h2 {
    font-size: 16px;
    color: green;
}

.divheader {
    background-color: #0B1D36;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: 150px;
}

.divheader:hover {
    color: #33FF00;
}

.divcontent2 {
    border: 1px solid #0B1D36;
}

.divcontent2 p {
    text-align: justify;
}

.divcontent2 a {
    text-decoration: none;
    font-size: 13px;
    color: #3A4922;
}

.divcontent2 a:visited {
    color: #3A4922;
}

.divcontent2 a:hover {
    color: green;
}

.divcontent2 li {
    padding-left: 2px;
    margin-left: 30px;
    list-style-image: url(../images/bullet_green.png);
}

.divcontent2 li:hover {
    list-style-image: url(../images/bullet_go.png);
}

td {
    border-spacing: 10px;
}

#tabmenu a {
    font-size: 12px;
}

table.tablesorter {
    background-color: #CDCDCD;
    font-family: arial;
    font-size: 8pt;
    margin: 10px 0pt 15px;
    text-align: left;
    width: 100%;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #E6EEEE;
    border: 1px solid #CDCDCD;
    border-bottom: 1px solid #000000;
    font-size: 8pt;
    padding: 4px;
    font-weight: bold;
}

table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

table.tablesorter tbody td {
    background-color: #FFFFFF;
    color: #3D3D3D;
    padding: 4px;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8DBDD8;
}

#tablesorter-demo a{
font-size: 12px;
}



#calcimage a
{
background-image: url(../Images/calculator_accept.png);
background-repeat: no-repeat;
background-position: 165px;

}


.redme a{
color: red;
}

a{
color: #000099;
}
a:visited{
color: #000099;
}
