/*
colors: #005EA2 - dark blue; #CEBC49 - gold;  background: #F2F2F2 - light blue
*/

body {
	background-color: #A8B8D4;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
}
h1 {
	color: #005EA2;
}
h2 {
	color: #005EA2;
}
img {
	border-style: inset;
	border-width: thin;
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
label {
	color: #005EA2;
}
table {
	border-color: #CEBC49;
	border-style: solid;
	border-width: thin;
}
table th {
	color: #005EA2;
	text-align: left;
}
#page {
	background-color: #F2F2F2;
	background-image: url(/images/gradient.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#banner {
	border-style: none;
	height: 150px;
	margin: 0;
	width: 750px;
}
#search {
	float: right;
	margin-right: 34px;
	margin-bottom: 1em;
}
#menu {
	background-image: url(/images/tree.gif);
	background-repeat: no-repeat;
	color: #005EA2;
	float: left;
	font-size: small;
	min-height: 383px;
	width: 229px;
}
#menu ul {
	font-weight: bold;
	list-style: url(/images/icon.gif) none;
	margin-top: 1em;
	margin-bottom: 1em;
}
#menu li {
	margin-bottom: 1em;
	margin-top: 1em;
}
#menu p {
	margin-left: 21px;
}
#menu a {
	color: #005EA2;
	text-decoration: none;
}
#menu a:hover {
	color: #CEBC49;
}
#content {
	float: right;
	margin-bottom: 17px;
	padding-right: 34px;
	width: 487px;
}
#content a {
	color: #CEBC49;
}
#content a:hover {
	color: #005EA2;
}
#footer {
	clear: both;
	color: #005EA2;
	font-size: small;
	margin-right: 34px;
	padding-bottom: 2em;
	text-align: right;
}
#footer img {
	border-style: none;
	float: right;
	height: 15px;
	margin-bottom: 1em;
	margin-right: 0;
	margin-top: 0;
	width: 192px;
}
