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

/**
* CSS

*/

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	background-color: #99CCFF;
}

html, body, p, th, td, li, dd, dt {
	font-family: Arial, Helvetica, sans-serif;
	font: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

a:link {
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #FF3300;
	font-weight: normal;
}


a:active {text-decoration: none;}


.bold {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.text {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

.italic {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}


img.floatLeft {
	float: left;
	margin-right: 40px;
}


#bannerbox {
	width: 160px;
	height: 360px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-width: 0 px;
	vertical-align: top;
}

#navlist {
	width: 110px;
	height: 360px;
	position: absolute;
	top: 20px;
	left: 160px;
	padding: 0px;
	padding-top: 60px;
	font-weight: bolder;
	text-align: center;
	line-height: 24px;
}

#header-b {
	height: 30px;
	position: absolute;
	width: 700px;
	left: 200px;
	top: 0px;
}

#spacer-numbers {
	background: none;
	height: auto;
	position: absolute;
	top: 112px;
	left: 300px;
	width: 600px;
	color: #333333;
	font-weight: bold;
}

#contact {
	background: none;
	width: 130px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 400px;
	text-align: center;
	vertical-align: middle;
}

#topbar {
	width: 950px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 300px;
	padding: 0px;
	background-image: url(images/10.gif);
	background-repeat: repeat-x;
	}

#body-b {
	background: none;
	height: auto;
	float: right;
	width: 900px;
	position: absolute;
	top: 80px;
	left: 200px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 20px;
	background-color: #FFFFFF;
}


#footer {
	height: 66px;
	clear: both;
}
