/* red #BD0551 */



h1 {
	font-size: 1.7em;
	color: #BD0551;
	font-weight: bold;
	line-height:21px;
	padding-bottom: 4px;
}


h1.green{
	
	color: #4B6400;

	
}

.green{
	
	color: #4B6400;
	
}

.red{
	
	color: #BD0551;
	
}




h1.brown{
	
	color: #4B6400;
	
}

strong {
}


a {
	color:#4B6400;
}

h2 {
	font-size: 1.4em;
	color: #985B00;
	font-weight: bold;
	line-height:19px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3 {
	font-size: 1.7em;
	color: #BD0551;
	font-weight: bold;
	line-height:21px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-left:100px;
}

p {
	padding: 6px 0px 6px 0px;
	font-size: 1.2em;
	line-height:14px;
	color: #4B6400;
}


* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Helvetica, Geneva, sans-serif;
}


body {
	font: 62.5% Helvetica, sans-serif;
	/*background-color: #FCAA2E;*/
	background-color: #d8b9e5;
	
}


#container {
	width: 780px;
	margin: 0 auto;
	background-color: #ff795d;
}


#header {
	/*background: url(../images/header-new.jpg) no-repeat;*/
	background: url(../images/header-new-2016-v2.png) no-repeat;
	width:780px;
	height: 193px;
	float: left;
	}


#navigation {
	height: 137px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	
}

img {
	
	float: left;
}

#content {
	float: left;
	height: 30px;
	height:351px;
	position: relative;
	width: 780px;
	/*background-image: url(../images/mainbody.gif);*/
	background-image: url(../images/mainbody-new-2016-v2.png);
	
	
}

#footer{
	background-image: url(../images/address.gif);
	height: ;
	
	
}

.bodytext {
	width: 434px;
	height: 330px;
	position:absolute;
	top: 13px;
	left:79px;
	padding-right: 9px;
	overflow: auto;
	}


.bodyimages {
	position:absolute;
	top: 21px;
	width:180px;
	float:left;
	margin-left:530px;
	overflow: auto;
		height: 320px;


	
}


.bodyimages img {
	clear:left;
	margin-bottom: 16px;
}



