#InfoPanel {
	display: block;
	clear: both;
	margin-left: 1px;
	width: 100%;
	height: 21px;
	background-image: url("../images/InfoPanel_Bg.jpg");
	background-repeat: repeat-x;
}

#InfoPanel div.URHere {
	padding-left: 10px;
}

#InfoPanel div.URHere a {
	float:left;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 21px;
	vertical-align: middle;
	font-size: 9px;
}


#InfoPanel div.URHere div.Spacer {
	float:left;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 21px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 9px;
}















#MainContent {
	display: block;
	float: left;
	width: 618px;
	margin: 10px;
	padding: 0px;
	overflow: hidden;
}


#MainContent a {
	color: #000000;
}

#MainContent a:hover {
	font-weight: bold;
}





















#InfoBoard {
	display: block;
	float: left;
	width: 160px;
	margin: 0px;
	padding-bottom: 10px;
	overflow: hidden;
	color: #FFFFFF;
	border-left: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
}


#InfoBoard div.BoardElement {
	padding: 5px 5px 0px 5px;
	display: block;
	clear:both;
	width: 154px;
	overflow: hidden;
}


#InfoBoard div.BoardElement div.BordElement_Caption {
	display: block;
	clear: both;
	width: 154px;
	height: 21px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url("../images/BordElement_Caption_Bg.jpg");
	background-repeat: repeat-x;
}

#InfoBoard div.BoardElement div.BordElement_Caption span {
	padding-left: 10px;
	font-weight: bold;
	line-height: 21px;
	vertical-align: middle;
}

#InfoBoard div.BoardElement div.BordElement_Body {
	display: block;
	clear: both;
	width: 154px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #474747;
}





#InfoBoard div.BoardElement div.BordElement_Body a.RoutingLink {
	display: block;
	clear: both;
	text-align: right;
	margin-right: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 144px;
	padding: 4px 0px 4px 0px;
}






















h1 {
	font-size: 14px;
	font-weight: bold;
}