@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) repeat; 
	
}
.headwrap {
	background: url(images/BlueBar.jpg) repeat-x center top;
	float: left;
	width: 100%;
	height: 25px;
	display: table;
	z-index:2;
}

.heading {
	width: 950px;
	height: 209px;
	margin: 0 auto;
	background: url(images/Header.jpg); 
	position: relative;
	z-index:2;

}


.container {
	height: auto;
	width: 950px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	clear:both;
	z-index:2;
	
}


.background {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:1;

}


body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	color: #525148;
	font-size: 12pt;
	text-align:left;
	z-index:2;
	
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #057484;
	font-style:normal;
	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #057484;
	font-style:normal;
	
}
.a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#a90231;
	
}
