/* CSS Document */

body {
	background-repeat: repeat;
	background-color: White;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

A {
	color: #003366;
	text-decoration: underline;
}

A:link {
	color: Blue;
	text-decoration: none;
}

A:visited {
	color: #7B68EE;
	text-decoration: none;
}

A:hover {
	color: Red;
	text-decoration: underline;
}

A:active {
	color: Red;
}

.class1 A:link {
	text-decoration: underline;
	color: Blue;
}

.class1 A:visited {
	color: #7B68EE;
	text-decoration: underline;
}

.class1 A:hover {
	text-decoration: underline;
	color: Red;
}

#banner {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	border: 0px;
}

#left_nav_image {
	position: absolute;
	left: 0px;
	top: 190px;
	padding: 0px;
	border-bottom: 1px solid Black;
	width: 149px;
	height: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-image: url(images/left_nav.jpg);
}

#left_nav_text {
	position: absolute;
	left: 5px;
	top: 201px;
	padding: 0px;
	border: 0px solid Black;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	line-height: 20px;
}

#content_text {
	position: absolute;
	left: 180px;
	top: 225px;
	border: 0px;
	padding: 0px;
	width: 600px;
	height: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	text-decoration: none;
	overflow: auto;
	line-height: 20px;
}

#header {
	position: absolute;
	left: 180px;
	top: 200px;
	border: 0px;
	padding: 0px;
	color: Maroon;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
}

#header_box {
	position: absolute;
	left: 170px;
	top: 198px;
	border: 0px;
	padding: 0px;
}

#content_image {
	position: absolute;
	left: 149px;
	top: 190px;
	width: 650px;
	height: 410px;
	background-image: url(images/main_body.jpg);
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	padding: 0px;
}

#horizontal_divider {
	position: absolute;
	left: 0px;
	top: 170px;
	border: 0px;
	padding: 0px;
}

#TBF_logo {
	position: absolute;
	left: 10px;
	top: 400px;
	border: 0px;
	padding: 0px;
}

#tagline {
	position: absolute;
	left: 451px;
	top: 153px;
	border: 0px;
	padding: 0px;
}

#footer {
	position: absolute;
	left: 60px;
	top: 610px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	border: 0px;
	padding: 0px;
}

#email {
	position: absolute;
	left: 630px;
	top: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Blue;
	border: 0px;
	padding: 0px;
}