@charset /* Reset defaults (no need to edit)*/ "utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline}:focus{outline:0}ol,ul,li{list-style-type:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:400}
/* End Reset defaults (no need to edit above this line)*/

/*Import Custom Styles */

/**************************** Site Structure *****************************/

html {
	font-size: 100%;
}

@font-face {
	font-family: Trebuchet MS,Arial;
	src: url('fonts/GeosansLight.ttf');
}

@font-face {
	font-family: Trebuchet MS,Arial;
	font-weight: bold;
	src: url('fonts/GeosansLight.ttf');
}

body {	font-family: Trebuchet MS, Arial;
		font-size: .875em;
	    line-height: 1.6em;
		background: #00b84a;
		color: #25211e;
}
 
#container {
	font-size: 1.1em;
	
	width: 980px;
	padding: 0px 0;
	margin: auto;
	position: relative;
	clear: both;
	margin-top:10px;
}


#site_title {width: 980px; margin: auto; padding-top: 11px}

img {
	border-radius: 15px;
	padding: 3px;
	margin: auto;
}


/**************************** Text formatting *****************************/


.no_display {display: none;}

h1, h2, h3, h4 { font-family: Trebuchet MS, Arial} 

h1 {font-size: 2.3em;  padding: 1.2em 0; color: #25211e }

h2, h3 {margin: 15px 0; color: #25211e; font-weight: normal}

h2 {font-size: 1.2em}

h3 {font-size: 2em}

h4 {font-size: 1.2em; font-weight: 700}

#footer h3 {color: #25211e}


p {
	padding: 1em 0;
	font-size: 1.5em;
	text-align: justify;
}

small {
	font-family: Trebuchet MS, Arial;
	color: #25211e
	font-size: 1.2em;
}

strong {font-weight: bold;}

em {font-style: italic;}

a {color: #25211e; text-decoration: none}
a:hover {color:#f7ad28;}