﻿#container
{
	width: 900px;
	margin: 15px auto 0px auto;
	min-height: 420px;
}

#container, #footer
{
	color: #5F6062;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
}

#menu
{
	position: relative;
}

#menu
{
	margin: 0px;
	padding-top: 20px;
	padding-left: 0px;
}

#menu .menuItems div
{
	line-height: 2.3em;
	padding-left: 16px;
}

#menu a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

#menu .menuItems .selected
{
	background-image: url('images/selected-menu.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#menu .menuItems .selected a
{
	color: #C1DBDB;
}

a
{
	color: #037EAA;
}

.clear
{
	clear: both;
}

#footer
{
	clear: both;
	width: 900px;
	margin: 10px auto 15px auto;
	text-align: right;
}

a img
{
	border: 0px;
}
hr
{
	border: 0;
	width: 100%;
	/* background-color: #037EAA; */
	color: #D5E2E9;
	background-color: #D5E2E9;
	height: 1px;
}
.searchblur
{
	color: #AAAAAA;
}
.searchfocus
{
	color: #000000;
}
.searchwords
{
	font-style: italic;
}