body, p, td, th, li, div, span, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 130%;
	color: #222222;
}

h1 { 
    font-size: 16px; 
	font-weight: bold; 
	margin-top: 7px;
	margin-bottom: 6px;
}

h2 { 
	font-size: 14px; 
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 3px;
}


h3 { 
	font-size: 13px; 
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 3px;
}

h4 { 
	font-size: 13px; 
	font-style: italic; 
	margin-top: 2px;
	margin-bottom: 2px;
}

li span {
  color: black; 
}

th {
  background-color: #ff9933;
  color: #ffffff;
}

table.main {
	width: 100%;
}

table.colorful tr  {
	background-color: #D8DCEB;
}

tr.summary {
	/* background-color: #889CC1; */
	font-style: italic;
	text-align: right;
}

tr.summary td {
	
}

tr.footer {
	background-color: #00287A;
}

li p {
  color: black; 
}

a:link {
  text-decoration: none;
  color: #00287A;
}

a:visited {
  text-decoration: none;
  color: #00287A;
}

a:hover {
  text-decoration: underline;
  color: #005386;
}

a:active {
  text-decoration: none;
  color: #00287A;
}

.toplink { 
	font-size: 9px; 
	color: #FFFFFF; 
	text-decoration: none
}

a.toplink {
 color: #FFFFFF;
}

a.toplink:link {
  text-decoration: none;
  color: #FFFFFF;
}

a.toplink:visited {
  text-decoration: none;
 color: #FFFFFF;
}

a.toplink:hover {
  text-decoration: underline;
 color: #FFFFFF;
}

a.toplink:active {
  text-decoration: none;
 color: #FFFFFF;
}

th a {
 	color: #ffffff;
}

th p {
	color: white;
}

p.headerTitle {
 font-size: 18px;
 font-family: Georgia, Times New Roman, Times, serif;
 font-weight: bold;
}

p.headerSubtitle {
 font-size: 16px;
 font-family: Georgia, Times New Roman, Times, serif;
}

div#footer {
  width: 100%;
  vertical-align: center;
  background-color: #cc6633;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.navbar {
	white-space: nowrap;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

ul.navbar {
	text-align: center;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 2px;
	height: 20px;
}

ul.navbar li {
	list-style: none;
	display: inline;
	vertical-align: middle;
	text-align: center;
	float: left;
}

a.navbar {
	font-size: 11px;
	background-color: #cc6633;
	color: #FFFFFF;
	padding: 4px 0.5em;
	text-decoration: none;
	border: 1px solid white;
	height: 35px;
}

a.navbar:link {
 	background-color: #cc6633;
 	text-decoration: none;
 	color: #FFFFFF;
}

a.navbar:visited {
 	background-color: #cc6633;
	text-decoration: none;
	color: #FFFFFF;
}

a.navbar:hover {
  	background-color:#660000;
	text-decoration: none;
 	color: #FFFFFF;
}

a.navbar:active {
  background-color: #cc6633;
	text-decoration: none;
 color: #FFFFFF;
}

.sitemap {
	line-height: 120%;
}

.sitemap li {
	margin-bottom: 6px;
}

div#breadcrumb {
	font-size: smaller;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #444444;
}

div#content {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 2px;
	margin-bottom: 16px;
}

p.example {
	color: #333333;
	font-size: smaller;
}

div.pullQuoteLeft {
	font-style: italic;
	font-weight: bold;
	line-height: 140%;
	float: left;
	width: 240px;
	background-color: #D8DCEB; 
	padding: 8px;
	margin: 4px;
}

.navlinks {
 	font-size: smaller;
	margin: 2px;
}

td.question {
	text-align: right;
	background-color: #D8DCEB; 
	font-weight: bold;
}

blockquote.graphic { 
	margin: 2px 10px 0px 15px; 
	font-style: italic; 
	color:#333; 
	padding: 5px 5px 5px 25px; 
	BORDER: #ddd 2px solid; 
	text-align: left; 
	background: url("/images/quote.gif") #f2f2f2 no-repeat; 
}

.error {
  margin: 8px;
  padding: 8px;
  border: 2px dotted red;
  background-color: beige;
  width: auto;
}

.success {
  margin: 8px;
  padding: 8px;
  border: 1px dotted limegreen;
  background-color: beige;
  width: auto;
}

div.help {
  z-index: 500;
  width: 300px;
  position: absolute;
  visibility: hidden;
  background-color: white;
  font-weight: normal;
  font-size: smaller;
  border: 2px solid gray;
  padding: 5px;
}