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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #bfbfbf;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#container {
	width: 971px;
	margin: 0 auto;
}

#hdrtop {
	width: 951px;
	height: 39px;
	display: block;
	background-image: url(../images/hdr_t.gif);
	background-repeat: no-repeat;
}

#hdr {
	height: 177px;
	width: 951px;
	display: block;
}

#content {
	padding: 50px 15px 10px 15px;
	background-image: url(../images/content_grd.gif);
	background-repeat: repeat-x;
	width: 921px;
}

#nav {
	position: absolute;
	margin: -50px 0 0 0;
	white-space: nowrap;
	display: block;
	height: 32px;
	width: 600px;
}

#pirateboots {
	width: 335px;
	height: 54px;
	display: block;
	background-image: url(../images/hdr_bottom.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 312px;
}

#headerimage h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	color: #c6f688;
	margin: 0 0 60px 15px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: oblique;
	font-weight: bold;
	color: #0968bf;
	margin: 10px 0;	
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: oblique;
	font-weight: bold;
	color: #42930e;
	margin: 10px 0;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #42930e;
	margin: 20px 0 5px 0;
}

#content p.yellow {
	color: #8b6b03;
	padding: 7px;
	border: 1px solid #8b6b03;
	background-color: #fcf4d9;
}

#content p.green {
	color: #2f8c05;
	padding: 7px;
	border: 1px solid #2f8c05;
	background-color: #e3ffb0;
}

#content p {
	margin: 5px 5px 10px 5px;
	line-height: 18px;
}

#footerlinks {
	text-align: center;
}

#footerlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	text-decoration: none;
	padding: 0 8px;
}

#footerlinks a:hover {
	color: #2e8a05;
}

#footerlinks p {
	margin: 5px;
}

#footerlinks a.nfxmedia:hover {
	color: #003399;	
}

#content div.alertsuccess {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #0c9602;
	background-color: #bcffb7;
	padding: 8px;
	border: 1px solid #0c9602;
	white-space: normal;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

#content div.alertfail {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #b80000;
	background-color: #ffacac;
	padding: 8px;
	border: 1px solid #b80000;
	white-space: normal;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.redtext {
	color: #990000;
}

#content ol li {
	line-height: 20px;
}

.menuheader {
	color: #fff;
	font-weight: bold;
}

.smalltext {
	font-size: 10px;
}

.smalltextwhite {
	font-size: 10px;
	color: #fff;
}

#content a {
	color: #0968bf;
}

.tablepadding {
	padding: 8px 5px;
}