/* === Global styles ======= */

body {
	font-family: Tahoma, sans-serif;
	background: #99FF00 url(../images/base-bg.jpg);
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em; /*  1ex is top amd bottom, 1em is left and right  */
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}

tr, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* ==== outer table ====*/

#outerTable {
	margin: 0 auto;  /* 0= top&bottom  auto= center left and right  */
	width: 770px;  /* this is the total width of the table */
	background: #eaf6ef url(../images/Logo.gif) no-repeat;
}
	
/* ==== contact button === */

td#contactButton {
	height: 104px;  /* half the height of the Logo.gif */
}
	
#contactButton div { /* this is any div within the contactButton context */
	height: 30px;
	margin: 0 0 0 700px; /* 0 top,bottom,right and 650 left */
	padding: 0;
}

#contactButton img { /* this is any image within the contactButton context */
	margin: 0;
	border: none;
}

/* ==== Main Menu  ====*/

td#mainMenu {
	height: 104px;
	vertical-align: bottom; /* bottom part of logo.gif */
}

#mainMenu div{ /* positioning the menu buttons */
	height: 35px;  /* height of the tallest menu button */
	margin-left: 250px; /* how far to the right the menu items will start */
	padding: 0;
}

#mainMenu img {
	margin: 0 5px;  /* 0 top&bottom 5 left&right spacing between the images */
	border: none;
}
/* ======== Banners ========== */

td#Banner img{
	margin: 0 auto;
	width: 770px;
	border-style:solid;
	border-width:1px;
}




/* ====== main content  (left) ====*/

td#contentLeft {
	background-color: #ececec;  /* this is a white background (#fff) */
	width: 770px; /* width of the left cell  */
}

div#mainContent {
	padding: 0 15px; /* padding is on the left  */
	margin: 0 auto;
}

#mainContent p {
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: Verdana, sans-serf;
}

#mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #304828;
	margin: 0 0 .4em 0;  /* bottom margin is to separate heading from next line */
}

/* ====== Footer ======= */

p#footer {
	font-family: font-family: Georgia, serif;
	font-size: .75em;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #1b9d95;
	text-decoration: none;
}