@charset "UTF-8";
/* CSS Document */

html,body { 
		font-family:Verdana, Geneva, sans-serif;
		font-size:.82em;
		line-height:1.5em;
	}
	body{
		background-image:url(../images/0711_IE6LPSdefault_logo.png);
		background-repeat:no-repeat;
		background-position:430px 40px;
	}
	h1, h2, h3, h4 {
		color:#036;
		font-weight:bold;
	}

	h1 {
		font-size:1.5em;
	}
	h2 {
		font-size:1.4em;
	}
	h3 {
		font-size:1.25em;
		margin-top:60px;
		border-bottom:1px solid;
	}
	h4 {
		font-size:1.1em;
	}
	
	#container #topNav h4, #container ul#primaryNav li.primaryNavEnd, .leftCol h4, .leftCol p {
		display:none;
	}

	.adBlock {
			background-color:#efefef;
			border: 1px solid #036; 
			font-style: italic;
			float:right;
			display:block;
			width:150px;
			padding:8px;
			margin:8px;
	}
	.highlight, .leftCol p.highlight {
		color: #575757;
		display: block;
		border-top:1px solid #dedede;
		padding-top:10px;
		margin-top:30px;
	}
	.highlight em {
		font-size:1.25em;
		font-weight:bold; 
		font-style:italic; 
		color:#369;
	}
	#footer {
		border-top:1px solid #036;
	}
	.center{
		text-align:center;
	}