/* CSS Document */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	background-image: url(/images/header_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 130px;
}

#nav {
	background-image: url(/images/nav_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav ul li ul {
	position: absolute;
	margin: 33px 0px 0px 0px;
	padding: 0px;
	display: none;
	background-color: #FFFFFF;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

#nav ul li ul li {
	margin: 0px;
	padding: 3px 2px;
	display: block;
	white-space: nowrap;
	border-bottom: solid 1px #000;
}

#nav li:hover ul, #nav li.sfhover ul { 
	display: inline; 
}

#nav ul li ul li:hover, #nav ul li ul li.sfhover {
	background-color: #D3EEF5;
}

#nav ul li ul li a {
	text-decoration: none;
	color: #000;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: solid 1px #000;
	margin-top: 30px;
}

#content {
	margin: 0px 0px 0px 360px;
	padding: 5px 5px 5px 0px;
	min-height: 315px;
  	height:auto !important;
	height: 315px;
}

#content p {
	margin: 10px 0px 0px 0px;
}

#bottom {
	background-image: url(/images/grey-bar.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 131px;
	height:auto !important;
	height: 131px;
	padding: 8px 0px 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

#bottom ul {
	margin: 5px 5px 5px 15px;
	padding: 0px 0px 0px 15px;
}

#footer {
	background-image: url(/images/footer_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	color: #FFFFFF;
	height: 20px;
	font-size: 10px;
	padding: 2px 5px 0px 5px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

h1 {
	color: #026A85;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #026A85;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 12px;
	margin: 25px 0px 0px 0px;
}

h4 {
	font-size: 12px;
	margin: 5px 3px;
}

 a {
	text-decoration: underline;
	color: #026A85;
}

a:hover {
	text-decoration: none;
	color: #026A85;
}

.blue {
	color: #026A85;
}
