body
{
	background: #f1e6d9;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5c3b1d;
	font-size: 13px;
}

#mainDiv
{
	width: 960px;
	margin: auto;
}

#topBanner
{
	width: 960px;
	height: 234px;
	background: url(images/bannerTop.jpg) top left no-repeat;
}

#topBanner h1
{
	display: none;
}

#bottomBanner
{
	width: 960px;
	height: 233px;
	background: url(images/bannerBottom.jpg) bottom left no-repeat;
}

#contentDiv
{
	position: relative;		
}

#menu
{
	position: absolute;
	top: -35px;
	right: 70px;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu a
{
	display: block;
	height: 42px;
}

#menu a span
{
	display: none;
}

#menu #issueBtn
{
	width: 105px;
	background: url(images/issueBtn1.jpg) top left no-repeat;
}

#menu #implicationsBtn
{
	width: 175px;
	background: url(images/implicationsBtn1.jpg) top left no-repeat;
}

#menu #joinBtn
{
	width: 143px;
	background: url(images/joinBtn1.jpg) top left no-repeat;
}

#menu #aboutBtn
{
	width: 108px;
	background: url(images/aboutBtn1.jpg) top left no-repeat;
}

#menu #contactBtn
{
	width: 121px;
	background: url(images/contactBtn1.jpg) top left no-repeat;
}

#menu #issueBtn.active
{
	background: url(images/issueBtn2.jpg) top left no-repeat;
}

#menu #implicationsBtn.active
{
	background: url(images/implicationsBtn2.jpg) top left no-repeat;
}

#menu #joinBtn.active
{
	background: url(images/joinBtn2.jpg) top left no-repeat;
}

#menu #aboutBtn.active
{
	background: url(images/aboutBtn2.jpg) top left no-repeat;
}

#menu #contactBtn.active
{
	background: url(images/contactBtn2.jpg) top left no-repeat;
}

#rightBar
{
	float: left;
	background: url(images/sidebarBg.jpg) top left no-repeat;
	width: 220px;
	min-height: 545px;
	text-align: left;
}

#rightBar h3
{
	background: url(images/quickLinks.jpg) top left no-repeat;
	width: 117px;
	height: 22px;
	margin-left: 20px;
}

#rightBar h3 span
{
	display: none;
}

#rightBar ul
{
	margin: 5px 0px 10px 25px;
	padding: 0px;
	list-style: none;
}

#rightBar a
{
	padding-left: 25px;
	height: 26px;
	display: block;
	text-decoration: none;
	color: #5c3b1d;
}

#rightBar a.video
{
	background: url(images/videoIcon.jpg) top left no-repeat;	
}

#rightBar a.pdf
{
	background: url(images/pdfIcon.jpg) top left no-repeat;
}

#pageContent
{
	background: url(images/mainContentBg.jpg) top left no-repeat;
	margin-left: 220px;
	text-align: left;
	line-height: 18px;
	padding: 1px;
}

#contentMargin
{
	margin: 20px 10px;
}

h1
{
	color: #d27528;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
}
