﻿
body, html {

	
	margin: 0px;
	font-family:  "Lucida Grande", Verdana, Arial, sans-serif;
	height: 100%;
	background-repeat: repeat-x;
		background-color:#CCCCCC;
		font-size:small;
		background-repeat:repeat-x;
			
}


.wrapper {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	text-align:left;
	width: 940px;
	border:solid 1px black;
	background-color:white;
	background-image:url('../images/contentbg.jpg');
	padding-bottom:0;
	display:table;
	margin-top:30px;
	background-repeat:repeat-y;
	margin-bottom:30px;
	

	}
	
	.banner{
	width:940px;
	position:relative;
	float:left;
}

	.links{
	width:940px;
	position:relative;
	float:left;
}
	.sidelinks{
	width:220px;
	position:relative;
	float:left;
}


	.content{
	width:920px;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	position:relative;
	float:left;

	
	
}
	.footer{
	width:940px;
	position:relative;
	float:left;
	background-repeat:repeat-x;
	bottom:0;
	display:table;
	margin-top:10px;
		padding-bottom:10px;
		background-color:#45605f;
}

.footertxt{
	color:white;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
}

h1{
	color:#2b5a6f;
	margin:0;
}
h4{
	color:#2b5a6f;
	
}
hr{
	border:solid 1px #2b5a6f;
	
	}

	