@charset "utf-8";
/* CSS Document */

#container {
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 780px;
	margin:0 auto;
	background-color: #CCFFCC;
	font-family: Tahoma, Geneva, sans-serif;
}
#top {
	background-image: url(header.png);
	height: 200px;
}
#footer {
	background-image: url(footer.jpg);
	height: 50px;
	background-repeat: no-repeat;
	background-position: bottom;
}
h5 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-size: 0.7em;
	padding-top: 20px;
	padding-right: 5px;
}

#top {
	background-image: url(header.png);
	height: 200px;
	background-repeat: no-repeat;
}
ul {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #EAC2B6;
}

.button {
	background: url(button.jpg) repeat-y center top;
}

li {
	padding-top: 5px;
	text-align: center;
	padding-left: 8px;
}
.adjust {
	text-align: right;
	font-size: 0.8em;
	color: #009;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#current {
	color: #900;
}

#content {
	margin-left: 170px;
	margin-right: 20px;
	margin-top: 0px;
}
#navigation li {
	list-style-type: none;
	margin-right: 20px;
	line-height: 1.5em;
}

#navigation {
	float: left;
	width: 150px;
}
body {
	background: #fff;
}

a:link, a:visited {
	color: #00C;
}

a:hover {
    color: #FFF; 	
}

#footer a:hover {
    color: #000; 	
}

.picadjust {
	float: left;
	padding-right: 10px;
}
#anchorlistright {
	padding-top: 1px;
	padding-left: 250px;
	background: #EAC2B6 url(navigationservices.PNG) repeat-y center;
	border-right: 8px solid #009;
	border-left: 8px solid #009;
	line-height: 8px;
	padding-bottom: 1px;
}

.centertext {
	text-align: center;
	text-decoration: underline;
}

.centertimes {
	text-align: center;
}

#anchorlistleft {
	float: left;
	line-height: 2px;
	padding-left: 70px;
}
#content a:hover {
	color: #600;
}

#redcolor {
	color:#F00;
}
#navigation .adjust {
	color: #000;
	text-align: center;
}#navigation p {
	border: thin solid #006;
}

#centertext {
	text-align:center;
}
