body {
	margin:10px 10px 0px 10px;
	padding:0px;
  background-color: #5DC8CD;
}

img {
	border-style: none;
}

hr {
	color: silver;
	height: 1px;
	border-style: none;
	border-top: 1px solid #888;
}

div.indent {}
div.indent p { text-indent: 1cm; }
p.indent { text-indent: 1cm; }


#main {
	border:1px solid #000; 
	background:#fff;
}
#tableset {
	margin-left: 20px;
	margin-right: 20px;
	border-spacing: 10px;
	table-layout: left;
}
#menu {
	vertical-align: top;
	padding: 0px;
	border:1px solid #888; 
	/*border-left:1px solid #000; 
	border-bottom:1px solid #000;
	float:right;*/
	width: 200px;
	background:#eee;
	margin: 10px 20px 10px 10px;
}
#menu p, #menu h3 {
	margin: 10px auto 10px auto;
	color: #BA1Boe;
	text-align: center;
}
#menu p {
	font-size: 16px;
	font-weight: bold;
}
#p-p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:#BA1B0E;
}	
#menu a {
	text-decoration: none;
}
#menu a:link, #menu a:active {
	color: #204060;
}
#menu a:hover {
  	color: #204060;
}
#menu a:visited {
	color: #204060;
}
.content {
	font-size: 1.0em;
	vertical-align: top;
	padding-left: 15px;
	
	
}
#footer {
	padding-top: 10px;
	margin-bottom: 10px;
	background: #fff;
/*	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-right:1px solid #000;*/
}
#footer p {
	font-size: 0.8em;
	text-align: center;
}

#banner {}
#banner h2 {
	padding-top: 10px;
}
#banner h1 {
	font-style: italic;
}
		
p,h1,h3,h4,li,td {
	font-family: sans-serif;
}

h2 {
	margin:0px 30px 10px 30px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
h1 {
	margin:0px 30px 10px 30px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #204060;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: black;
}
p,li,td {
	font-size: 1.0em;
}
a:link,a:hover,a:active {
	color: #204060;
}
#rcol {
	vertical-align: top;
	float:right;
	width: 200px;
}
.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
 td.nav {
 		vertical-align: top;
		text-align: left;
		padding-right: 10px;
		padding-top: 15px;