/*Start stylesheet*/ 

* {
	margin:0;
	padding:0;
}

body {
	text-align:center
}


#skipNavigation { /*1*/
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:1em
}

#home_page, #standard_page, #custom_page { /*2*/
	width:764px;
	_width:770px;
	margin:auto;
	text-align:left;
	
	border-left:3px solid #ccc;
	border-right:3px solid #ccc;
	
	background-color:#ffffff
}

#header { /*2.1*/
	height:96px;
}

	#header h1  {
		display:none;
		visibility:hidden
	}

	#header #navigation { /*2.2.1*/
		padding-top:64px;
		position:absolute;
		top:0;
	}
	
	#header #navigation ul {
		min-height:15px;
		_height:15px;
	}
	
	#header img {
		position:absolute;
		margin-left:5px;
		z-index:10
	}

#body { /*2.2*/
	padding-top:222px;
}

#content { /*2.2.2*/
	min-height:100px;
	_height:100px;
	
}

#breadcrumb { /*2.2.2.1	*/
	display:none;
	visibility:hidden
}

#leftContent { /*2.2.2.2*/
	width:180px;
	_width:200px;
	padding:10px;
	overflow:hidden;
	
	position:relative;
	float:left;
	
	border-top:20px solid #e81303;
}

#centerContent { /*2.2.2.3*/
	width:559px;
	overflow:hidden;
	
	position:relative;
	float:right;
	
	border-top:20px solid #0B194D;
}

#centerContentWrap { /*2.2.2.3.1*/
	padding:10px;
	min-height:350px;
	_height:350px
}

#rightContent {
	padding:10px 10px 0 10px
}

	#rightContent form {
		height:2em;
		text-align:right
	}

#footer { /*2.3*/
	min-height:1em;
	_height:1em;
	
	border-top:1px solid #cccccc;
	margin:0 3px
}

	#footer * {
	}

#rightFooter { /*2.3.1*/
	position:relative;
	float:right
}

#leftFooter { /*2.3.2*/
	position:relative;
	float:left;
	padding:5px
}

#bottomFooter {
	padding:5px;
	width:500px;
	float:left;
}

div:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0
}

i{content:"\"/*"}
#home_page, #standard_page, #custom_page { /*IE 6*/
  _width:764px;
}

i{content:"\"/*"}
#leftContent {
	_width:180px
}

#jltlogo
{
 	float:right;
 	margin: 0 5px 5px 0;
}

