@charset "UTF-8";
/* CSS Document */


body {
	font-family:arial;
	}
	

h1 {
	font-size:20px;
	font-style:bold;
	color:#000066;
	}
	
h2 {
	font-size:16px;
	font-style:normal;
	color:#000066;
	}
	
h3 {
	font-size:11px;
	color:2745;
	}
	
h4 {
	font-size:13px;
	}
	
h5 {
	}

p {
	font-size:10px;
	}

.header{
	height:auto;
	width:600px;
	}
	
.logo{
	height:220px;
	width:800px;
	background-image:url(images/Logo_03.png);
	}
		
.container{
	height:600px;
	width:800px;
	border:medium;
	border-color:#000099;
	border-style:solid;
	border-width:1px;
	margin:auto;
	}
	
.nav{
	height:25px;
	width:auto;
	background-color:#82ACD0;
	font-size:12px;
	font-style:normal;
	padding:5px 0 0 20px;
	}
	
.content{
	height:auto;
	width:500px;
	padding:10px 20px 20px 20px;
	border-color:#000099;
	border-style:solid;
	border-width:1px;
	margin:25px;
	float:left;
	}

a:link, a:visited {
	color:#000000;
	font-weight:500;
	text-decoration:underline;
	}
	
	
.haveyoursay{
	height:auto;
	width:175px;
	padding:0 10px 0 10px;
	border-color:#000099;
	border-style:solid;
	border-width:1px;
	margin:25px 0 250px 590px;
	}
	
.copyright{
	width:800px;
	height:auto;
	font-size:8px;
	margin:auto;
	}