/*
	Page layout template
	We want a header then a horizontal bar, then two columns below, then footer
*/

/*body {
	font-family: Arial, Helvetica, sans-serif ;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}


div#leftCol {
	float: right ;
	width: 50% ;
	color: #000 ;
	background-color: #fff ;
}
div#rightCol {
	float: right ;
	width: 50% ;
	color: #000 ;
	background-color: #fff ;
}
@media only screen and (max-width: 629px) {
	div#leftCol {
		float: none ;
		width: 100% ;
	}
	div#rightCol {
		float: none ;
		width: 100% ;
	}
}
div#leftColText, div#rightColText {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#mainPage {
	color: inherit ;
	background-color: #fff ;
}


div#enhHeader {
	color: #000 ;
	background-color: #fff ;
}

div#enhFooter {
	clear: both ;
	color: #000 ;
	background-color: #fff ;
}

*/
body, html{
    padding:0;
    margin:0;
}

.header, #footer, .content{
    background:white;
}

.header, #footer{
    width:900px;
    margin-left:auto;
    margin-right:auto;
}

.content{
    width:800px;
    margin-left:auto;
    margin-right:auto;


	padding-top:35px;
}

#contactform{
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	width:800px;
	background:#bdddf5;
}

p, li {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #808080;
	text-align:justify;
	font-size:large;
	}

.feedbackform {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #808080;
	text-align:justify;
	font-size:large;
	}


li {
	list-style:circle;
}

h1 {
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #000099;
	font-weight: bold;
	font-size:42px;
	margin-bottom:-15px;

	}

h2 {
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #000099;
	font-weight: bold;
	font-size:x-large;
	margin-top: 50px;
	}
	
h3 {
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #000099;
	font-weight: bold;
	font-size:large;
	}

a {
    display: inline-block;
    color: #808080;
/*    text-decoration: none;*/
}

/*Change the link color to #111 (black) on hover */
a:hover {
   color: #000099;
}

