﻿/* CSS layout */
#container {
	max-width: 100%;
	background: #fff;
	padding: 0;
	margin: 0 auto;
}
#masthead {
	height: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
	background: url(images/background.jpg) no-repeat center;
  	background-size: cover;
  	border-bottom: 1px #fff solid;

}
#heading h1 {
	font-family: "Arial";
	margin-top: 25px;
	margin-bottom: 0;
	color: #fff;
	font-size: 40pt;
	text-align: center;

}
#heading h2 {
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 25px;
	color: #fff;
	font-size: 19pt;
	text-align: center;

}

#contentwrapper{
max-width: 1200px;
background: #fff;
margin: auto;
}

.innertube{
margin: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}



#footer {
max-width: 100%;
background-color: #66f;
	margin: 0px;
	padding: 1em 1em;
	clear: both;
	text-align: center;
}
#footer p {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}


a:link
{
	color: #0000FF;text-decoration:none  
}
a:visited
{
	color: #0000FF;text-decoration:none 
} 
a:active 
{
	color: #0000FF;text-decoration:none
}
a:hover      
{ 
	color: #0000FF;text-decoration:underline
}
body
{
	font-family: Arial;
	margin: 0;
	color: #fff;
	font-size: 14pt;
	background-color:#66f;
}
h1 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #605e5e;
	font-size: 24pt;
	text-align: center;
}

h2 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #605e5e;
	font-size: 20pt;
}

h3 
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #605e5e;
	font-size: 18pt;
}

h4
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #605e5e;
	font-size: 16pt;
}

h5
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #605e5e;
	font-size: 14pt;
}

h6
{
	font-family: "Arial";
	margin-top: 0;
	margin-bottom: 0;
	color: #605e5e;
	font-size: 12pt;
}



p {
	font-family: "arial";
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: #605e5e;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;

}
.list li
{
	color: #605e5e;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	line-height: 25px;
}
.numberlist li
{
	color: #605e5e;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	list-style-type: decimal;
	line-height: 25px;
}

.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
}
.noborder {
	border-width: none;	
}

/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end *


