body {
	background-color: #333333;
	margin: 0px;
	background-image:  url(pics/body_bkgnd.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a.services {
	text-decoration: none;
	line-height: 1.5em;
	color: #036537;
}
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#nav {
	color: #036537;
	font-family: Verdana;
	font-size: 80%;
	border: 0px solid red;
	font-weight: bold;
	position: relative;
	float: right;
	top: -55px;
}
* html ul#nav {
	color: #036537;
	font-family: Verdana;
	font-size: 80%;
	border: 0px solid red;
	position: relative;
	float: right;
	top: -65px;
}
li { /* all list items */
	float: left;
	position: relative;
	width: 18em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	font-weight: normal;
	background-color: #fff;
	top: 1em;
	left: 0;
	border: 0px solid black;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}
p {
	font-family: Verdana;
	font-size: 80%;
	border: 0px solid red;
	padding: 10px;
}
p.form {
	padding: 0px;
	margin-left: 5px;
	color: #fff;
}
blockquote {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	font-style: italic;
}
div.speech {
	font-family: Verdana, Times, serif;
	font-size: 80%;
	margin-left:40px;
}
ul.services {
	border: 0px solid red;
	width: 450px;
}
ul.services1 {
	margin-left: 30px;
	width: 550px;
}
ul.services1 li {
	width: 550px;
	font-family: Verdana;
	font-size: 80%;
	margin-bottom: 10px;
}
li.services {
	font-family: Verdana;
	font-size: 80%;
	width: 250px;
	line-height: 1.5em;
	margin-left: 45px;
	list-style-type: square;
}
h3 {
	font-family: Verdana;
	font-size: 100%;
	margin-left: 10px;
	color: #000;
	background-color: #fff;
}
.style1 {font-size: xx-small}
.style2 {color: #000000}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
a.menu {
	font-family: Verdana;
	font-size: 80%;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	/*font-weight: bold;*/
}
a.menu:hover {
	color: #6B93EB;
}
tr.menu {
	background-color: #000;
	height: 15px;
}
table.hours {
	font-family: Verdana;
	font-size: 80%;
}