body, p, h1, h2 {
	font-family: Comic Sans Ms, Forte, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}

body {
	 margin:9px 9px 0 9px;
    padding:0;
    background:white;
}


h1 {
	font-size: 18px;
	color: Blue;
	line-height: 25px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: Black;
	line-height: 18px;
	font-weight: bold;
}

td.menubar {
	width: 100%;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	background-color: Red;
	color: White;
	padding: 2px opx;
}

td.menubar a {
	color: White;
	text-decoration: none;
	padding: 2px 2px;
}

td.menubar a:hover {
	color: Black;
	text-decoration: underline;
	padding: 2px 2px;
}

p.leftbar {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	background-color:006633;
	background-image: url('images/leftbar.jpg');
	color: yellowrgb(255,255,128);
	padding: 2px
}

p.leftbar a {
	color: White;
	text-decoration: none;
	padding: 2px 2px;
}

p.leftbar a:hover {
	color: black;
	text-decoration: none;
	padding: 2px 2px;
}

#menubar {
}

#leftbar {
	float: left;
	width: 130;
	background-color: Red;
	
}
#leftbar a:hover {
	float: left;
	width: 130;
	background-color: rgb(255,255,128);
}
#rightbar {
	float: right;
	width: 100;
	background-color: white;
	text-align: center;
}

#main { background-repeat: no-repeat; background-attachment: scroll; margin-left: 130px; margin-right: 110px; padding-left: 16px; padding-right: 16px; }

#footer {
}
