﻿#container {
	border: 1px solid #000000;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
}
#logobar1 {
	width: 800px;
	height: 100px;
}
#logobar1 img {
	border-style: none;
}
#logobar1 a:link {
	text-decoration: none;
	border-style: none;
}
#logobar1 a:visited {
	text-decoration: none;
	border-style: none;
}
#logobar1 a:hover {
	text-decoration: none;
	border-style: none;
}
#logobar1 a:active {
	text-decoration: none;
	border-style: none;
}
#graphicsbar {
	height: 200px;
	width: 800px;
}
#linkbar {
	color: #FFFFFF;
	height: 30px;
}
#linkbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: large;
	vertical-align: middle;
	background-color: #000000;
}
#linkbar a:visited {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-size: large;
}
#linkbar a:hover {
	background-color: #000000;
	color: #C0C0C0;
	text-decoration: none;
	font-size: large;
}
#linkbar a:active {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: large;
}
#leftcol {
	width: 599px;
	float: left;
	border-left-style: inherit;
	border-left-width: 1px;
}
#leftcol img {
	border-style: none;
}
#leftcol p {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#leftcol ul {
	list-style-type: square;
}
#leftcol h1 {
	margin: 0px;
	padding: 0px;
}
#rightcol {
	width: 199px;
	float: right;
	border-right-style: inherit;
	border-right-width: 1px;
}
#rightcol h4 {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#bottomgraphicsbar {
	width: 800px;
	height: 200px;
	background-image: url('bottomgraphicsbar-4.jpg');
	float: left;
}
.float_left {
	margin: 0px 10px 0px 25px;
	float: left;
}
.float_right {
	float: right;
}
.headertxt {
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	background-image: url('h3-bg-1.png');
	margin-right: 10px;
}
.image_left {
}
.rightcolheadertext {
	background-color: #808080;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 5px 5px 5px;
}
.rightcolinfo {
	background-color: #CCCCCC;
}

.no_border {
	border-style: none;
}

