/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{ margin:0px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #28523F;
	line-height: 1em;
	color: #4A7241;
}
p {
	padding: 0 10px;
	line-height: 1.5em;
	font-size: 13px;
}
h2 {
	margin: 0;
	padding:10px 0;
	font-size: 14px;
	text-align: center;
	color:#404435;
	font-style:italic;
}
	
h3 {padding: 0 10px; font-size: 15px; text-align:center; color: #404435; background:  #A7A981;}
h4 {padding: 0 10px; font-size: 16px; font-style: italic;}

ul 	{padding: 0 5px;
	line-height: 1.5em;
	font-size: 13px;
	list-style:none;
	}
li {}

a:link {}

a:link, a:visited {color: #58864C;}
a:hover {background-color:  #87ad6b; color: #404435; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	Margin-top:15px;
	background-color:  #EEEDE9;
	text-align:left;
}

#bg {
	float:left;
	width: 740px;
	background: #EEEDE9;
}


#menu{background-color: #E2CDC0;}
#headerIndex {background: #EEEDE9 url(../Images/Banner-740x154.jpg) ; width:740px; height: 154px;   }


#centerCol {
	margin: 0px; 
	padding: 0px; 
	width: 740px; 
	background-color: #EEEDE9; 
	float: left; 
	text-align:left;
}


#Ccolumn {
	width: 540px;
	float: left;
}

#Rcolumn {
	width: 199px;
	float: right;
	border-left:1px solid #624619;
	text-align:left; 
}
	

/***********************************************/
/* Layout Classes                              */
/***********************************************/
.picture {
	margin: 10px 10px;
	padding: 10px 0;
}
.picture2 {margin-right: 10px;}
.footer {text-align: center; font-size:10px;}
.title { margin:0; padding: 10px 0px; font-weight:bold; color:#624619; font-size:14px; text-align:center;}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack 
html>body li {border-bottom: none;}*/
