﻿body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

#header 
{
    border-top: 2px solid #990033;
	border-bottom: 1px dotted #990033;
	height: 6em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #000099;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}

#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 7em;
	left: 1em;
	width: 10em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000099;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 12em;
	margin-right: 2em;
	margin-bottom: 1em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
h3  {
	font:  bold 110%;
	border: 1px solid #990033;						
	line-height:1.1;
	padding:1px 3px 2px 3px;
	background:#990033;
	clear: right;		 
	color:#fff ;
	text-align: center;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;

}
#centered
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	background-color: #ffffff;
	color: #626262;
	font-size: 70%;
}

.stamps
{
    border: silver thin solid;
    padding: 2px;
    margin: 2px;
}
td.caption
{ 
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    
}