﻿body {
    background-color: #999;
    margin: 0;
    padding: 0;
}

#content {
    width: 650px;
	margin: 0 auto 0 auto;
	border: 1px solid #000166;
}

#masthead {
    width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0;
	padding: 0;
 	background-color: #36638e;
}

#masthead ol {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#masthead ol a {text-decoration: none;}
#masthead ol a:link {color: white;}
#masthead ol a:visited {color: white;}
#masthead ol a:hover {color: blue;}
#masthead ol a:active {color: white;}

#masthead li {
    display: inline;	
	list-style: none;
	margin-right: 0.5em;
	padding-right: 0.75em;
	font-size: small; 
	font-style: normal;
}

#masthead li.first {padding-left: 4.2em;}
#masthead li.here {color: gray;}
#masthead li.last {border-right-color:#a2d2d2;}
#masthead li.mastheadAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#main {
	width: 650px;
	margin: 0 auto 0 auto;
	background-color: white;
}

.vcard a {text-decoration: none;}
.fn {display: none;}
.org {display: none;}

#hcard .badgeRight {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #cdeaeb;
    border: 1px solid #000166;
    text-decoration: none;
}

#hcard .badgeLeft {
    font-family: Geneva, Verdana, sans-serif;
    font-size: 9px;
	background-color: #a2d2d2;
	color: #000166;
	margin: 0 0.1em;
}

#hcard a:link {color: #000166;}
#hcard a:visited {color: #000166;}
#hcard a:hover {color: blue;}
#hcard a:active {color: #000166;}

#hcardNotice {
    clear: both;
    margin: 0 2em;
    text-align: center;
}

.footnoteLarger {
    margin-left: 0.25em;
    font-family: Ariel, Helvetica, san-serif;	
    font-size: 12px;
    font-style:normal;
    font-weight:normal;
	color: gray;
}

.footnote {
    font-family: Ariel, Helvetica, san-serif;	
    font-size: 10px;
    font-style:normal;
    font-weight:normal;
	color: #333;
}

.footnote a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 1em;
}

.footnote a:link {color: #333;}
.footnote a:visited {color: #333;}
.footnote a:hover {color: blue;}
.footnote a:active {color: #333;}

.italic {
    font-style: italic;
    font-weight: bold;
}

#footer {
    font-family: Ariel, Helvetica, san-serif;	
    font-size: 10px;
    font-style:normal;
    font-weight:normal;
    text-align: center;
    color:#000166;
    padding-top: .2em;
    padding-bottom: .3em;
    background-color: #8aa5b6; /*#abbacc;*/ 
}

#footer a:link {color: #333;}
#footer a:visited {color: #333;}
#footer a:hover {color: blue;}
#footer a:active {color: #333;}

