/* the styles in here are for the layout of the page */

*{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

#main {
	width:961px;
	position:relative;
	top: 5px;
	margin: auto;
	background: url(../images/main_bg.gif) repeat-y 0 0 #FFF;
	text-align: left;
}

#noLeftCol #main {
	background: url(../images/main_bg_noleftcol.gif) repeat-y 0 0 #FFF;	
}

#head {
	position: relative;
	height: 139px;
	background-color: #FFF;
}

	#head h1 {
		width: 961px;
		height: 87px;
		background-image: url(../images/logo.jpg);
		position: absolute;
		left:0;
		top:0;
	}

	#head h1 a {
		display: block;
		text-indent:-999px;
		width: 378px;
		height: 87px;
	}
	
	#mainNav {
		position: absolute;
		z-index: 900;
		top: 93px;
		left: 0px;
	}
	
	#mainNav li {
		position: relative;
		float: left; 
	}
	
	#mainNav li a {
		display: block;
		font-size:12px;
		color: #FFF;
	}
	
	#mainNav li.level1 {
		width: 128px;
	}
	
	#mainNav a.level1 {
		width: 128px;
		height: 35px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		background: url(../images/mainNav_bg.gif) no-repeat 0 0;
	}
	
	#mainNav a:hover,
	#mainNav a.cur,
	#mainNav a.act { 
		background: url(../images/mainNav_bg_act.gif) no-repeat 0 0;
	}
	
	#mainNav li ul {
		position: absolute;
		left: -9999px;
		height: 1px;
	}
	
	#mainNav li:hover ul,
	#mainNav li:hover.act ul,
	#mainNav li:hover.cur ul,
	#mainNav li.sfhover ul {
		position: relative;
		left: auto;
		z-index: 400;
	}

	#mainNav li li {
		width: 128px;
	}
		
	#mainNav a.level2 {
		font-size: 11px;
		font-weight: bold;
		color: #666666;
		background-color: #c6dbe7;
		width: 96px;
		padding: 6px 10px 7px 21px;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
	}
	
	#mainNav li li.last a.level2 {
		border-bottom: 1px solid #999999;
	}

	#mainNav a.level2:hover,
	#mainNav li.level2 a.cur,
	#mainNav li.level2 a.act {
		color: #FFF;
		background: url(../images/mainNav_arrow.gif) no-repeat 7px 9px #1c6399;
	}

#leftCol {
	width: 386px;
	float: left;
}

	#leftCol .ctArea {
		margin: 0 14px 0 16px;
	}
	
	#noLeftCol #leftCol {
		display: none;	
	}
	
#midCol {
	margin-left: 398px; 
	margin-right: 203px;
	min-height: 500px;
	position: relative;
	z-index: 1;
}

#noLeftCol #midCol {
	margin-left: 3px;	
}

	#midCol .ctArea {
		overflow: hidden;
		padding-top: 261px;
	}
	
	#noLeftCol #midCol .ctArea {
		padding-top: 0px;	
	}

	#randomImage {
		text-indent:-999px;
		height: 261px;
		width: 360px;
		position: absolute;
		left: 0;
		top: 0;
		background-image: url(../images/random/random_test.jpg);
	}
	
	#noLeftCol #randomImage {
		display: none;	
	}
	
#rightCol {
	position: relative;
	width: 192px;
	float: right;
	margin-top: -21px;
	background-color: #ede7d9;
}


#footer {
	clear:both;
	background: url(../images/footer_bg2.gif) no-repeat left bottom #FFF;
	position:relative;
	width: 961px;
	height:23px;
	padding-top: 12px;
}
	
	#printLink a {
		display: block;
		position: absolute;
		top: 13px;
		left: 856px;
		color: #FFF;
		padding-right: 25px;
		height: 19px;
		background: url(../images/print.gif) no-repeat right top;
		font-size: 11px;
		text-decoration: underline;
	}
	
	#copyright {
		font-size: 11px;
		position: absolute;	
		left: 10px;
		width: 100px;
		top: 14px;
		color: #FFF;
	}
	
	#copyright a {
		position: absolute;
		top: 0px;
		left: 62px;
		display: block;
		width: 100px;
		text-indent: -102px;
		overflow: hidden;
		font-size: 11px;
		color: #FFF;
	}





