#linkContent a
{
	color: #85caef;
}

#linkContent a:hover
{
	color: #1a3c93;
}

body
{
	font-size:11px;
	font-family: arial;
  	color: #666666;
	background: #EEF5FC;
	margin: 0px auto;
	text-align: center;
}

h1
{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 19px;
	color: #1B3C90;
	font-weight: normal;
}

h2
{
	font-size: 16px;
	color: #1B3C90;
	font-weight: normal;
}

h3
{
	font-size: 14px;
	color: #1B3C90;
	font-weight: normal;
}

h4
{
	font-size: 12px;
	color: #1B3C90;
	font-weight: normal;
}

h5
{
	font-size: 11px;
	color: #1B3C90;
	font-weight: normal;
}

h6
{
	font-size: 10px;
	color: #1B3C90;
	font-weight: normal;
}

h7
{
	font-size: 19px;
	color: #1B3C90;
	font-weight: normal;
}

#main_center
{
	width: 805px;
	margin: 0px auto;
	text-align: center;
	background-color:#fff;	
}

#main
{
	float: left;
	width: 805px;
	margin: 0px auto;
	align: left;
	padding: 0px;
	background-image: url(/systemfiles/media/images/top.jpg);
	background-repeat: no-repeat;
	background-color:#D4E7F4;

}

#top_container
{
	height: 20px;
	width: 805px;
}

#middle_container
{
	float: left;
	width: 805px;
	background-image: url(/systemfiles/media/images/mainbg.gif);
	background-repeat: repeat-y;
}

#left_container
{
	width: 268px;
	float: left;
	text-align: right;
	background-color:#D4E7F4;
}

#middle_left
{
	float: left;
	width: 5px;
	height: 450px;
}

#right_container
{
	width: 537px;
	float: left;
}

#banner
{
	height: 110px;
	width: 537px;
	background-image: url(/systemfiles/media/images/banner.jpg);
	background-repeat: no-repeat;
}

#nav
{
	float: left;
	text-align: left;
/*	height: 32px;*/
	width: 537px;
	text-align: center;	
	background-color:#D4E7F4;

	padding-top: 10px;
	padding-bottom: 5px;
}

#nav .home
{
	padding-left: 27px;
}

#nav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;

}

#nav ul li
{
	border-left:1px solid #1B3C90;
	display:inline;
	float:left;
	font-size:13px;
	padding-left:6px;
	padding-right:7px;
	position:relative;
}

#nav li a
{
	text-decoration: none;
	font-weight: bold;

}

#nav .home li a
{
	border: none;
	color:#1B3C90;
}

#nav ul li li
{
	padding-left:0px;
	padding-right:0px;
}

#nav .home li li a
{

	border-bottom: 1px solid #fff;
	color:#fff;
}

#nav .home li
{
	border: none;
}

#middle_content
{
	float: left;
	padding-bottom: 20px;
	padding-left: 34px;
	padding-right: 20px;
	width: 430px;
	background: #fff;
	text-align: left;
}

#footer
{
	float: left;
	height: 40px;
	width: 805px;
	background-image: url(/systemfiles/media/images/footer.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 9px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
	font-size: 9px;
}

#footer_content
{
	width: 760px;
	float: left;
	padding-left: 10px; 

}

#footer_left
{
	float: left;
	width: 260px;
	padding-top: 9px; 

}

#footer_middle
{
	float: left;
	width: 500px;
	padding-top: 4px; 

}

#footer_right
{
	float: left;
	width: 5px;
	padding-top: 5px;

}