@charset "utf-8";
/* CSS Document */

#pathList {
	z-index: 3;
	position: absolute;
	font-size: 11px;
	width: 193px;
	height: auto;
}
#pathList li {
	font-weight: bold;
}
#pathList a {
	text-decoration: underline;
	color: #2D5A91;
}
#textBox {
	position: absolute;
	top: 208px;
}
#textBox a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #2D5A91;
}
#imageBox {
	z-index: 3;
	position: absolute;
	width: auto;
	height: auto;
	padding-top: 15px;
	left: 286px;
}
#linkList {
	z-index: 4;
	background: transparent;
	position: absolute;
	left: 580px;
	text-align: left;
	height: auto;
	width: auto;
	top: 182px;
}
#linkList li a {
	line-height: 25px;
	font-size:11px;
	color: black;
	text-decoration: underline;
}
#linkList a:hover {
	color: #CC0000;
}
/*********************************************************
                    FOOTER DATA
*********************************************************/
#footer {
	position: absolute;
	background: url(../idsImages/line.gif) top left repeat-x;
	padding-top: 10px;
	top: 421px;
	width: 850px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	height: -8px;
}
#homeLink {
	position: absolute;
	top: 10px;
	left: 820px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#homeLink a {
	color: #CC0000;
	text-decoration: underline;
}
