/* CSS Document */

#header					{	background: #a83600 url(images/header.jpg) left top no-repeat;	}
#header h1				{	background: #a83600 url(images/header.jpg) right top no-repeat;	}
#nav 					{	border-bottom: solid 2px #a83600;	}
#footer					{	border-top: solid 2px #a83600;	}
#content				{	background: White url(images/column.gif) right top repeat-y;	}
#fauxColumns			{	background: White url(images/column.gif) left top repeat-y;	}
#leftSide h2,
#rightSide h2 a,
#rightSide p a			{	color: #a83600;	}
.style1 {
	font-size: 0.7em;
	color: #666666;
}
#leftSide ol li			{	border-bottom: solid 2px #EFD8CE;	}

ol.issue li a:hover,
ol.jobs a:hover,
ol.events a:hover		{	background: #EFD8CE;	}

#rightSide h2 a:hover	{	border-bottom: dotted 1px #a83600; border-top: dotted 1px #a83600;	}
#rightSide .article		{	border-bottom: solid 1px #a83600;}

.main					{	border: solid 1px #a83600;	background: #fefaf8;	}


