* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, san-serif;
	background-color: #666;
	background: url(/images/design/body_bg.gif);
	text-align: center;
}

p {
	margin: 10px 0;
	line-height: 1.2em;
}

ul, li {
	line-height: 1.3em;
}

a, a:active, a:visited {
	color: #00a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 950px;
	margin: 10px auto;
	border: 1px solid #3a3a3a;
}

#header {
	background: url(/images/design/masthead.jpg);
	height: 180px;
}

#top-nav {
	position: relative;
	top: 176px;
	font-family: verdana, arial, san-serif;
	font-weight: bold;
	font-size: 14px;
	color: #200467;
}

#top-nav a {
	color: #200467;
	text-decoration: none;
}

#top-nav a:hover {
	text-decoration: underline;
}

#content {
	text-align: left;
	background: url(/images/design/map_watermark.gif) no-repeat center 150px;
	background-color: #eee;
	padding: 10px;
}

#main {
	margin-left: 10px;
}

#main h3, #main h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}

#main h2 {
	font-size: 20px;
	color: #222;
}

#main ol, #main ul {
	margin: 0 50px 0 30px;
}

.article {
	width: 720px;
	border-left: 1px solid #aaa;
	margin: 15px 0 15px 8px;
	padding: 2px 6px;
}

.article p {
	font-size: 14px;
}

#main .article h3 {
	font-size: 16px;
	color: #006;
	font-weight: bold;
	text-transform: uppercase;
}

.button-table {
	margin: 20px 80px;
	text-align: center;
	width: 760px;
}

.button-table td {
	width: 50%;
	vertical-align: bottom;
}

.fact-table {
	margin: 10px auto;
	width: 750px;
}

.fact-table th {
	background-color: #003;
	background-color: #666;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 5px;
	border-left: 1px solid #aaa;
}

.fact-table th.left {
	width: 33%;
}

.fact-table td {
	padding: 8px;
	border-bottom: 1px solid #999;
	font-size: 15px;
}

.inset-box {
	float: right;
	width: 135px;
	margin: 10px 10px 10px 10px;
	padding: 4px;
	background: url(/images/design/box_header.gif) no-repeat center top;
	background-color: #fff;
	text-align: center;
}

.inset-box h1 {
	font-family: verdana, arial, san-serif;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 17px 0;
}

.inset-box img {
	border: none;
	margin-bottom: 8px;
}

.inset-box p {
	font-family: arial, san-serif;
	font-size: 13px;
	color: #009;
	font-weight: bold;
}

.inset-box p a {
	text-decoration: none;
	color: #009;
	font-size: 14px;
}

.inset-box p a:hover {
	text-decoration: underline;
}

#footer {
	background: url(/images/design/footer.jpg);
	height: 80px;
}

#footer p {
	font-family: verdana, arial, san-serif;
	font-size: 11px;
	color: #ccc;
	margin: 0;
	padding: 27px 0 0 0;
}

#footer p a {
	color: #aaf;
}

#bottom-nav {
	font-family: verdana, arial, san-serif;
	font-size: 11px;
	color: #ccc;
	margin: 0;
	padding: 0;
}

#bottom-nav a {
	color: #fff;
	text-decoration: none;
}

#bottom-nav a:hover {
	text-decoration: underline;
}

