body {
	margin:0px;
	background-color:#5b728b;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
a {
	color:#314b67;
	text-decoration: underline;
}

ul.checklist{list-style-type:none;}

a:hover {
	text-decoration: none;
}
hr {
	height:1px;
	color:#939274;
}
td.mainborder {
	background-color:#939274;
	border-left:5px solid #314b67;
	border-right:5px solid #314b67;
}
td.headLogo {
	background-color:#6f3232;
	border-left:5px solid #808080;
}
td.headImg {
	background-color:#006600;
	border-right:5px solid #808080;
}
td.nav {
	background-color:#abab8c;
	border-left:5px solid #314b67;
}
td.navItem {
	border-bottom:1px solid #939274;
	padding:7px 12px 7px 5px;
}
td.contentHead {
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #939274;
}
td.main {
	background-color:#ebebdc;
	padding:20px;
	border-right:5px solid #314b67;
}
a.navMain {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#585842;
	text-decoration: none;
}
a.navMain:hover {
	color:#233c56;
}
a.navSub {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#585842;
	text-decoration: none;
}
a.navSub:hover {
	color:#233c56;
}

.pageHead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#314b67;
}
.pageSubHead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#314b67;
}
.pageCopy {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#585842;
}
.credits {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#585842;
}


