body, p, h1, h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}

body {
	 margin:9px 9px 0 9px;
    padding:0;
    background: White;
}


h1 {
	font-size: 16px;
	color: #006633;
	line-height: 25px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	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: #006633; /*#A15A56;*/ 
	color: White;
	padding: 2px opx;
}

td.menubar a {
	color: White;
	text-decoration: none;
	padding: 2px 2px;
}

td.menubar a:hover {
	color: Orange;
	text-decoration: underline;
	padding: 2px 2px;
}

p.leftbar {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: white;
	padding: 2px;
}

p.leftbar a {
	color: black;
	text-decoration: none;
	padding: 2px;
}

p.leftbar a:hover {
	color: Orange;
	text-decoration: underline;
	padding: 2px 2px;
}

#menubar {
}

#leftbar { float: left; width: 130; background-color: white; background-image: url(images/leftbar.jpg); background-repeat: inherit; }

#rightbar {
	float: right;
	width: 100;
	background-color: White;
	text-align: center;
}

#main {
	 margin-left: 130px;
	 margin-right: 110px;
	 padding-left: 16px;
	 padding-right: 16px;
}

#footer {
}

