@charset "UTF-8";
/* CSS Document */

ul {
	margin: 0px 0px 0px 15px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0px 0px 8px 0px;
	line-height: 16px;
	color: #333333;
	font-size: 11px;
}

li span {
	font-weight: bold;
	color: #666666;
}

.largerUL {
	margin: 0px 0px 0px 15px;
	padding: 0;
}

.largerUL li {
	margin: 0;
	padding: 0px 0px 8px 0px;
	line-height: 18px;
	color: #222222;
	font-size: 12px;
}

.largerUL li span {
	font-weight: normal;
	color: #555555;
}


#midContent {
	display: table; 
	margin: 5px 0px 0px 0px; 
	text-align: center; 
	background-color: #e8e8e8;	
}

#bottomContent {
	display: table; 
	margin: 5px 0px 0px 0px; 
	text-align: center; 
	background-color: #e4eef6; 
	background-image: url(./images/bkg_blue_content_bot.gif);
	background-repeat: no-repeat; 
	background-position: 0 100%;
}

#midHeader {
	margin: 0;
	padding: 0;
	width: 920px;
	height: 246px;
	z-index: 4;
	position: relative;
}

#midHeaderLeft {
	margin: 0px 0px 0px 10px;
	padding: 0;
	float: left;
	background-image: url(../images/bkg_mid_head.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-color: #d2e2f0;
	width: 234px;
	height: 246px;
	border-right: solid 1px #a8b5c0;
	position: relative;
	z-index: 5;
	text-align: left;
}

#midHeaderLeft p {
	margin: 10px 10px 10px 10px;
	padding: 0;
	line-height: 18px;
	color: #333333;
}

#midHeaderRight {
	margin: 0px 10px 0px 0px;
	padding: 0;
	float: right;
	width: 665px;
	height: 246px;
	position: relative;
	z-index: 6;
}
