body {
	color:#fff;
	background-color: #333;
	font-family:  "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}
h1 {
	color: #B3B3B3;
	font: normal 1.5em  "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
}
a {
	text-transform: uppercase;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #ccc;
	text-decoration: underline;
}
#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 301px;
	background: url(../images/headerBack.jpg);
}
#nav {
	background: url(../images/nav.gif) 0 0 no-repeat;
	font: 1.2em  "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	text-indent: -7777px;
	margin: 0 0 22px -22px;
	width: 200px;
	height: 197px;
}
#nav a {
	display: block;
}
#nav li {
	
}
#nav li a {
	text-decoration: none;
	color: #565758;
	height: 28px;
}
#nav li a:hover {
	color: #fff;
}
#nav #home a:hover {
	background: url(../images/nav.gif) -224px 0 no-repeat;
}
#nav #about a:hover {
	background: url(../images/nav.gif) -224px -28px no-repeat;
}
#nav #news a:hover {
	background: url(../images/nav.gif) -224px -56px no-repeat;
}
#nav #faq a:hover {
	background: url(../images/nav.gif) -224px -84px no-repeat;
}
#nav #info a:hover {
	background: url(../images/nav.gif) -224px -112px no-repeat;
}
#nav #contact a:hover {
	background: url(../images/nav.gif) -224px -140px no-repeat;
}
#nav #iucclocalcontacts a:hover {
	background: url(../images/nav.gif) -224px -168px no-repeat;
}
#content {
	margin: 20px 0 0 0;
}
#content #left {
	margin-top: 5px;
	float: left;
	width: 178px;
	padding: 0 40px 0 22px;
}
#content #center {
	float: left;
	width: 500px;
}
#content #right {
	float: left;
	width: 178px;
	padding: 0 22px 0 40px;
}
#content #right img{
	margin-top: 15px;
}
#content p {
	font-size: .8em;
	margin-top: 10px;
	line-height: 1.3em;
}
#footer {
	margin: 40px 0;
	padding-top: 5px;
}
#footer p {
	font-size: .7em;
}
#footer a {
	border-right: 1px solid #fff;
	padding: 0 5px 0 0;
	text-decoration: none;
	font-size: .6em;
}
#footer a.firstLink {
	padding-left: 0;
}
#footer a.lastLink {
	border-right: none;
}
.clearer {
	clear: both;
}

.newsBox { 
	background: url(../images/newsBack.png) no-repeat top;
} 

.newsBox h2 { 
	height: 30px;
} 
.newsBox ul {
	background: #333 url(../images/newsBack.png) no-repeat bottom;
	color: #667;
	font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	font-size: 0.75em;
	padding: 0px 20px 15px 20px;
	margin: 10px 0 0 0;
	list-style: inside;
}
.councilContain {
	background: url(../images/councilInfo.gif) no-repeat top;
	height: 60px;
	padding: 30px 0 0 5px;
}
.councilInfo {
	width: 160px;
	font-size: .75em;
}
a.councilLink {
	color: #A2A1A6;
	font-size: .68em;
	position: absolute;
	top: 58px;
	right: 35px;
}
