.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	width: 800px;
	position: relative;
	height: 100%;
	text-align: left;
}
.linkBar {
	float: left;
	width: 204px;
	position: relative;
	background-image: url(images/menubg.gif);
	height: 442px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.contentBox {
	float: right;
	width: 596px;
	position: relative;
	height: 442px;
	background-image: url(images/mainbg.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.topborder {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-top-width: 2px;
	border-top-style: solid;
	height: 158px;
	width: 800px;
}
.menuHere {
	position: relative;
	left: 30px;
	top: 75px;
	line-height: 18px;
	width: 150px;
	font-size: 10px;
	color: #333333;
}
.contentHere {
	position: relative;
	left: 100px;
	top: 50px;
	width: 420px;
}
a:link {
	color: #005CB9;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #005CB9;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #005CB9;
	background-color: #66CCCC;
	font-weight: bold;
}
.imagebox {
	padding: 5px;
	float: left;
	margin-right: 5px;
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #FF6600;
}
h1 {
	font-size: 14px;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cc0000;
}
