@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 {
background-image:url(images/center.jpg);
background-repeat:no-repeat;
   position:relative;
   width:840px;
   height:452px;
   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 {
background-image:url(images/left.jpg);
	float:left;
	width:285px;
	height:447px;
	z-index:1;
	}