/*
 *	General Rules
 */
* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 740px;
	padding-top: 30px;
	color: #375267;
	background: #3E4C57 url("../_i/common/bkgd/bkgd.gif") repeat-x 0px 20px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}
.hide {
	display: none;
}
.hcwrapper {
	width: 740px;
	margin-left: auto;
	margin-right: auto;	
}
h1 {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
}
h2 {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	color: #9BA8B3;
}
p {
	margin: 12px 0 12px 0;
}
a {
	color: #0260CA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
img.floatleft {
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}
br.clear {
	height: 1px;
	clear: both;
}
div#content ul {
	padding-left: 2em;
}
div#content li {
	margin-bottom: .5em;
}
input, textarea, select {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
hr {
	height: 1px;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	margin-top: 32px;
	margin-bottom: 32px;
}

/*
 *	Header Section
 */
div#header {
	background-color: #DC241F;
	text-align: center;
	border-top: 1px solid #000;
}
div#header div.hcwrapper {
	position: relative;
	text-align: left;
	height: 176px;
}
div#header a#nhome {
	position: absolute;
	top: 141px;
	left: 100px;
	width: 78px;
	height: 18px;
}
div#header a#nhome img {
	border-width: 0px;
}

/*
 *	Content
 */
div#content {
	text-align: center;
	background: white url("../_i/common/nav/navshadow-w.gif") repeat-x top left;
}
div#content div.hcwrapper {
	text-align: left;
	padding: 20px 0 24px 0;
}

/*
 *	Footer
 */
div#footer {
	border-top: black;
	padding-bottom: 20px;
	color: #9fa6ab;
	background:  url("../_i/common/bkgd/footerbkgd.gif") repeat-x top left;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
}
div#footer div.hcwrapper {
	position: relative;
	text-align: left;
	padding-top: 12px;
}
div#footer p {
	margin-bottom: 8px;
}
div#footer a#infoicon {
	position: absolute;
	top: -6px;
}
div#footer a {
	color: #9fa6ab;
}