﻿h2
{
	font-size:150%;
	border-bottom:solid 1px black;
	padding-bottom:10px;
	margin-top:-15px;
	width:97%;
	text-align:center;
}

body
{
    background-color:#cfcbb1;
    padding: 0px;
    margin: 0px;
}

body li a
{
	color:Black;
}

body li a:visited
{
	color:Black;
}

body li a:hover
{
	color:#735b3e;
}

body a
{
	color:Black;
}

body a:hover
{
	color:#735b3e;
}

body a:visited
{
	color:Black;
}

#IE_hack {
	text-align: center;
	height: 100%;
	width: 100%;
}

#Header
{
    text-align:left;
    width:100%;
    background-color:#b1a897;
    margin-bottom:0px;
    padding:0px inherit;
}
   
#Body 
{
    background-color:#cfcbb1;
    color:#564b47;
    padding-top:5px;
    text-align: center;
    width:100%;
}

#OutterContent
{
    text-align:center;
    margin-top:-15px;
    margin:0 auto;
    width:982px;
    border-right:outset 2px white;
    border-bottom:outset 2px white;
    border-top:solid 1px gray;
    border-left:solid 1px gray;
    background-color:White;
}
/*width:762px;*/

#Content
{
    background-color:white;
    vertical-align:middle;
    text-align:left;
    /*font-size:1.1em;*/
    height:655px;
    width:86%;
    /*846px;*/
    padding-top:5px;
    padding-left:5px;
    overflow:auto;
}
/*width:625px;*/

#Districts
{
    float:right;
    width:13%;
    /*130px;*/
    height:660px;
    color:White;
    background-color:#b5ad9c;
    border-left:solid 1px black;
    margin-bottom:-5px;
}

#Districts a
{
	text-decoration:none;
	color:White;
}

#Districts a:hover
{
	text-decoration:underline;
}

#Districts a:visited
{
	text-decoration:none;
}

#Districts a:visited:hover
{
	text-decoration:underline;
}

#Footer
{
    height: 20px;
    width: 100%;
    background-color: white;
    font-size: .75em;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    border-top: solid 1px gray;
}

#Footer a
{
    color:Black;
}

#Footer a:hover
{
    color:ButtonShadow;
}

.imageButton
{
    margin-left:35%;
}

.blackText
{
    color:Black;
    font-weight:bold;
}

/*table td a
{
	color:black;
	font-size:medium;
}

table td a:hover
{
	color:#735b3e;
	font-size:medium;
}

table td a:visited
{
	color:black;
	font-size:medium;
}*/