@charset "UTF-8";
/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Times New Roman", serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

ul li span {
	display: none;
}
ul {
	list-style-type: none;
}
#bTitle {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 10000;
	position: absolute;
	left: 123px;
	top: 69px;
	font-size: 18px;
	color: #0247D3;
	font-weight: bold;
	width: 297px;
	height: auto;
}
#bTitle  span {
	display: none;
}
#footer {
	width: 800px;
	float: left;
}
#footer ul {
	display: block;
}
#copyRight {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../cd_files/Home/HomeImages/bottomBorder.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #0046D2;
}

/*****************************/
/* COPYRIGHT CLASSES */
/*****************************/

#copyRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 160%;
}
/*****************************/
/* COPYRIGHT CLASSES */
/*****************************/

#copyRight a {
	color: #FFF;
}

.external {
	background: url(../mini%20icons/mail-front.gif);
	padding-right: 14px;
	background-repeat: no-repeat;
	background-position: right top;
}
