﻿
body {
	background-image: url('back.gif');
	text-align: center;
	background-attachment: fixed;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	top: %;
}
#container {
	margin: 25px auto 25px auto;
	width: 980px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	height: 30px;
	color: #000000;
}
#page_content {
	background-color: #FFFFFF;
	height: 100%;
}
.logobox {
	width: 865px;
	margin-left: 57px;
	float: left;
	text-align: right;
	margin-right: 57px;
	font-size: 18px;
}
.tlinks {
	clear: both;
	margin-bottom: 10px;
}
.navlinks {
	border-width: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a {
	color: #0066CC;
	text-decoration: none;
}
img { 
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}