﻿/* CSS layout */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	background-color: gray;
}
#wrapper {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
	border-color: black;
	border-style: solid;
	background-color: white;
}
}
#masthead {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
.logo {
	border-width: 0px;
}
.tagline {
	margin-left: 200px;
	margin-bottom: 34px;
}
#top_nav {
	height: 20px;
	margin-top: 0px;
}
.print {
	text-align: right;
	font-size: 10px;
}
a.print {
	text-decoration: underline;
	font-size: 10px;
}
a.print:hover {
	text-decoration: underline;
}
#container {
	border-bottom: 1px #000000 solid;
	width: auto;
	min-height: 600px;
	background-image: url('sidebar_back.gif');
	background-repeat: repeat-y;
	margin-top: 10px;
}
#left_col {
	min-height: 540px;
	width: 189px;
	margin-top: 40px;
	float: left;
	height: auto;
	background-image: url('sidebar_left.jpg');
	background-repeat: no-repeat;
}
#page_content {
	margin-left: 198px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 20px;
}
p.page_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
li {
	margin-bottom: 10px;
}
.indent_40 {
	margin-left: 40px;
}
.phone {
	white-space: nowrap;
}
#footer {
	width: auto;
	padding: 5px;
	border-top: 1px,black,solid;
	font-size: 10px;
	padding-bottom: 20px;
}
