﻿html {
	background-image: url('elements/background-gradient.gif');
	background-repeat: repeat-x;
	background-color: #2A6EBB;
}

#hd {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	color: #F4EFDC;
	font-size: 77%;
}

#bd {
	background-color: #F4EFDC;
	border: 10px #EAE4CF solid;
}

#nav {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}

#nav ul {
	line-height: 2.5em;
}

#nav a {
	color: #2A6EBB;
	text-decoration: none;
}

#nav a:hover {
	color: #87bbff;
}

#main {
	background-color: #F4EFDC;
	color: #4d4029;
	border-left: 10px #EAE4CF solid;
	padding: 10px;
}

#main h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 174%;
	padding-bottom: .5em;
}

#main h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 153.9%;
	padding-top: .1em;
	padding-bottom: .1em;
}

#main h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 123.1%;
	padding-top: .1em;
}

#main p {
	padding-bottom: 1em;
}

#main p cite {
	font-style: italic;
}

#main ol {
	margin-left: 2em;
	padding-bottom: .6em;
}

#main ol li {
	list-style-type: decimal;
}

#main ul {
	margin-left: 2em;
	padding-bottom: .6em;
}

#main ul li {
	list-style-type: disc;
}

#main a {
	color: #2A6EBB;
	text-decoration: none;
}

#main a:hover {
	color: #87bbff;
}

#ft {
	margin-top: 10px;
	margin-bottom: 25px;
	color: #F4EFDC;
	text-align: center;
}

#ft ul li {
	color: #F4EFDC;
	display: inline;
}

#ft ul li a {
	color: #F4EFDC;
	text-decoration: none;
}

#ft ul li a:hover {
	text-decoration: underline;
}

.shadowed {
	border-bottom: 2px #133357 solid;
	border-right: 1px #133357 solid;
	border-left: 1px #133357 solid;
}

.callout {
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: 108%;
	line-height: 2.5em;
}

.searchTable {
	border: 1px #EAE4CF solid;
}

.searchTable tr:hover {
	background-color: #EAE4CF;
}

.searchTable tr th {
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	border: 1px #EAE4CF solid;
	background-color: #EAE4CF;
}

.searchTable tr td {
	vertical-align: top;
	padding: .25em .5em .25em .5em;
}

.resultsTable {
	border: 1px #EAE4CF solid;
}

.resultsTable tr 
{
    border-bottom: 1px #EAE4CF solid;
}

.resultsTable tr:hover {
	background-color: #FFFFEA;
    border-bottom: 1px #EAE4CF solid;
}

.resultsTable tr th {
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	border: 1px #EAE4CF solid;
	background-color: #EAE4CF;
}

.resultsTable tr td {
	vertical-align: top;
	padding: .25em .5em .25em .5em;
}

address {
	font-style: italic;
	margin-left: 2em;
}

strong {
	font-weight: bold;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 108%;
	font-weight: bold;
	padding-top: .1em;
}

blockquote {
	margin-left: 2em;
}
