#Infopage {
	width: 575px;
	position: relative;
	display: block;
}
#Infopage p { margin: 0 0 25px 0; }
#Infopage p.nobottom { margin: 0; }
#Infopage .error { color: #ff0000; }
#Infopage h1,
#Infopage h2 {
	font-family: verdana, arial, courier;
	font-size: 11.5pt;
	font-weight: bold;
	color: #008dc4;
	margin: 0 0 7px 0;
}
#Infopage h1.black,
#Infopage h2.black {
	color: #262626;
}


#Infopage a {
	/* color: #007baf; */
	color: #222222;
	text-decoration: underline;
}
#Infopage a.blue {
	color: #007baf;
	text-decoration: none;
}
#Infopage a:hover {
	color: #007baf;
	text-decoration: underline;
}


#Infopage input[type="text"] {
	padding: 2px;
	border: #d1d0d1 solid 1px;
	background-color: #ffffff;
}



#Infopage div.textbox {
	padding: 15px;
	border-left: #d6d6d6 solid 1px;
	border-right: #d6d6d6 solid 1px;
	background-color: #fefefe;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url(/info/media/textbox-bg.gif);
}
#Infopage div.textbox-top-bottom {
	width: 575px;
	height: 1px;
	background-repeat: no-repeat;
	background-image: url(/info/media/textbox-top-bottom.gif);
}



#Infopage div.header {
	width: 575px;
	height: 154px;
	display: block;
	position: relative;
	margin-bottom: 5px;
	background-position: top left;
	background-repeat: no-repeat;
}
#Infopage p.header_text {
	width: 545px;
	top: 38px;
	left: 15px;
	position: absolute;
	font-weight: bold;
	color: #ffffff;
}




/*
 * Columns / menu
 *
 */

#Infopage a.item,
#Infopage img.item {
	width: 189px;
	height: 58px;
	display: block;
	margin-bottom: 5px;
}
#Infopage div.column {
	width: 189px;
	float: left;
}
#Infopage div.space {
	width: 4px;
	float: left;
}

