html {
	margin: 0;
	padding: 0;
	height: 100%
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #D6E0E9;
	text-align: justify;
}
td {
	text-align:left;
	font-size: 90%;
	padding-right: 10px;
}
h1, h2 {
	color: #000066;
	text-align: center;
}
h3 {
	color: #000066;
	text-align: left;
}
#main { 
	margin: 0;
}
#nav  {
	margin-bottom: 10px;
	font-family: times, serif;
	font-size: 12pt;
	line-height: 120%; 
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
	width: 13em;
	position: absolute;
}
#nav ul {
	list-style:none;
	margin: 0 1em;
	padding: 0;
}
#nav li {
	list-style-type: none;
	color: blue;
	font-size: 12pt;
	text-align: left;
}
#nav a {
	display: block;
	font-family: times,serif;
	background-color: #D6E0E9;
	padding-left: 5px;
	list-style-type: none;
	border: 1px solid #FFFFFF;
	text-decoration: none;
} 
#nav a:link, #nav a:visited  {
	color: #233654;
}
#nav a:active  {
	color: #FFFFFF;
}
#nav a:hover {
	border: 1px solid #FFFFFF;
	background-color: #233654;
	color: #D6E0E9;
}
#content {
	clear: right;
	position: relative;
	margin-left: 13em;
	padding: 0 2em;
	min-height: 400px;
	background-color: #FFFFFF;
	border-top: 2px solid #7398B7;	
	border-left: 2px solid #7398B7;	
	border-bottom: 2px solid #7398B7;			 
}
#title {
	margin-left: -1em;
	padding-left: 2em;
	padding-right: 3%;
	background-color: #D6E0E9;
}
#title h1{
	margin-bottom: 0;
	font-stretch: expanded;
	font-style: oblique;
	color: #1B293F;
	float: right;
}
#title h3{
	clear: right;
	float: right;
	font-style: oblique;
}
#title hr{
	clear:right;
} 

#footer {
	clear: both;
	margin-top: 10px;
	padding: 12px 40px 12px 40px;
	background:  #D6E0E9;
}
#footer p {
	margin-left: 24em;
	margin-top: 0;
	margin-bottom: 0; 
	font-size: 0.6em;
	color: #333333;
}

#footer a {
	text-decoration: underline;
	color: #000066;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
ul.catalog li{
	list-style: none;
	margin: 5px; 	
	text-align: left;
}
ul.catalog li a{
	color: #385B88;
	font-weight: bold;
}
.searchbox {
	clear: both;
	padding: 0 10px 5px 10px;
	border: solid 1px #233654;
	font-size: 75%;
	width: 600px;
}
.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #A60000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 4px outset #385B88;
	margin: 10px;
}

img.logo {
	margin: 1em 2em;
	border: none; 
}
ol.code li{
	margin-left: 2em; 
}
.members {
	list-style-type: none;
	margin-left: 1em;
}
div.center {
	text-align: center;
	margin-left: 14em:
}
table.members {
	width: 90%;
	margin: 1em;
	text-align: left;
	font-size: 100%;	
}
table.members tr{
	vertical-align:top;
	white-space: nowrap;
}
.title {
	font-size: 80%;
	padding-left: 1em;
	white-space: nowrap;
}
li {
	text-align: left;
}
