@charset "utf-8";
body {
	background-color:#787290;
	background-image: url(images/bckgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:0px;
	}


.header {
background-image: url(images/header.gif);
	position: relative;
	
	top:0px;
	width:840px;
	height:222px;
	z-index:1;
}
.center-repeat {
background:url(images/center2-repeat.jpg) 0 0 repeat-y;
   width:840px;
   }

.center {
background:url(images/center2.jpg) bottom left no-repeat;
   position:relative;
   width:840px;
min-height: 442px;
height: auto !important;
height: 442px;
   z-index:1;
   }
a:link {
	font-family:"Times New Roman", Times, serif;
	color: #11175E;
	font-weight: bold;	
	text-decoration:none;
}
a:hover{
	font-family:"Times New Roman", Times, serif;
	color:#00CCFF;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	font-family:"Times New Roman", Times, serif;
	color: #11175E;
	font-weight: bold;	
	text-decoration:none;
}
a:active {
	font-family:"Times New Roman", Times, serif;
	color: #11175E;
	font-weight: bold;	
	text-decoration:none;
}
.left {
	float:left;
	width:285px;
	height:447px;
	z-index:1;
	}
