body {	color: #000;
	background-color: #eee;
	font-family: verdana, arial, sans-serif;
	margin: 0px; }

td {	font-family: verdana, arial, sans-serif; }

li	{ font-family: verdana, arial, sans-serif; }


a:link	{ color: #600;
	font-weight: bold; }
a:visited { color: #600;
	font-weight: bold; }
a:hover { color: #900; }

img     { border-width: 0px }

.subheading { font-size: 15pt;
	font-weight: bold;
	font-family: monospace;
	background-color: #333;
	padding-left: 10px;
	padding-right: 10px;
 }

.heading { font-size: 20pt;
	font-weight: bold;
	font-family: monospace;
	background-color: #39F;
	color: #000;
	padding-left: 10px;
	padding-right: 10px; }

.dot { border: solid 1px black;
	padding: 0px;
	border-spacing: 0px; }

.dot td { border: dotted 1px gray;
	margin: 0px;
	padding:3px;}




hr {	height: 2px;
	border: 0px;
	background-color: #369;
	color: #336699;
	padding: 0px; }


.top   { width: 100% !important;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #600;
	border-bottom: solid 1px black;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	color: #eee;  }

.topmenu { width: 100% !important;
	 border-bottom: solid 1px black;
	 background-color: #CCC;
	 text-align: center;
}

.menu { padding: 4px;
	margin: 6px;
	text-align:left;
	background-color: #fff;
	border: solid 1px #036; }

.menu:hover { background-color: #fff;
	border: dashed 1px #036; }

.side {	top: 50px; right:0px;
	background-color: #6699cc;
	width: 150px;
	padding-bottom: 100px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
      }


.bottom {
	clear: both;
	width: 100%;
	padding: 10px 0px 5px 0px;
	background-color: #600;
	text-align: center;
	border-top: solid 1px black;
	color: #ccc }

.bottom p { color: #ccc }

.bottom a { color: #ccc; font-weight: normal }
.bottom a:hover { color: #ccc; font-weight: normal } /* IE */
.bottom a:visited { color: #ccc; font-weight: normal } /* IE */

.location { margin: 10px 160px 10px 10px;
	padding-top: 0px;
	font-size: 200%;
	font-weight: bold;
	color: #369;
	text-align: center }

.content {
	text-align: justify;
	margin: 15px;
	padding: 0px 20px 20px 10px;
	background-color: white;
	border: solid 1px black; }

.content h1 {
	border-bottom: dashed 1px black;
	margin-top: 0px;
	font-size: 140%;
	color: #600 }

.content h2, .content-nh h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 120%;
	color: #600 }

/* content, no header */
.content-nh {
	text-align: justify;
	margin: 15px;
	padding: 20px;
	background-color: white;
	border: solid 1px black; }

