/* =========================================================== */
/* =============== Main page layouts and tags ================ */
/* =========================================================== */

body
{
	color: #4b4230;
	background: #C4B043;
	background-image: url(../Leaflet_2009/gradient.JPG);
	background-repeat: repeat-x;
	background-position: top center;
}

.divBackGround
{
	background-image: url(../Leaflet_2009/background.JPG);
	background-repeat: no-repeat;
	background-position: top center;
	height: 827px;
}

/* ============================================= */
/* ============== Horizontal Menu ============== */
/* ============================================= */

.menu_hor
{
	height: 28px;
	float: left;
	font-size: 16px;
	font-weight: 600;
	font-family: Arial;
	margin: 0px 0px 0px 4px;
}

.menu_hor a
{
	color: White;
	text-decoration: none;
}

.menu_hor a:link, .lhs a:visited, .lhs a:active
{
	color: White;
}

.menu_hor a:hover
{
	color: #C4B043;
}

/* ============================================= */
/* ============== Page text body  ============== */
/* ============================================= */

.txtBody
{
	background-color: White;
	font-size: 12px;
	font-weight: 600;
	font-family: Arial;
	color: Black;
	width: 600px;
	height: 590px;
	vertical-align: top;
	padding:  5px  10px 5px 10px;
}
h1
{
	font-size: 30px;
	color: #C4B043;
}

h2
{
	font-size: 25px;
	color: #C4B043;
}

h2 a {
	color: #C4B043;
}
 
h2 a:link, .lhs a:visited, .lhs a:active {
	color: #C4B043;
}

h2 a:hover {
	color: red;
}


h5
{
	font-size: 18px;
	color: #4b4230;
}
/* ============================================= */
.bodytable table {
   border:0;
   vertical-align:top;
   width:100%;
 }
.bodytable td {
   	vertical-align:top;
 }
.bodytable img {
	border: 0;
 }
/* ============================================= */
.bodytableSmall table {
   border:0;
   vertical-align:top;
   width:100%;
 }   
.bodytableSmall td {
   	vertical-align:top;
 }
.bodytableSmall img {
	padding-top:20px;
	height: 100px;
	width: 100px;
	border: 0;
 }