@import url("global.css");

/* Main Content
===================================================== */
p{
margin:0 0 14px 0;
}

#Maincontent {
	width:980px;
	margin:0 auto;
}
	

/* LeftColumn */

#LeftColumnBG {
	background:url(../images/LeftColumnBG.jpg) repeat-y;
	float:left;
	width:392px;
}	

#LeftColumn {
	float:left;
	background:url(../images/LeftColumn.jpg) no-repeat;
	width:302px; /* 392px */
	padding:378px 30px 40px 60px;
}

.LeftColumnSubBox {
	width:276px;
	margin:0 0 14px 0;
	border-bottom:1px solid #000;
}
	
	
	.LeftColumnSubBox .FreeGap{	
	paddin:0;	
	margin:0px 0 10px 0;	
	}
.LeftColumnSubBox img {
	display:block;
	float:left;
	margin:0 20px 14px 0;
}

.SideBarSectionTitle {
	display:block;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#24180b;
	line-height:90%;
	padding:0 0 10px 0;
}	


.LeftColumnSubBox p {
	font:12px Arial, Helvetica, sans-serif;
	padding:0 0 10px 0;
}
	.LeftColumnSubBox p a {
		color:#24180b;
	}

/* Right Column */

#RightColumn {
	background:url(../images/RightColumn.jpg) no-repeat;
	padding:270px 0 0 0;
	width:588px;
	float:left;
}

.RightContentTitle {
	display:block;
	font:160% Arial, Helvetica, sans-serif;
	color:#24180b;
	margin:0 0 14px 0;
}

#RightColumn p {
	font:80% Arial, Helvetica, sans-serif;
	color:#24180b;
	margin:0 0 30px 0;
	line-height:160%;
}

/* Content Bottom */

#ContentBottom {
	width:980px;
}
#Brochure {
	float:left;
	padding:0 0 0 35px;
	width:320px; /* 355px */
}
#Brochure img {
	display:block;
}

#Associations {
	background:url(../images/associations.jpg) no-repeat;
	width:602px;
	height:217px;
	float:left;
}


