﻿body {
	background-color: #929a8e;
	margin: 0px 0px 0px 0px;
}

.body-container {
	background-color: #5d5858;
	width: 800px;
	position: relative;
}

.header {
	background-color: #4d404c;
	width: 800px;
	height: 73px;
	border-bottom: 4px #363136 solid;
	position: relative;
}

.content-area {
	width: 559px;
	background-color: #d7d7d7;
	left: 0px; top: 77px;
	position: absolute;
}

.border {
	width: 3px;
	background-image:url('border.png');
	background-repeat:repeat-y;
	z-index: 100;
	position: absolute;
	left: 559px;
	top: 77px;
}

.linkbox-container {
	background-color: #9a8e99;
	width: 241px;
	height: 197px;
	position: absolute;
	left: 559px;
	top: 77px;
	border-bottom: 2px #786d78 solid;
}

.link-image {
	margin-top: 4px;
	margin-left: -9px;
	border: none;	
}

.content-container {
	width: 520px;
	height: 100%;
	position: relative;
}

.content-text {
	position: absolute;
	top: 84px;
	left: 0px;
	margin-left: 0px;
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
}

.bottom-border {
	height: 3px;
	background-color: #786d78;
	width: 800px;
	position: absolute;
	left: 0px;
}

.bottom-links-bar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	left: 10px;
	position: absolute;
}

a {
	color: white;
	text-decoration: none;
	margin-left: 9px; margin-right: 9px;
}

a:hover {
	color: yellow;
}

.bannerLink {
	border-color: white;	
}

.bannerLink:hover {
	border-color: yellow;
}

.mainLink {
	color: #2222cc;
	text-decoration: underline;
	margin: auto auto auto auto;
}
.mainLink:hover {
	color: red;
}
