body {
	margin: 0 auto ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	max-width: 1600px ;
	background: url(images/bg_body.jpg) repeat-x;
	

}

p{
	margin: 10px 0 ;
	padding: 0;
}

h1,h2,h3{
	margin: 0;
	padding: 0;
}

#header{
	height:265px;
	background: url(images/header.jpg);	
}

#pageHeader{
	float: left;
	width: 100%;
	height: 73px;	
	overflow: hidden;
}

#pageHeader h1{ 
	font: 25px Verdana;
	width: 337px;
	height: 73px;
	background: url(images/css_gargden.jpg);
	display: block;
	text-indent: -2000em;	
	float: left;
}

#pageHeader h2{ 
	font-size: 17px;
	width: 335px;
	height: 45px;
	background: url(images/h2_header.jpg);
	display: block;	
	text-align: center;	
	float: right;	
	color: #FFFFFF;	
	font-weight: normal;
}

#pageHeader acronym{ 
	font-size: 27px;
	color: #929AA2;
	
	border: none;
}

#quickSummary{
	float: left;
	background: url(images/quick.jpg) 0px 3px no-repeat;
	height: 170px;
	width: 100%;	
}


#quickSummary p.p1{
	font-size: 25px;
	color: #FFFFFF;
	padding: 30px 120px 0 450px;
	width: 50%;
}

#quickSummary acronym{
	font-size: 39px;
	color: #DFDFDF;	
	font-weight: bolder;
	border: none;
	padding: 0 3px
}

#content{
	float: left;
	width: 74%;
	background: White url(images/bg-container.jpg) no-repeat left bottom;
	padding: 0 0 40px 1%;
	font: 13px verdana;
}

#preamble{
	
}



#preamble.generaltext h3{
	font-size: 26px;
	color: #49566C;	
	font-weight: normal;
}

.generaltext{
	background: #FFFFFF url(images/generaltext_bg.jpg) repeat-x;
	width: 44%;
	padding: 15px 1% ;
	float: left;
	border: 2px solid #BBBDC2;
	margin: 5px 1% 5px 0;
	
}

#preamble.generaltext{
	width: 92%;
	background: #CBCED3 url(images/preamble_bg.jpg) repeat-x;
	border: 2px solid #BBBDC2;
	float: left;
	margin: 10px 0 10px 0;	
	
}

.generaltext h3{
	font-size: 26px;
	color: #49566C;	
	font-weight: normal;
}


#sidebar{
	width: 25%;
	float: right;
	background:White url(images/links.jpg) no-repeat scroll left center;
	height: 500px;
}

#quicklinks{
	padding: 0 0 0 35px;
	
}

#quicklinks li{	
	font-size: 15px;
	color: #49566C;
	list-style-type: none;
	font-weight: bolder;	
	padding: 0 0 18px 0 ;
	margin: 0;
}

#quicklinks ul{	
	margin: 0;	
	padding: 0;

}

#quicklinks a{
	text-decoration: none;
	color: #49566C;
	padding: 6px;
	

}

#quicklinks a:hover{
	background: #CBCED3;
	color: #FFFFFF;	
}

h3.resources{
	font-size :25px;
	color: #283234;	
	padding: 20px 0 35px 0px ;
}


#footer{
	float: right;	
	text-align: right;
	width: 95%;	
	background: url(images/footer.jpg) repeat-x;
	padding: 18px 5% 0 30px ;
	height: 50px;
	}
	
	#footer a{
	color: White;
	text-decoration: none;
	padding: 5px;
	
	}
	
	#footer a:hover{
	color: #F3F3F3;	
	background: #283234;
	
	}
	
	

	 
	


