@charset "utf-8";
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #2566BF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav {
	color: #003399;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}
a.nav:link {
	color: #003399;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	color: #003399;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	color: #003399;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFF99;
	width: 121px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: -10px center;
}
.footercopy {
	font-size: 10px;
	color: #CCCCCC;
}

a.footercopy:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a.footercopy:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a.footercopy:hover {
	color: #66CCFF;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 25px;
	line-height: 22px;
}
.bodyCopy {
	line-height: 17px;
}
.utilityCopy {
	color: #666666;
	list-style-type: none;
	margin-left: -20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 11px;
}
li {
	list-style-type: none;
	background-image: url(../images/bullet01.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	list-style-position: outside;
	padding-left: 15px;
	margin-left: -12px;
}
li.navbullet {
	background-image: url(../images/bullet02.gif);
	background-position: 1px;
	margin-left: -40px;
}
li.training {
	background-image: url(../images/bullet01.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	list-style-position: outside;
	margin-left: -40px;
}
li.utilityCopy {
	list-style-type: none;
	list-style-image: url(../images/spacer.gif);
}
.hr {
	color: #FFCC00;
	margin-top: 40px;
	margin-bottom: 40px;
}
.form01 {
	width: 300px;
}
.header02Training {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FEC0D8;
	text-transform: uppercase;
}
