@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #207DAE;
	background-image: url(img/header2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
	border: thin solid #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0.045em;
	text-align: justify;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#mainContent table tr .info ul li {
	font-size: 16px;
}
#mainContent ul li {
	list-style-type: disc;
}
#nav{
	background-color: #5F8758;
	height: 30px;
	text-align: justify;
	padding-top: 6px;
}
#nav a {
	color: #000;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}
#nav a:hover{
	font-style: italic;
}
#nav .current_page_item_a{
	color: #FFF;
}
#center {
	text-align: center;
	line-height: 1.5em;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
	color: #C6181C;
	font-size: 30px;
	margin-top: -15px;
	margin-bottom: -10px;
}
h2 {
	color: #FFF;
	text-align: center;
	border: thin double #000;
	padding: 5px;
	margin-right: 75px;
	margin-left: 75px;
	background-color: #608759;
}
h3 {
	text-align: center;
	font-size: 24px;
	font-style: italic;
}
.info{
	border: thin solid #000;
	color: #000;
	background-color: #FFAD22;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
.dog{
	margin-right: 20px;
	padding: 3px;
	border: thin solid #2A79AA;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 40px;
	margin-top: 20px;
}
.top {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: center;
	color: #587B51;
}
.janitor{
	border: thin solid #000;
	padding: 5px;
	margin-left: 20px;
}.form{
	margin-left: 200px;
}
#mainContent p a {
	color: #000;
	text-decoration: none;
}
#mainContent ul li a {
	color: #000;
	text-decoration: none;
}
#mainContent ul li a:hover {
	color: #2A6E8B;
	text-decoration: underline;
}
#mainContent p a:hover {
	color: #2C708D;
	text-decoration: underline;
}
