body {
	margin: 0;
	padding: 0;
	font: normal 14px "Trebuchet MS","Lucida Grande",Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
}

h1{
	font-size: 20px;
	margin-top: 0;
	color: #993300;
	clear: both;
	background-color: white;
	border-top: 2px dotted gray;
}

h2 {
	font-size: 18px;
	color: #993300;
	background-color: white;
	margin-bottom: 2px;
	margin-top: 10px;
	font-style: italic;
	border-bottom: 2px solid #993300;
	clear: both;
}

h3 {
	font-size: 16px;
	color: #993300;
	background-color: white;
	margin-bottom: 2px;
	margin-top: 10px;
	clear: both;
/*	border-top: 1px dotted gray; */
}

img.left
{
	float:left;
	margin-right: 10px;
}

img.right
{
	float:right;
	margin-left: 10px;
}

div#main {
	width: 780px;
	background-image: url(images/mainbg.png);
	margin: 0 auto 0 auto;
}

div#tophead {
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 780px;
	height: 80px;
}

div#menubar {
	border-bottom: 1px solid black;
	padding: 5px 0 0 0;
	margin: 0 5px 0 5px;
	background-image: url(images/redbg.png);
}

#menubar ul {
	margin-left: 20px;
	padding-left: 0;
	display: inline;
}

#menubar ul li {
	margin: 0;
	padding: 0px 5px 0 5px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
	color: black;
	background-color:#fff;
}

#menubar ul li a, #menubar ul li a:visited
{
	text-decoration: none;
	color: Blue;
	background-color: white;
}

#menubar ul li a:hover {
	color: red;
	background-color: White;
}

#menubar ul li.here {
	border-bottom: 1px solid #fff;
	list-style: none;
	display: inline;
	background-color: white;
	color: Black;
	font-weight: bold;
}

div#maincont {
	border: 0px solid black;
	padding: 10px 0 0 0;
	margin: 0 5px 0 5px;
}

div#leftcol {
	width: 147px;
	border-top: 2px dotted Gray;
	border-left: 1px solid Black;
	color: Black;
	float: left;
	margin: 0;
	padding: 0;
	background-color: white;
}

div#content {
	width:615px;
	border-left: 2px dotted Gray;
	float: left;
	margin:0;
	padding:0 0 0 5px;
}

div.line
{
	width: 760px;
	margin: 0 auto 0 auto;
	border-top: 2px dotted Gray;
	clear: left;
}

div#bot {
	margin: 0;
	width: 780px;
	height: 80px;
	background: transparent url(images/botbg.png) no-repeat bottom;
	clear: left;
}