/*html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
h1 img {
	display: block;
}*/
img {
	border: 0;
}
a {
	color: #7da741;
	font-weight: bold;
	/*border-bottom:1px dotted #333333;*/
}
a:hover {
	color: #60632e;
	/*border-bottom:1px solid #ffa405;*/
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background-image: url(images/bground.jpg);
	background-repeat: repeat-x;
	
}

/*///////PAGE HEADER /////////*/

.welcome{
	background-image: url(template/images/welcome.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font: 28px tahoma;
	color: #7da841;
	padding-left: 35px;
	padding-top: 12px;
	
	vertical-align: top;
	background-repeat: no-repeat;
	}
	
.welcomeText{
    background-image: url(template/images/headerText.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font: 15px tahoma;
	color: #60632e;
	padding-left: 35px;
	padding-top: 12px;
	vertical-align: top;
	background-repeat: no-repeat;

}	



/*//////MAIN TEXT///////*/

.main {
	text-align: left;
	font: 12px arial, sans-serif;
	color: #60632e;
	background-image: url(template/images/mainBackground.jpg);
	padding-left: 20px;
	padding-top: 12px;
	padding-right: 20px;
	vertical-align: top;
	background-repeat: no-repeat;	
	}
	.main ul {
	
	list-style-image: url(images/tick.png);
}
	.main ol {
	list-style-type: decimal;
}


.main h1 {
	color: #7da841;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 6px;
}
.main h2 {
	color: #60632e;
	font: 14px Tahoma;
	margin-bottom: 10px;
	font-weight: bold;
}
.main h3 {
	color: #7da841;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 12px;
}
.main h4 {
	color: #135393;
	margin-bottom: -15px;
	font-family: Tahoma;
	font-size: 13px;
	margin-top: 5px;
	}

.leftcollumn{
  float: left;
  width: 597px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  background-color:#f1edc2;
}

.rightcollumn{
    float: right;
	width: 216px;
	padding: 5px 5px 5px 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	background-color:#f1edc2;
}
blockquote {
	width: 568px;
	margin: 5px 5px 5px 5px ;
	padding: 10px 10px 10px 10px;
	/*background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important;*/
    font-weight: normal;
	background-color: #f1edc2;

}


/*////////FOOTER/////////*/



.mainfooter {
	text-align: left;
	font: 12px arial, sans-serif;
	color: #60632e;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	padding-left: 35px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C8CB8F;
}



.footer {
	text-align: center;
	font: 10px arial, sans-serif;
	color: #60632e;
	padding-bottom: 14px;
	padding-top: 5px;
	
}




