﻿body {
	background-image: url('page-bg.gif');
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
}
a {
	color: #006;
}
a:hover {
	color: #c00;
}
img {
	border: 0px;
}
#topPatches {
	width: 790px;
	margin: auto;
	text-align: center;
}
#topPatches img {
	margin: 10px 35px;
}
#mainWrapper {
	background-color: #fff;
	width: 790px;
	margin: auto;
	background-image: url('top-rounded.gif');
	background-repeat: no-repeat;
	background-position: center top;
}
#mainWrapper > h1 {
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #006;
	font-size: 175%;
}
#navBar {
	width: 770px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	margin: 0px 10px;
	background-image: url('nav-bg.gif');
	font-size: 15px;
}
#navBar > ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navBar > ul > li {
	display: inline;
}
#navBar > ul > li > a {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 10px 30px;
	margin: 0px 15px 0px -5px;
	display: inline-block;
}
#navBar > ul > li > a:hover {
	color: #ff0;
	text-decoration: underline;
	background-image: url('nav-square-compass.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
li.topMenuItem > ul.subMenu {
	display: none;
	position: absolute;
	width: 200px;
	text-align: left;
	background-color: #003;
	color: #fff;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin: -2px 0px 0px 90px;
	font-size: 70%;
}
li.topMenuItem:hover > ul.subMenu {
	display: block;
}
li.topMenuItem:hover > ul.subMenu > li.lastSubMenuItem a {
	font-weight: bold;
	background-image: url('menu-bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
li.topMenuItem:hover > ul.subMenu > li.lastSubMenuItem a:hover {
	background-image: url('menu-bottom-hover.gif');
}
ul.subMenu > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 4px;
}
ul.subMenu > li > a:hover {
	color: #141648;
	background-color: #ff0;
	text-decoration: underline;
}
li.lastSubMenuItem a {
	font-weight:bold;
}
#pageContent {
	margin: 10px 10px 0px 10px;
	min-height: 300px;
}
#pageContent > h2 {
	margin: 0px;
	color: #006;
	font-size: 150%;
}
#siteDisclaimer {
	font-size: 80%;
	padding: 0px 10px;
}
#pageFooter {
	clear: both;
	background: #fff url('bottom-rounded.gif') no-repeat scroll left bottom;
	text-align: center;
	font-size: 80%;
	color: #999;
	padding: 5px;
}
#pageFooter a {
	color: #999;
}

