﻿#container {
	max-width: 100%;
	background: #fff;
	padding: 0;
	margin: auto;

}
#masthead {
	height: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#heading {

	overflow:auto;
	text-align: center;
	
}
#heading h1 {
	font-family: "Arial";
	margin-top: 30px;
	margin-bottom: 0;
	color: #538931;
	font-size: 22pt;
	text-align: center;
}
#heading h2 {
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 20px;
	color: #d15408;
	font-size: 16pt;
	text-align: center;
}
#logo {
	max-width: 185px;
	border-width: 0;
	margin: auto;
}
.hrow {
	max-width: 1000px;
	margin: auto;
}
.hcolumn {
    float: left;
}

.hleft {
    width: 26%;
}

.hright {
    width: 74%;
}
/* Clear floats after the columns */
.hrow:after {
    content: "";
    display: table;
    clear: both;
}
 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .hcolumn {
        width: 100%;
    }
}

#contentwrapper{
max-width: 1000px;
background: #fff;
margin: auto;
}

.innertube{
margin: 50px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#footer {
	max-width: 100%;
	border-top: 1px #538931 solid;
	margin: 0px;
	padding: .3em 1em;
	clear: both;

}
#footer p {	
	color: #487c1e;
	font-size: 0.8em;
	text-align: center;
}

a:link
{
	color: #00f;text-decoration:none  
}
a:visited
{
	color: #00f;text-decoration:none 
} 
a:active 
{
	color: #00f;text-decoration:none
}
a:hover      
{ 
	color: #00f;text-decoration:underline
}

body
{
	font-family: "arial";
	margin: 0;
	color: #333;
	font-size: 12pt;
}



h1 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #d15408;
	font-size: 24pt;
	text-align: left;
}

h2 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #487c1e;
	font-size: 20pt;
}

h3 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #487c1e;
	font-size: 18pt;
}

h4
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #487c1e;
	font-size: 14pt;
}

h5
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #487c1e;
	font-size: 12pt;
}

h6
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #487c1e;
	font-size: 8pt;
}



p {
	font-family: "arial";
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #333;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;

}
.list li
{
	color: #333;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	line-height: 25px;
}
.list2 li
{
	color: #333;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	list-style-type: decimal;
	line-height: 25px;
}
.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
	list-style-type: decimal;
}
.noborder {
	border-width: 0px;
}
/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */

 /* Navigation */ 
#rc_logo {
 left: 30px;
 padding: 15px;
 position: absolute;
 color: #fff;
 font-size: 16px;
 font-family: Arial;
 text-decoration: none;
}

#rc_logo a { 
color: inherit; 
text-decoration: none;
} 

.rc_nav {
  overflow: hidden;
  background-color: #538931;
  text-align: center;
  z-index: 6;
}

.rc_nav a {
	display: inline-block;
	margin-right: -4px; /* inline-block gap fix */;
	color: #fff;
	padding: 12px 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	z-index: 9;
}

.rc_nav a:hover {
  background-color: #487c1e;
  color: #fff;
}

.rc_nav .icon {
  display: none;
}



@media screen and (max-width: 820px) {
  .rc_nav a:not(:first-child) {display: none;}
  .rc_nav a.icon {
    float: right;
    display: block;
    width: 60px;
  }
}

@media screen and (max-width: 820px) {
  .rc_nav.responsive {position: relative; top: 73px;}
  .rc_nav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .rc_nav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }

}



/* End Navigation */