@import url("main(ver2).css");
/* ==== global styles ==== */

body {
	font-family: "Trebuchet MS", sans-sarif;
	background: #669933;
	margin: 0px 0 0 0;
	padding: 0px;
	border: none;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
	}
	
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;
	width: 770px;
	background: url(../_images/home_banner_04.jpg)  no-repeat;
	border: 2px solid #333333;
}

#outerTable a:link,
#outerTable a:visited {
	text-decoration: none;
	color: #339900;
}

#outerTable a:hover {
	color: #b36b00;
}

/* ==== contact button ==== */

td#contactButton {
	height: 40px
}

#contactButton div {
	height: 45px;
	margin: 0 0 0 650px;
	padding: 0;
}

#contactButton img {
	margin: 0;
	border: none;
}

td#thankyouStar {
	padding: 25px 0 25px 400px;
}

/* ==== main menu ====*/

td#mainMenu {
	height: -50px;
	vertical-align: top;
}

#mainMenu div {
	height: 45px;
	margin-left: 0px;
	padding: 134px 0 0px 0;
}

#mainMenu img {
		height: 45px;
		margin: 0 0px;
		border: none;
}

td#lowerBanner {
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
}

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

td#contentLeft {
	background: #e0e0e0;
	width: 505px
}

div#mainContent {
	padding: 25px 15px 25px 25px;
	margin: 0;
}

#mainContent p {
	font-family: sans-serif;
	font-size: .8em;
	line-height: 1.4em ;
	margin-left: 0;
}


#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	margin: .2em 0 .4em 0 ;
}

#mainContent h2 {
	font-size: 1em;
	color: #000000;
	margin: 0 0 0 0 ;
}

#mainContent h3 {
	font-size: 1.25em;
	color: #000000;
	margin: 0 0 0 0 ;
}

#mainContent h4 {
	margin: 0 0 0 0em;
}

#mainContent ul {
	/* list-style-image: url(../_images/star_bullet.png); */
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	margin: 1em 0 1em -1.5em;
}
#mainContent a:hover {
	color: #b36b00;
}

#mainContent p.leftMenu {
	font-family: georga, serif;
	margin-bottom: 1.5ex;
}

#mainContent p.leftMenu a {
	color: #566440;
}

#mainContent p.leftMenu a:hover {
	color: #b36b00;
	border: none;
}

/* ==== sidebar (right column) ==== */

td#contentRight {
	background: #fff;
	border-left: 1px solid #999;
	padding: 0 1.5ex 1.5ex 1em;
}

#contentRight p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #666;
	margin: 0 1.5ex 2ex 0;
}

#contentRight h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #333333;
	margin: 3ex 0 .5ex 0;
}

#contentRight img {
	margin:20px 0px 20px 0px;
}


#contentRight ol {
	margin: .5em 0 1.5em 1em;
}

#contentRight li {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	color: #666;
	margin: .2em .5em;
}

div#sideBar {
	padding: 0;
	margin: 0 0px 0 0;
}

/* ==== footer ==== */

p#footer {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
	color: #fff;
	text-align: center;
	background: url(../_images/footer.png) no-repeat;
}

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

/* ==== mics ==== */


