@import "_footer.css";
@import "_menu.css";


body {
	margin: 0px;
	background: white;
}

table {
	min-width: 800px;	/* 770px */
	width: 100%;
}
td {
	padding: 0px;
	vertical-align: top;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}

 

#topNav {
	background-image: url(../../images/home/bg_top.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 30px;
} 
#topNav a {
	padding: 0px;
}
#topNav img {
	padding: 0px;
	display: block;
	float: left;
}

#homeLogoBanner {
	background-color: white;
	height: 87px;
}


#content td {
	background-color: #EFE5C1;
	background-repeat: no-repeat;
	padding: 0px;
}


 
/**************************************************************
	Middle Content area
***************************************************************/
#contentTbl {
	width: 100%;
	background-color: #EFE5C1;
	/*
	background-image: url(../../images/global/spacer_yellow.gif);
	border: 1px solid red;
	*/
}
#contentTbl #imgBanner {
	background-image: url(../../images/home/bg_mid1.jpg);
 	background-repeat: no-repeat;
	padding: 0px;
}
#contentTbl #imgBanner img {
	display: block ;
	padding: 0px;
	margin: 0px;
}
#contentTbl table#mainTbl {
	width: 800px;	/*770px*/
	background-image: url(../../images/home/bg_mid.jpg);	
	background-position: 0 0;	
	background-repeat: no-repeat;	 

}
#contentTbl #mainRow {

}
#contentTbl td#leftCol {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;	
	width: 403px;
}
#leftCol .content {
	line-height: 1.8em;	
	padding: 15px 75px 35px 35px;
}

#leftCol .header {
	color: #124D3B;	
	font-size: 15px;
	font-weight: bold;	
	line-height: 1.6em;	
}

#contentTbl td#rightCol {
	width: 397px; /* 367px; */
	color: #124D3B;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	text-align: left;
}
#rightCol .content {
	line-height: 1.8em;	
	margin: 37px 45px 22px 22px; 
	padding: 2px 15px;
	border: 1px solid #C5960A;
	border-width: 0px 1px;
}
#rightCol a {
	color:  #124D3B;
}
#rightCol a:hover {
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	padding-bottom: 1em;
	padding-left:0;
	margin:0;
}

/**************************************************************
	END OF MIDDLE CONTENT AREA
***************************************************************/
*.text-indent {text-indent:40px}