﻿#container {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;

}
#masthead {
	width: 100%;
	height: auto;
	margin:0 auto;
	padding: 0;
	overflow: auto;


}
#heading {

	overflow:auto;
	text-align: center;
	
}


#heading h1 {
	font-family: "Arial";
	margin-top: 40px;
	margin-bottom: 0;
	color: #333365;
	font-size: 32pt;
	text-align: center;

}
#heading h2 {
	font-family: "Arial Narrow";
	margin-top: 0;
	margin-bottom: 12px;
	color: #333365;
	font-size: 19pt;
	text-align: center;
	font-weight: lighter;
}

#masthead p {
	color: #333365;
	margin-top: 5px;
}

#logo {
	width: 40%;
	margin:20px auto;
}

#logo img {
	border-radius: 50%;
}
.hrow {
	max-width: 90%;
	margin: auto;
}
.hcolumn {
    float: left;
}

.hleft {
    width: 20%;

}
.hmiddle {
    width: 60%;

}
.hright {
    width: 20%;
}
/* 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: 1200px;
margin:0 auto;
}

.innertube{
margin: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#footer {
max-width: 100%;
	margin: 0px;
	padding: 1em 1em;
	clear: both;
	text-align: center;
	border-top: 2px #333365 solid;
}
#footer h5 {
	color: #333365;
	font-size: 1.0em;
	font-weight: bold;
}

#footer p {
	color: #333365;
	font-size: 0.8em;
	font-weight: bold;
}




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;
	background: rgba(97, 202, 50, 0.2);

}



h1 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #333365;
	font-size: 24pt;
	text-align: left;
}

h2 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #333365;
	font-size: 20pt;
}

h3 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #333365;
	font-size: 18pt;
}

h4
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #333365;
	font-size: 16pt;
}

h5
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #333365;
	font-size: 12pt;
}

h6
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #333365;
	font-size: 10pt;
}



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
}
.numberlist 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;
}

.locate {
	text-align: center;
}


.button {
  
  border: none;  
  padding: 20px 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  	-moz-border-radius:30px;
	border-radius:30px;
}


.learn {
	background-color: #333365;
	color: #fff;
}
.learn:hover {
	background-color: #008000;
	color: #fff;
}

/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
  
   /* NAVIGATION START */
   .rc_nav {
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  z-index: 6;
  border-bottom: 2px #999 solid;
}

.rc_nav a {
	display: inline-block;
	margin-right: -4px; /* inline-block gap fix */;
	color: #999;
	padding: 15px 20px;
	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: transparent;
  color: #1d1d1b;
}

.rc_nav .icon {
  display: none;
}


@media screen and (max-width: 900px) {
  .rc_nav a:not(:first-child) {display: none;}
  .rc_nav a.icon {
    float: right;
    display: block;
    width: 60px;
  }
}

@media screen and (max-width: 900px) {
  .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: left;
  }

}

     /* NAVIGATION END */

