body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #cccccc;
	background-image: url(images/bgtile.gif);
	background-repeat: repeat;
	}

/* Turns off unwanted gaps around images */
img {
	border: 0;
	}

img.keyline {
	border: 1px solid #000000;
	}

img.keylinefloat {
	border: 1px solid #000000;
	margin: 6px 0 6px 12px;
	float: right;
	}

.floater {
	margin: 6px 0 6px 12px;
	float: right;
	}

td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #000000;
	}

table.main {
	border: 2px solid #990000;
	border-top: none;
	}

td.container {
	background-image: url(images/navborder.gif);
	background-repeat: repeat-y;
	}

div.navcontainer {
	width: 202px;
	margin: 6px 0 0 0;
	}

div.subnavbox {
	width: 202px;
	margin: 0;
	background-color: #cccc99;
	}

div.navcontent {
	width: 202px;
	margin: 0 0 6px 0;
	border-top: 2px solid #990000;
	}

div.content {
	width: 516px;
	margin: 12px 0 6px 14px;
	}

td.navfootercell {
	border-top: 2px solid #006699;
	}

table.footerlocations {
	margin: 6px 0;
	}

div.callout {
	background-color: #cccc99;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	width: 202px;
	margin: 6px 0 6px 12px;
	float: right;
	}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #000000;
	margin: 3px 0 9px 0;
	}

p.pullquote {
	font-family: Georgia, "New York", "Minion Web", "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 150%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 12px 6px 0 6px;
	}

p.author {
	font-size: 12px;
	font-weight: bold;
	color: #99ccff;
	text-align: right;
	margin: 12px 12px 12px 6px;
	}

p.totop {
	font-size: 10px;
	line-height: 120%;
	text-align: right;
	padding: 6px 12px 0 0;
	margin-bottom: 6px;
	border-top: 1px solid #990000;
	}

p.totopalt {
	font-size: 10px;
	line-height: 120%;
	text-align: right;
	margin: 6px 0;
	}

p.caption {
	font-size: 10px;
	color: #333333;
	margin: 3px;
	}

p.footnote {
	font-size: 10px;
	color: #333333;
	}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	color: #990000;
	margin: 0 0 3px 0;
	}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 125%;
	font-weight: bold;
	color: #663300;
	margin: 15px 0 3px 0;
	}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	color: #333333;
	margin: 12px 0 3px 0;
	}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
	font-weight: bold;
	color: #000000;
	margin: 9px 0 0 0;
	}

/* For subsub nav */
h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
	color: #8a7a5c;
	text-align: right;
	margin: 9px 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #990000;
	}

/* For footer nav */
h6 {
	font-size: 10px;
	line-height: 100%;
	font-weight: bold;
	color: #8a7a5c;
	text-transform: uppercase;
	margin: 12px 3px;
	}

p+h1 {
	margin-top: 24px;
	}

h1+p {
	margin-top: 6px;
	}

h1+h2 {
	margin-top: 6px;
	}

h2+h3 {
	margin-top: 6px;
	}

h3+h4 {
	margin-top: 6px;
	}

h4+h1 {
	margin-top: 12px;
	}

blockquote {
	margin-top: 3px;
	margin-bottom: 15px;
	}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #000000;
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 15px;
	}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #000000;
	margin-top: 0;
	margin-bottom: 15px;
	}

li  {
	margin-top: 0;
	margin-bottom: 3px;
	}

dl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 12px;
	}

dt {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

dd {
	line-height: 135%;
	margin-top: 3px;
	margin-bottom: 3px;
	}

dd+dt {
	margin-top: 15px;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

u {
	text-decoration: underline;
	}

sup {
	line-height: 50%;
	}

sub {
	line-height: 50%;
	}

.headtopara {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}

.graytext {
	color: #333333;
	}

.whiteout {
	color: #ffffff;
	}

.inactivelink {
	color: #cccccc;
	}

a:link {
	color: #000099;
	text-decoration: none;
	}

a:visited {
	color: #990099;
	text-decoration: none;
	}

a:hover, a:active {
	color: #990000;
	text-decoration: underline;
	}

a.subsub:link, a.subsub:visited {
	color: #000099;
	text-decoration: none;
	border-top: 1px dotted #ffffff;
	}

a.subsub:hover, a.subsub:active {
	color: #990000;
	text-decoration: none;
	border-top: 1px dotted #990000;
	}

a.navmenu {
	display: block;
	width: 193px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 3px 6px 6px;
	}

a.navmenu:link, a.navmenu:visited {
	color: #99ccff;
	background-color: #006699;
	text-decoration: none;
	}

a.navmenu:hover, a.navmenu:active {
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
	}

span.navcurrent {
	display: block;
	width: 193px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 3px 6px 6px;
	color: #ffffff;
	background-color: #990000;
	}

a.navcurrent-on {
	display: block;
	width: 193px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 3px 6px 6px;
	}

a.navcurrent-on:link, a.navcurrent-on:visited {
	color: #ffffff;
	background-color: #990000;
	text-decoration: none;
	}

a.navcurrent-on:hover, a.navcurrent-on:active {
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
	}

a.subnav {
	display: block;
	width: 190px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 9px;
	}

a.subnav:link, a.subnav:visited {
	color: #003366;
	background-color: #cccc99;
	text-decoration: none;
	}

a.subnav:active, a.subnav:hover {
	color: #990000;
	background-color: #ffffcc;
	text-decoration: none;
	}

span.subnavcurrent {
	display: block;
	width: 190px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 9px;
	color: #990000;
	background-color: #cccc99;
	}

a.subnavcurrent-on {
	display: block;
	width: 190px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 9px;
	}

a.subnavcurrent-on:link, a.subnavcurrent-on:visited {
	color: #990000;
	background-color: #cccc99;
	text-decoration: none;
	}

a.subnavcurrent-on:active, a.subnavcurrent-on:hover {
	color: #990000;
	background-color: #ffffcc;
	text-decoration: none;
	}

a.footernav:link, a.footernav:visited {
	color: #006699;
	text-decoration: none;
	}

a.footernav:hover, a.footernav:active {
	color: #990000;
	text-decoration: underline;
	}

a.footernav-on:link, a.footernav-on:visited {
	color: #8a7a5c;
	text-decoration: none;
	}

a.footernav-on:hover, a.footernav-on:active {
	color: #990000;
	text-decoration: underline;
	}

a.citylink:link, a.citylink:visited {
	color: #000000;
	text-decoration: none;
	}

a.citylink:hover, a.citylink:active {
	color: #990000;
	text-decoration: underline;
	}

a.navbarlink:link, a.navbarlink:visited {
	color: #ccffff;
	text-decoration: none;
	}

a.navbarlink:hover, a.navbarlink:active {
	color: #990000;
	text-decoration: underline;
	}

a.aplomb:link, a.aplomb:visited {
	font-size: 10px;
	text-transform: uppercase;
	color: #715945;
	text-decoration: none;
	}

a.aplomb:hover, a.aplomb:active {
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
	}
