* {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	list-style:none
}

body{
	background:#fff url(/images/bgBody.png) repeat-x top;
	color:#333;
}
address {
	margin:0 0 16px 0;
	font-size:12px;
	line-height:17px;

}
q {
	display:block;
	margin:6px 0
}
cite {
	display:block;
	margin:6px 0
}
div:after {/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
img {
	border:0
}

p{
	margin:0 0 15px 0;
	line-height:18px;
	color:#333;
	}

a, a:link{
	color:#365faf;
	text-decoration:underline	
}
a:hover{
	text-decoration:none
}

/* BEGIN: Headings ================== */
h1 {
	font:normal 23px Arial, Helvetica, sans-serif;
	color:#002851;
	text-transform:uppercase;
}
h2 {
	margin:0 0 20px;
	font:bold 15px Verdana, Geneva, sans-serif;
	color:#183a78;
	text-transform:uppercase;
}
h3 {
	font-size:14px;
	margin-bottom:4px;
	color:#666;
}
h3 span{
	font-size:12px;
}
h4, h4 span {
	font-size:13px;
	margin-bottom:15px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:11px;
	color:#183a78;
}

#header{
	width:1000px;
	height:126px;
	margin:auto;
	background:url(/images/bgHeader.png) no-repeat bottom right;
}

#logoScreen{
	float:left;
	display:inline;
	margin:20px 0 17px 11px;
}

#utility{
	float:right;
	display:inline;
	width:410px;
	margin:0 6px 0 0;
}
#utility p{
	float:left;
	width:147px;
	margin:12px 0 0
}
#utility p a{
	font-weight:normal;
	color:#333;
}
#search{
	float:left;
	display:inline;
	width:254px;
	height:33px;
	padding:8px 0 0 8px;
	background:url(/images/bgSearch.png);
}
	#txtSearch{
		width:103px;
		padding:5px 25px 3px 5px;
		font-size:11px;
		color:#666;
		background:#fff url(/images/bgSearchInput.png) no-repeat top right;
	}
	#search *{
		float:left;
		vertical-align:middle;
	}
#nav{
	clear:both;
	float:left;
	display:inline;
	margin:0 0 0 10px;
}
#nav ul li{
	float:left;
	display:inline;
	width:153px;
	height:35px;
	margin:0 2px 0 0;
}
#nav li a{
	display:block;
	float:left;
	width:153px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
}
#navConnect{
	background:url(/images/navConnect.png);
}
#navLearn{
	background:url(/images/navLearn.png);
}
#navAdvance{
	background:url(/images/navAdvance.png);
}

#main{
	width:980px;
	margin:0 auto 12px;
	padding:4px 4px 40px;
	border:1px solid #ccc;
	background:#fff;
}


#footer{
	width:968px;
	height:216px;
	margin:auto;
	padding:20px 0 0 20px;
	border:1px solid #ccc;
	border-width:1px 1px 0;
	background:#efecc9 url(/images/bgWatermark.png) no-repeat top right;
}
	#copyright-legal{
		float:left;
		width:458px;
	}
	#copyright-legal p{
		margin:0;
	}
		#copyright-legal p img{
			vertical-align:middle;
		}
	#copyright-legal ul{
		margin:3px 0 36px;
	}
		#copyright-legal li{
			display:inline;
		}
	#copyright-legal > img{
		margin:0 0 10px;
	}
	#copyright-legal #txtWICHE{
		font-size:11px;
	}
	.footer-nav{
		float:left;
		width:114px;
		padding:0 0 0 20px;
		border-left:1px solid #000;
	}
		.footer-nav h4{
			margin:0 0 10px;
		}
		.footer-nav li{
			line-height:18px;
		}
	#footer a{
		color:#333;
	}

.hr-dotted{
	height:1px;
	background:url(/images/horiz-rule-dotted.png) repeat-x left;
}
.hidden-text{
	text-indent:-9999px;
	overflow:hidden;
}
.clear{
	clear:both;
}
