﻿#container {
	max-width: 100%;
	background: transparent;
	padding: 0;
	margin: 0 auto;
}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	border-bottom: 2px #0c1560 solid;


}
#heading {

	overflow:auto;
	text-align: center;
	
}
#logo {
	width:250px;
	margin: 0px auto;
	padding-bottom: 0px;
}

#contact {
	max-width: 200px;
	border-width: 0;
	margin:50px auto 0px auto;

}
#contact p {
	font-family: "Arial";
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #0c1560;
	line-height: 32px;
	text-align: center;
}


#contact a:link
{
	color: #0c1560;
	text-decoration: none;
}
#contact a:visited
{
	color: #0c1560;text-decoration:none 
} 
#contact a:active 
{
	color: #0c1560;text-decoration:none
}
#contact a:hover      
{ 
	color: #0c1560;text-decoration:underline
}


#socialwrapper {
	max-width: 100%;
}
#social {
	max-width:50px;
	margin: 10px auto;	
}
.icon {
	max-width: 32px;
	float: left;
	padding: 5px;
	border-width: 0px;
	margin-bottom: 20px;
	
}
.hrow {
	max-width: 80%;
	margin: auto;
}
.hcolumn {
    float: left;
}

.hleft {
    width: 50%;

}
.hright {
    width: 50%;
}
/* 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: 960px) {
    .hcolumn {
        width: 100%;
    }
}
#contentwrapper{
	max-width: 100%;
	background: #fff;
	margin: auto;
}
#maincontent {
	max-width: 1200px;
	margin: 0 auto;
	}

.innertube{
margin: 10px; /*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 #0c1560 solid;

}

#footer h4
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #0c1560;
	font-size: 18pt;
	line-height: 48px;
}


#footer h6
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #0c1560;
	font-size: 14pt;
}




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

h2 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #0c1560;
	font-size: 22pt;
}

h3 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #0c1560;
	font-size: 20pt;
}

h4
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #0c1560;
	font-size: 18pt;
}

h5
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #030305;
	font-size: 16pt;
}

h6
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #0c1560;
	font-size: 14pt;
}

body
{
	font-family: "Arial";
	margin: 0;
	color: #030305;
	font-size: 18pt;
}


p {
	font-family: "Arial";
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #030305;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;

}

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
}


.list li
{
	list-style: disc;
	color: #030305;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Arial";
	line-height: 32px;
}
.numberlist li
{
	list-style: decimal;
	color: #030305;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Arial";
	line-height: 32px;
}
.lowerlist li
{
	list-style: lower-roman;
	color: #030305;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Arial";
	line-height: 32px;
}

.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
}
/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }

