﻿#footer {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	background-color: #FFFFFF;
}
.border0 {
	border-style: none;
}
.clear {
	clear: both;
}
#container {
	width: 780px;
	margin: 0px auto 0px auto;
	background-color: #0000FF;
}
#top {
	width: 780px;
	height: 175px;
}
#main_content a {
	text-decoration: none;
}
#main_content a:hover {
	font-weight: bold;
}
#services_navbar {
	width: 780px;
	height: 105px;
}
#navbar_title {
	width: 780px;
	height: 35px;
}
#navbar_title h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 10px 5px 5px 5px;
}
#sidebar_links {
	padding: 0px;
	margin: 0px;
	border-style: none;
	float: left;
	width: 150px;
}
#sidebar_links ul {
	padding: 0px;
	margin: 0px;
}
#sidebar_links ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#sidebar_links ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #9999CD;
	padding: 3px;
	width: 148px;
	display: block;
	text-decoration: none;
	border: 1px solid #000000;
}
#sidebar_links ul li a:hover {
	color: #000000;
	background-color: #FFFF00;
}
#sidebar_links p {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin: 0px;
}
#main_content {
	float: right;
	width: 604px;
	background-color: #CCCCFF;
	padding: 10px;
	margin: 0px;
	border-style: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #6D6F72;
	color: #000000;
}
