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

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

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

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

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

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

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

h1{text-align:center;}h3{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;
	
}
