@charset "utf-8";
/* CSS Document */

body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000; 
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	color: #094A20;	
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 90%;  }

#header ,
#nav ,
.news-ticker ,
.breadcrumb ,
.addthis_toolbox ,
#sidebar-right ,
.wp-pagenavi ,
#footer {
	display:none;
	
}

#page-wrapper {
    background: none;
    margin: 0;
    width: 100%;
}
#page {
    margin:0;
}
#page .container {
    background: none;
}
.container {
    margin: 0;
    width: 100%;
}
#page .container-2 {
    background: none;
    height: 100%;
    min-height:1px;
}
#main {
    background: none;
    float: none;
    width: 100%;
}
.inner {
    padding: 0;
}

.printme{
    display: none;
}