@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	background-color: #efefef;
	height: 100%;
}
   #wrapper {
	width: 850px;
	background-color: #FFFFFF;
	background-image: url(../images/big_background.gif);
	margin-bottom: 0;
	padding:0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #31343A;
	border-left-color: #31343A;
	background-repeat: no-repeat;
	min-height:100%;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	float: none;

   }

#navigation {
	height: 94px;
	width: 805px;
	position: relative;
	z-index: 2;
	background-image: url(../images/navigation.gif);
	margin: 0px;
	left: 22.5px;
	top: 0px;
	float: left;
	clear: both;
}

#flashgraphic {
	height: 216px;
	width: 797px;
	position: relative;
	z-index: 1;
	margin: 0px;
	left: 22.5px;
	top: 0px;
	float: left;
	clear: both;
}

#midbar {
	height: 160px;
	width: 797px;
	position: relative;
	z-index: 1;
	margin: 0px;
	left: 22.5px;
	top: 0px;
	background-color: #31343a;
	float: left;
}

#midsection {
	width: 797px;
	position: relative;
	z-index: 1;
	margin: 0px;
	left: 22.5px;
	top: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

#footer{
	width: 797px;
	height:61px;
	color:#31343a;
	z-index: 1;
	background-color: #c8dce5;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	left: 22.5px;
	top: 5px;
	position: relative;	
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	
}

#footer a, a:link, a:visited, a:hover {
	color: #31343a;
	font-weight: bold;
	text-decoration: underline;	
}

