body {
	background: #6e6e6e;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #ccc;
	text-align: center;
}
a:link {
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #999;
	text-decoration: none;
}
a:visited {
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #999;
	text-decoration: none;
}
a:hover {
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #072535;
	border-top: 1px solid #ccc;
	text-decoration: underline;
	border-bottom: 1px solid; 
}
a:active {
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #999;
	text-decoration: none;
}
#frame {
	width: 760px;
	height: 600px;
	margin-left: auto;
	margin-right: auto; 
	padding: 0;
	text-align: left;
}
#headlogo {
	width: 745px;
	margin: 0 0 0 15px;
	padding: 0;
	height: 100px;
	text-align: center;
	background-color: #072535;
	background-image: url(../images/headlogo.html);
	color: #6e6e6e;
}
.accesskey {
	border-bottom: 1px solid #6e6e6e;
}
#content {
	margin: 10px 0;
	padding: 0;
	width: 760px;
	text-align: center;
	vertical-align: top;
}
#splash {
	margin: 0;
	background-image: url(../images/splash.html);
	padding: 0;
	width: 150px;
	height: 200px;
	border: 1px solid #072535;
	float: right;
}
#splash ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#splash li {
	padding: 0;
	border-bottom: 1px solid #fff;
}
#splash  li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px;
}
#splash li a:link {
	color: #999;
}
#splash li a:visited {
	color: #999;
}
#splash li a:hover {
	background-color: #6e6e6e;
	color: #072535;
}
#info {
	margin: 0 0 0 15px;
	padding: 2px;
	width: 560px;
	height: 350px;
	background-color: #6e6e6e;
	text-align: left;
	border: 5px solid #072535;
	float: left;
	overflow: auto;
}
#footer {
	font-size: 12px;
	color: #6e6e6e;
	background-color: #072535;
	background-image: url(../images/footer.html);
	margin: 5px 10px 10px 15px;
	padding: 5px;
	width: 735px;
	height: 70px;
	text-align: right;
	float: left;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	padding: 0;
	border-bottom: 1px solid #999;
}
#footer a{
	font-weight: bold;
	text-decoration: none;
}
#footer a:link {
	color: #999;
	text-decoration: none;
}
#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	background-color: #999;
	color: #072535;
	text-decoration: none;
	border-top: 1px solid #072535;
	border-bottom: 1px solid #072535;
}
#footer a:active {
	color: #999;
	text-decoration: none;
}
#footer a.revert:link {
	color: #072535;
	text-decoration: none;
}
#footer a.revert:visited {
	color: #072535;
	text-decoration: none;
}
#footer a.revert:hover {
	background-color: #072535;
	color: #072535;
	text-decoration: none;
	/*border-top: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e; */
}
#footer a.revert:active {
	color: #6e6e6e;
	text-decoration: none;
}
#footer a.invert:link {
	color: #6e6e6e;
	text-decoration: none;
}
#footer a.invert:visited {
	color: #6e6e6e;
	text-decoration: none;
}
#footer a.invert:hover {
	background-color: #6e6e6e;
	color: #072535;
	text-decoration: none;
	border-top: 1px solid #072535;
	border-bottom: 1px solid #072535;
}
#footer a.invert:active {
	color: #072535;
	text-decoration: none;
}


