/* DEFINITIVE SETS STYLESHEET */

/* START LAYOUT STYLES */
body
{
	text-align: center;
	margin-top: 0px;
	background-color: #E6E6E0;
}

#container
{
	width: 760px;
	font-family: arial, sans-serif;
	font-size: 80%;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}

#header
{
	padding: 31px 12px 4px 8px;
	border-bottom: 0px #fff solid;
	background-color:#4C4C91;
	background-image: url(../_images/header_bg.jpg);
	background-repeat:no-repeat;
	height:94px;
}

#footer
{
	border-top: 1px #667C68 solid;
	margin-top: 10px;
	padding: 10px;
	background-color:#F0F1F1;
	color: #68667C;
	font-size: 90%;
}

#homeRight
{
	float: right;
	width: 290px;
	padding: 10px;
	min-height: 310px;
	_height: 298px;
}

#homeLeft
{
	float: left;
	width: 410px;
	padding: 10px;
}

#homeLeft li
{
	list-style-image: url(/_images/bullet.gif);
}

/* END LAYOUT STYLES */

/* START NAVIGATION STYLES */


#footer ul{}
#footer li {}

#footer a
{
	color: #68667C;
}

/* END NAVIGATION STYLES */

/* START GENERIC SITE STYLES */

img 
{
	border:0px;
}

/* END GENERIC SITE STYLES */

/* START TEXT STYLES */

h1
{
	color: #252690;
	font-size:120%;
}

h2
{
	color: #252690;
	font-size:110%;
	display:block;
	padding-bottom: 5px;
	border-bottom: 1px #B8C2B9 solid;
}

a
{
	color: #68667C;
}

a:hover
{
	text-decoration: none;
}


