@charset "UTF-8";
/* Home css - IE7 and above complient. Uses pngs - need to use accompaning css doc for IE6fix */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bgRepeat.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
#wrapper {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 34px;
}
#headWrap {
	background-image: url(../images/bgContentWrapper.png);
	background-repeat: no-repeat;
	width: 962px;
	height: 68px;
}
#headerLogo, #headerLogoInt {
	float: left;
	position: absolute;
	z-index: 10;
	padding-top: 24px;
	padding-left: 22px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 22px 24px;
}
#headerLogo img, #headerLogoInt img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#headerLinks {
	color: #437bb1;
	font-size: 0.75em;
	float: right;
	padding-right: 21px;
	padding-top: 44px;
	height: 24px;
}
#headerLinks a, #headerLinks a:link {
	color: #437bb1;
	text-decoration: none;
	padding-right: .4em;
	padding-left: .4em;
}
#headerLinks a:hover {
	color: #96999D;
}
#mainWrap h3 {
	color: #446687;
	font-size: 0.94em;
	font-weight: normal;
	padding-bottom: 0.75em;
}
#navWrap {
	z-index: 1;
}
#nav {
	height: 20px;
	background-color: #cbd5de;
	margin-left: 9px;
	width: 938px;
	padding-left: 10px;
}
#nav a, #nav a:link {
	font-size: .69em;
	color: #294f88;
	text-decoration: none;
	padding-right: 1em;
}
#footer {
	background-color: #537aa1;
	height: 9px;
	margin-right: 3px;
	margin-left: 4px;
	font-size: 65%;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#footer a, #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	margin-bottom: 2em;
	font-size: .63em;
	color: #999;
	text-align: center;
	padding-top: .45em;
}
