/* - Basic Stylesheet */



/* - page control tags */


body{
	background:#b8d4c5; /*light green*/
	color:#666;
	/*font:12px/16px "Myriad Pro",Arial, Helvetica, sans-serif;*/
	font:14px/17px ff-meta-web-pro-1,ff-meta-web-pro-2,Arial, Helvetica, sans-serif;
	text-align:center;
}

/* - HTML control tags */

h1,h2,h3,h4{
	font-size:28px;
	padding-bottom:15px;
	color:#0c5233;
	letter-spacing:-0.1px;
}
h1{
	font-size:24px;
}
h3,h4{
	font-size:18px;
	padding-bottom:8px;
}
h4{
	font-weight:normal;
}
p,ul{
	padding-bottom:20px;
}
table{
	margin-bottom:20px;
	display:block;
}
p.intro{
	font-size:15px;
	line-height:18px;
	color:#0c5233;
}
ul{
	padding-left:14px;
}

a,a:visited{
	/*color:#537d87;
	color:#efab35;*/
	color:#537D87;
	text-decoration:none;
	font-weight:bold;
}
a:hover,
a:focus,
a:active{
	text-decoration:underline;
}
/* - Form base styles */


/* - Site wide styles */



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
	padding-left:5px;
}


