@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #494343;
}
#printheader {
	display: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}

#container {
	height: 750px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	font-size: 12px;
	line-height: 20px;
	margin-top: 8px;
	border: 5px solid #000000;
}
#masthead {
	width: 1024px;
	position: absolute;
	z-index: 10;
}
#navigation {
	position: absolute;
	z-index: 139;
	top: 70px;
	margin-left: 183px;
	width: 690px;
}
#utilinav {
	position: absolute;
	z-index: 25;
	top: 90px;
	margin-left: 820px;
	width: 120px;
}
#utilinav a {
	color: #EEEEEE;
	margin-right: 12px;
	font-size: 10px;
}
#search {
	position: absolute;
	z-index: 30;
	top: 27px;
	margin-left: 835px;
}
#footer {
	height: 162px;
	width: 1024px;
	position: absolute;
	top:600px;
	z-index: 50;
}

#copyright {
	margin-left: 35px;
	width: 400px;
	position: absolute;
	z-index: 55;
	top: 625px;
	font-size: 9px;
	color: #FFFFFF;
}
#footernav {
	font-size: 9px;
	color: #abb8bd;
	text-align: right;
	margin-left: 505px;
	position: absolute;
	z-index: 60;
	top: 622px;
	width: 490px;
	text-transform: uppercase;
}
#footernav a {
	color: #abb8bd;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#footernav a:hover {
	color: #FFFFFF;
}
#content h1 {
	font-size: 14px;
	color: #d7bd95;
	margin-bottom: 6px;
	font-weight: normal;
}
#content h3 {
	font-size: 14px;
	color: #d7bd95;
	margin-bottom: 16px;
	font-weight: normal;
}
#content h4 {
	font-size: 13px;
	color: #d7bd95;
	margin-bottom: 6px;
}

#content ul {
	margin-bottom: 16px;
	list-style-type: none;
}
#content ul li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	margin-bottom: 4px;
	padding-left: 16px;
}
#content ul li ul {
	margin-bottom: 0px;
}

#morecontent {
	height: 310px;
	width: 600px;
	padding-top: 10px;
	padding-right: 29px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: auto;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 14px;
}
#morecontent a {
	color: #abb8bd;
}
#morecontent a:hover {
	color: #d7bd95;
}
#morecontent a.outbound  {
	color: #f86443;
}
#morecontent a.outbound:hover {
	color: #D7BD95;
}
#morecontent strong {
	color: #d7bd95;
	text-transform: uppercase;
}
.subcontent {
	font-size: 12px;
	font-style: italic;
}

