﻿body{
	padding:0;
	margin:0;
	border:0;
	background-color:#41AAD7;
}

#warpper{
	padding:0;
	margin:0 auto;
	width:900px;
	height:auto;
}

#navMenu{
	margin:0;
	padding:0;
	text-align:center;
	width:900px;
	height:29px;
	overflow:visible;
	font-size:large;
	position:relative;
}

#logoContainer{
	margin:0;
	padding:0;
	border:0;
	position:relative;
	top:10px;
	left:50px;
	width:850px;
}

#banner{
	padding:0;
	margin:0;
	width:900px;
	height:150px;
	background-image:url('../images/background_banner.png');
	background-repeat:no-repeat;
	background-position:center;
}

#mainContent{
	padding:0;
	margin:0;
	width:900px;
	height:auto;
	background-color:#ffffee;
}

#footer{
	padding:0;
	margin:0;
	width:900px;
	height:25px;
	text-align:center;
	background-color:green;
}

h1{
	text-align:center;
}

a.footerLink:link{
	color:white;
	font-size:14px;
	text-decoration:none;
}
a.footerLink:visited{
	color:white;
	font-size:14px;
	text-decoration:none;
}

a.footerLink:active{
	color:white;
	font-size:14px;
	text-decoration:none;
}

a.footerLink:focus{
	color:white;
	font-size:14px;
	text-decoration:none;
}

a.footerLink:hover{
	color:white;
	font-size:16px;
	text-decoration:underline;
}

.auto-style1 {
	font-size: large;
	font-weight:bold;
}
.auto-style2 {
	margin-left: 25px;
}
.auto-style4 {
	text-decoration: underline;
}
.information-style{
	font-size: 1.2em;
	text-decoration: non;
	margin-left: 25px;
	margin-right: 25px;
	
}
