/* CSS Document */

body{
	padding:0;
	margin:0;
	text-align:center;
	background-color:#f1f1f1;
	}
	
#wrapper{
	padding:0;
	margin:0 auto;
	text-align:left;
	width:947px;
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	}
	
#header{
	position:relative;
	background-image:url(../images/bg_header.gif);
	background-repeat:no-repeat;
	height:158px;
	}
	
#lhs{
	width:180px;
	margin:20px 8px 0px 8px;
	float:left;
	}
	
#content{
	width:720px;
	float:left;
	margin: 20px 8px 0px 8px;
	}
	
#contentGeneral , #contentSearch{
	width:700px;
	float:left;
	margin: 20px 20px 0px 20px;
	}

	
#footer{
	
	clear:both;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	height:171px;
	
	}
	
#search{
	position:absolute;
	top:105px;
	left:20px;
	width:170px;
	}
	
#issuedate{
	position:absolute;
	top:105px;
	left:195px;
	width:282px;
	height:20px;
	font-size:10px;
	text-align:center;
	}

#nav2{
	position:absolute;
	top:132px;
	left:195px;
	z-index:200;
	width:282px;
	height:20px;
	text-align:center;
	
	}
	
#headbanner{
	width:468px;
	height:60px;
	position:absolute;
	top:96px;
	left:478px
	}
	
#footerlinks{
	width:750px;
	padding:100px 0px 0px 190px;
	text-align:center;
	}
	
#footercopyright{
	position:absolute;
	width:750px;
	padding:10px 0px 0px 190px;
	text-align:center;
	}
	

.greyborder{
	border:3px solid #f1f1f1;
	padding:3px;
	background-color:#fafafa;
	
	}
	
#contentLeftcolumn{
	width:410px;
	float:left;
	margin-right:8px;
	}
	
#contentRightcolumn{
	width:290px;
	float:left;
	}

div.secondlead{padding:10px 8px; clear:both;height:70px;}

div.secondlead img{ margin-right:5px;float:left;}

#articleLeftcolumn{
	margin-right:8px;
	}
	
#articleRightcolumn{
	margin-left:10px;
	margin-bottom:10px;
	width:300px;
	float:right;
	}
	
.floatright{float:right; margin: 0 0 5px 5px;}
.floatleft{float:right; margin: 0 5px 5px 0;}

