#body {
	margin: 3px;
	}

.center {
	text-align: center;
	}

#logo {
	float: left;
	left:: 0;
	padding: 0;
	}

#logo img {
	border: 0;
	margin: 0;
	}

#header {
	height: 4em;
	width; 100%;
	background: white;
	border-bottom: solid 2px #0033ff;
	}

#header h1 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 3em;
	}

#menu {
	position: absolute;
	right: 2px;
	width: 120px;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid blue;
	display: none;
	}

#menu ul {
	}

#menu a {
	display: block;
	border-bottom: 1px blue solid;
	border-left: 1px blue solid;
	border-right: 1px blue solid;
	padding: 5px;
	white-space: nowrap;
	}

#menu a:hover {
	color: white;
	background: blue;
	}

#menu a, 
#menu a:hover,
#menu a:visited {
	text-decoration: none;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


#main {
	text-align: center;
	margin-left: 125px;
	}

#main h1 {
	color: #0033ff;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
	}

h2 {
	color: #0033ff;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	}

h3 {
	color: #0033ff;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	font-style: normal;
	}

h3 a {
	color: #0033ff;
	text-decoration: none;
		}

.imggroup {
	}

.imggroup h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	}

.imggroup  p {
	padding-top: 0;
	margin-top: 0;
	}

.imggroup p img  {
	}
.imggroup h3 a small {
	color: black;
	font-size: 0.6em;
	text-decoration: underline;
	}

#footer {
	text-align: center;
	clear: both;
	border-top: 1px solid blue;
	padding-top: 10px;
	}

#footer span {
	border-left: 1px solid black;
	}

#footer a {
	border-right: 1px solid black;
	padding: 0 8px 0 8px;
	}

.note {
	color: red;
	text-align: center;
	text-decoration: italic;
	font-weight: bold;
	}
