@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #143C6E;
}
.navback {
	background-image: url(images/navback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.contentback {
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sidebarback {
	background-image: url(images/sidebarback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.navigation {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
.navigation:link {
	color: #FFF;
	text-decoration: none;
}
.largerBody {
	font-size: 13px;
	font-weight: bold;
}
.navigation:hover {
	color: #FC9;
}
.footer {
	color: #ACB8D2;
	text-align: right;
}
.link {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.link:link {
	color: #FFF;
	text-decoration: none;
}
.link:hover {
	color: #FC9;
}
a:link {
	color: #143C6E;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #13386B;
	text-align: left;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #13376A;
	text-align: left;
}
a:hover {
	color: #2F5F8F;
}
a:visited {
	text-decoration: none;
}
