body 
{
    background-color: Black;
    margin: auto;
    margin-top: 0px;
    font-family: Book Antiqua, Times New Roman;
    font-size: 15px;
    color: #333333;
	text-align: center;
}

a
{
    color: Blue;
	text-decoration: underline;
}

a:hover
{
    color: Red;
	text-decoration: underline;
}

a:visited
{
    color: #0033FF;
	text-decoration: underline;
}

a.text_button
{
	border: solid 2px blue;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

a.text_button:hover
{
	border: solid 2px red;
	text-decoration: none;
	font-wieght: bold;
	padding: 2px 5px 2px 5px;
}

img
{
    padding: none;
    border: none;
}

p
{
	text-align: left;
	padding: 10px 10px 10px 10px;
}

h1
{
	color: Black;
	margin-bottom: 0px;
	font-size: 30px
}

h2
{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
}

div.head
{
    background-image: url(images/knoxvillepchead.jpg);
    background-repeat: no-repeat;
    width: 1062px;
    height: 215px;
    margin: auto;
}

div.header
{
	padding-top: 170px;
	padding-left: 25px;
	font-size: 18px;
	font-wieght: bold;
	color: white;
	text-align: left;
}

div.body
{
	background-image: url(images/bg.jpg);
	width: 1062px;
	margin: auto;
	text-align: center;
}

div.menu
{
	float: left;
	width: 180px;
}

div.content
{
	float: left;
	width: 690px;
	padding-left: 110px;
	text-align: left; 

}

div.bottom_nav
{
	width: 680px;
	margin: auto;
	text-align: center;
}

div.footer
{
	width: 1062px;
	background-color: #FF9900;
	color: white;
}

.menu {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 45px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 45px;
	background-repeat: no-repeat;
}

.back {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
}
.back li {
	padding: 0;
	margin: 0;
	height: 45px;
	list-style: none;
	background-repeat: no-repeat;
}
.back li a, .back li a:visited {
	display: block;
	text-decoration: none;
	height: 45px;
	background-repeat: no-repeat;
}

.about {background-image: url(images/about2.gif);}
.about a {background-image: url(images/about1.gif);}
.services {background-image: url(images/services2.gif);}
.services a {background-image: url(images/services1.gif);}
.help {background-image: url(images/onlinehelp2.gif);}
.help a {background-image: url(images/onlinehelp1.gif);}
.contact {background-image: url(images/contact2.gif);}
.contact a {background-image: url(images/contact1.gif);}
.home {background-image: url(images/home2.gif);}
.home a {background-image: url(images/home1.gif);}
ul.menu li a:hover {background: none;}
ul.back li a:hover {background: none;}

