/*Start stylesheet*/

* {
	margin:0;
	padding:0;
}

body {
	text-align:center
}


#skipNavigation { 
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:1em
}

#home_page, #standard_page, #custom_page {
	width:764px;
	_width:770px;
	margin:auto;
	text-align:left;
	
	border-left:3px solid #ccc;
	border-right:3px solid #ccc;
	
	background-color:#ffffff
}

#header {
	height:96px;

}

	#header h1  {
		display:none;
		visibility:hidden
	}

	#header #navigation {
		padding-top:64px;
		position:absolute;
		top:0;

		width:760px;
	}
	
	#header #navigation ul {
		min-height:15px;
		_height:15px;
	}
	
	#header img {
		position:absolute;
		margin-left:5px;
	}

#body { 
	padding-top:222px;
}

#content { 
	min-height:100px;
	_height:100px;
	
}

#breadcrumb { 
	display:none;
	visibility:hidden
}

#leftContent { 
	width:180px;
	_width:200px;
	padding:10px;
	overflow:hidden;
	
	position:relative;
	float:left;
	
	border-top:20px solid #e81303;
}
#centerContent { 
	width:559px;
	overflow:hidden;
	
	position:relative;
	float:right;
	
	border-top:20px solid #0B194D;
}

#centerContentWrap { 
	padding:10px;
	min-height:350px;
	_height:350px
}


#rightContent {
	padding:10px 10px 0 10px
}

	#rightContent form {
		height:2em;
		text-align:right
	}

#footer { 
	min-height:1em;
	_height:1em;
	
	border-top:1px solid #cccccc;
	margin:0 3px
}

	#footer * {
	}

#rightFooter { 
	position:relative;
	float:right
}

#leftFooter { 
	position:relative;
	float:left;
	padding:5px
}

#bottomFooter {
	clear:both;
	padding:5px
}


div:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0
}


#surveyAlertOuter {
	width:527px;
	border:4px solid #0B194D;
	margin-top:30px;
}

#surveyAlertInner {
	width:495px;
	padding:12px;
	border:4px solid #E81303;
}

#surveyAlertRight {
	float:right;
}

#surveyAlertLeft {
	float:left;
	width:375px;
}

i{content:"\"/*"}
#home_page, #standard_page, #custom_page { 
  _width:764px;
}

i{content:"\"/*"}
#leftContent {
	_width:180px
}
