html {
     border: 0px;
}

body {
     font-family: Verdana, Helvetica, Arial, Sans-Serif;
     background-color: white;
     color: black;
     border: 0px;
     margin: 0px;
     padding: 0px;
}

div.topbar {
	width: 800px;
	text-align: left;
	background-color: #09b2e3;
	color: white; 
	border: 0px;
}

table, tr, td {
     border: 0px;
     border-spacing: 0px;
     margin: 0px;
     padding: 0px;
}

td.sidemenu {
	/*
	float: left;
	overflow: hidden;
	height: 100%;
	*/
	width: 160px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 80%;
	background-color: #fffbc6;
	color: black; 
}

.sidemenu a {
	color: #09b2e3;
	text-decoration: none;
}

div.content {
	float: left;
	width: 615px;
	border: none;
	padding: 5px 0px 0px 5px;
}

div.cimage {
	float: right;
}


.menu a   { color: white; }
/*
a:link 						{ text-decoration:none; }
a:visited 					{ text-decoration:none; }
a:hover						{ color: #003366; text-decoration:underline; }
*/

div.o1 {
}

div.o2 {
  font-weight: none;
  padding: 5px;
  font-size: 95%;
}

div.o3 {
  padding: 5px;
  font-size: 90%;
}


h1 {
	width: 100%;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	background-color: #1eaee1;
	color: white; 
	padding: 2px;
	border: none;
}

h1.blue {
	color: black; 
	background-color: lightblue;
}

h2 {
	width: 100%;
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	background-color: #6e3c22;
	color: white; 
	padding: 2px;
	border: none;
}

h3 {
	width: 100%;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	background-color: #6e3c22;
	color: white; 
	padding: 2px;
	border: none;
}


p.small { 
	text-indent: 1em; 
	text-align: justify; 
	font-size: 90%;
}

