@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align:center;
	margin:0;
	background-color:#FFFFFF;
}

.clearer
{	clear:both;
}

.container
{	margin: 0 auto;
	border: 0px;
	padding: 0px;
	width: 770px;
	text-align:left;
}

.topBanner
{	position:relative;
	width:770px;
	height: 90px;
	background-image:url(IMAGES/topbanner.jpg);
	border-bottom:17px solid #121646;
}

.contentContainer
{	position:relative;
	width:770px;
}


.leftcontainer
{
	margin: 0 0 0 0;
	clear: both;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#2c54ab;
	padding-top: 20px;
	padding-left: 0px;
	position: relative;
	float:left;


}

.leftcontainer ul 
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.leftcontainer ul li
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	font-weight: bold;
	padding-bottom: 2px;
}

.leftcontainer ul li a {
	display:block;
 	padding: .5em 1em .5em 1.9em;
	margin-top:0px;
	text-decoration:none;	 	
	font-weight:bold;
	color: #343066;
	border-bottom: 1px solid #a7a7bb;
	background-image:url(IMAGES/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;	
}

.leftcontainer ul li a:hover,
.leftcontainer ul li.on a
{
	text-decoration: underline;
	font-weight: bold;
	background-color:#bfdfff;
	text-decoration:none;
	background-image:url(IMAGES/bulleton.gif);
	background-repeat:no-repeat;
	background-position:left;	

}

.textContainer
{	position:relative;
	width: 540px;
	float:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.textContainer h1
{	font-size: 130%;
	color:#da5071;
}

.textContainer h2
{	font-size: 120%;
	color:#da5071;
}

.textContainer a, .textContainer a:link, .textContainer a:visited
{	color: #da5071;
	text-decoration:underline;
}

.textContainer a:hover, .textContainer a:active
{	color: #da5071;
	text-decoration:none;
}

.whatPeopleSay
{	position:relative;
	padding: 10px;
	background-color:#f3dbe8;
	font-style:italic;
	border: 1px solid #ef037f;
}

.flashContainer
{	position: relative;
	width:400px;
	height:286px;
}

.footer
{	position:relative;
	width:756px;
	padding-top:20px;
	padding-bottom: 15px;
	padding-left: 10px;
	color:#666666;
	font-size: 80%;
	border-top: 1px solid #ffffff;

}

.footer a, .footer a:link, .footer a:visited

{	color: #666666;
	text-decoration:underline;
}

.footer a, .footer a:hover, .footer a:active

{	color: #6666666;
	text-decoration:none;
}


.footer a img 

{ 	border: none;
	float: left;
	margin: -2px 5px 0 0;
	position: relative;
}



.footer a.hayslogo 

{	border: none;

}


