/* Page layout stylesheet */

* {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#main {
	width: 980px;
	position: relative;
	margin: auto;
	text-align: left;
	margin-bottom: 15px;
}

#head {
	position: relative;
	height: 160px;
	background: url(../../images/head_bg.gif) no-repeat;
	margin-bottom: 10px;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 472px;
		height: 113px;
		background-image: url(../../images/logo.gif);
		position: absolute;
		left: 30px;
		top: 39px;
	}
	
	#headerImage {
		/*text-indent: -9999px;*/
		height: 60px;
		width: 468px;
		/*background-image: url(../../images/headerimage.gif);*/
		 position: absolute;
		right: 10px;
		top: 70px; 
		z-index: 999;
	}
	
	#metaNav {
		position: absolute;
		right: 10px;
		top: 140px;
	}
	
	#metaNav li {
		display: block;
		float: left;
	}
	
	#metaNav li a {
		display: block;
		color: #003367;
		line-height: 13px;
		padding-left: 14px;
		padding-right: 14px;
		font-size: 11px;
		border-left: 1px solid #003367;
	}
	
	#metaNav li.first a {
		padding-left: 0;
		border-left: none;
	}
	
	#metaNav li.last a {
		padding-right: 0;
	}
	
	#metaNav li a.act,
	#metaNav li a.cur,
	#metaNav li a:hover {
		text-decoration: underline;
	}
	
#contentCols {
	background-color: #ffffff;
	padding: 10px;
}

#leftCol {
	width: 203px;
	float: left;
	background-color: #f0f0f0;
}
	
	#mainNav {
		border-top: 1px dotted #1b5893;
		margin-bottom: 20px;
	}
	
	#mainNav li a {
		display: block;
		color: #003367;
		padding-left: 25px;
		padding-top: 5px;
		padding: 4px 5px 2px 25px;
		/*height: 15px !important;
		height: 21px;*/
		border-bottom: 1px dotted #1b5893;
		text-transform: none;
	}
	
	#mainNav li a.level1 {
		font-size: 11px;
		background: url(../../images/nav_button.gif) no-repeat 11px 8px #d3e0ec;
	}
	
	#mainNav li a.act,
	#mainNav li a.cur,
	#mainNav li a:hover{
		background: url(../../images/nav_button_hover.gif) no-repeat 11px 8px #f0f0f0;
	}
	
	#mainNav li a.hassub {
		background: url(../../images/nav_button_act.gif) no-repeat 10px 9px #f0f0f0;
	}
	
	#mainNav li li a.level2 {
		font-size: 11px;
		padding-left: 35px;
		background: url(../../images/nav_button_level2.gif) no-repeat 24px 11px #f0f0f0;
	}
	
	#mainNav li li a.act,
	#mainNav li li a.cur,
	#mainNav li li a:hover {
		background: url(../../images/nav_button_level2.gif) no-repeat 24px 11px #ffffff;
	}
	
	#quickLink {
		margin-bottom: 20px;
	}
	
	#newsletter li a,
	#quickLink li a {
		display: block;
		padding: 4px 5px 2px 25px;
		border-bottom: 1px solid #cccccc;
		font-size: 11px;
		color: #1b5893;
		padding-left: 32px;
		padding-top: 5px;
		background: url(../../images/quicknav_button.gif) no-repeat 11px 9px;
	}
	
#midCol {
	margin-left: 213px !important;
	margin-left: 210px;
	margin-right: 214px !important;
	margin-right: 211px; /* ie6 3px jog bugfix */
}

	#midCol .contentheader {
		height: 20px !important;
		height: 22px;
		background-color: #003367;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		width: 100%;
	}

	#midCol .contentheader .datetime {
		color: #7da3c7;
		margin-top: 7px;
	}
	
	#midCol .contentheader .datetime li {
		display: block;
		float: left;
		font-size: 10px;
		line-height: 10px;
	}
	
	#midCol .contentheader .datetime .date {
		padding-right: 7px;
		padding-left: 10px;
		border-right: 1px solid #7da3c7;
	}
	
	#midCol .contentheader .datetime .time {
		padding-left: 7px;
	}
	
	#midCol .contentheader .printlink {
		float: right;
		margin-right: 11px;
		margin-top: 2px;
	}
	
	#midCol .contentheader .printlink a {
		padding-right: 21px;
		padding-top: 1px;
		background: url(../../images/print.gif) no-repeat 100% 1px;
		font-size: 10px;
		color: #7da3c7;
		line-height: 15px;
	}

	#midCol .ctArea {
		position: relative;
		overflow: hidden !important;
		overflow: visible;
		margin: 20px 0 0 0;
		padding: 0 10px 0 10px;
		background-color: #f1f1f1;
	}
	
#rightCol {
	width: 203px;
	float: right;
}

	#rightCol .ctArea {
		background-color: #f0f0f0;
	}
	
#clearer {
	clear: both;
}

#footer {
	position: relative;
	background-color: #7da3c7;
	margin-top: 10px;
	width: 960px !important;
	width: 980px;
	padding: 10px;
}

	#footer .footercontent {
		clear: both;
		position: relative;
		background-color: #ffffff;
		height: 58px !important;
		height: 61px;
		padding: 3px 10px 0 10px;
		width: 940px !important;
		width: 960px;

	}

	


