﻿body {
	background-color: #0c2248;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
h1 {
	font-size: 12pt;
	font-weight: normal;
	margin: 8px 0px;
	padding: 0;
}
a:link,
a:visited {
	color: #00d8ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#site-area {
	background-color: #3d4e6d;
	background-image: url(../images/site-area-bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	overflow: auto;
	width: 876px;
}
#silverline {
	background-image: url(../images/silverline-bg.gif);
	background-repeat: no-repeat;
	clear: both;
	color: #6d7a91;
	font-size: 11px;
	height: 27px; 
	line-height: 27px;
	margin: 0 auto;
	text-align: center;
	width: 876px;
}
#silverline a:link,
#silverline a:visited {
	color: #6d7a91;
	text-decoration: none;
}
#silverline a:hover {
	text-decoration: underline;
}
.left-column {
	float: left;
	width: 462px;
}
.right-column {
	float: right;
	width: 413px;
}
#logo {
	border-bottom: 1px solid #307475;
}
#title {
	color: #97bbba;
	font-size: 16pt;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#top-menu {
	background-color: #7aa6a6;
	border-top: 1px solid #307475;
	height: 24px;
	line-height: 24px;
}
#top-menu a:link,
#top-menu a:visited {
	border-left: 1px solid #598f90;
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 12px;
	text-decoration: none;
}
#top-menu a:hover {
	text-decoration: underline;
}
#top-menu a.home:link,
#top-menu a.home:visited {
	border-left: none;
	padding: 0 14px;
}
#header {
	border-bottom: 1px solid #307475;
	clear: both;
	overflow: auto;	
}
#content-area {
	clear: both;
	overflow: auto;
}
#footer {
	border-bottom: 1px solid #0c2248;
	border-top: 1px solid #0c2248;
	clear: both;
	overflow: auto;	
}
#bottom-menu a:link,
#bottom-menu a:visited {
	border-left: 1px solid #0c2248;
	color: #9ea7b6;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 18px;
	text-decoration: none;
}
#bottom-menu a:hover {
	text-decoration: underline;
}
#bottom-menu a.first:link,
#bottom-menu a.first:visited {
	border-left: none;
	padding: 0 20px;
}
#content {
	padding: 10px;
}
#getyourcopy {
	clear: both;
	padding-top: 16px;
	overflow: auto;
}