/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #CCC;
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

a.topnavlink:link          {color: #FFF; text-decoration: none;}
a.topnavlink:visited       {color: #FFF; text-decoration: none;}
a.topnavlink:active        {color: #FFF; text-decoration: none;}
a.topnavlink:hover         {color: #000; text-decoration: none;}
a.topnavlink:visited:hover {color: #000; text-decoration: none;}

a.leftnavlink:link          {color: #751992; text-decoration: none;}
a.leftnavlink:visited       {color: #751992; text-decoration: none;}
a.leftnavlink:active        {color: #751992; text-decoration: none;}
a.leftnavlink:hover         {color: #000; text-decoration: none;}
a.leftnavlink:visited:hover {color: #000; text-decoration: none;}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#6f1e7c;
	}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#shadow_wrapper {
	width: 990px;
	margin: 0 auto;
	background-image: url(../img/bg_shadows.gif);
	background-repeat: repeat-y;
}
#outer_wrapper {
	width: 980px;
	background-color: #FFF;
	border: 1px solid #000;
	margin: 0 auto;
}
#header {
	width: 968px;
	height: 174px;
	margin: 5px;
}
#top_navigation {
	width: 968;
	height: 45px;
	background-image: url(../img/bg_top_navigation.gif);
	margin: 0px 5px 0px 5px;
}
#topnavlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 35px;
	padding-left: 35px;
	font: normal normal normal 15px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#inner_wrapper {
	width: 978px;
	background-image: url(../img/bg_inner_wrapper.gif);
}
#left_navigation {
	display: inline;
	float: left;
	width: 252px;
}
#main_content {
	display: inline;
	float: left;
	width: 721px;
}

#leftnavlist
{
	margin-left: 19px;
	padding-left: 0;
	list-style: none;
	width: 229px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#leftnavlist li
{
	padding-left: 15px;
	background-image: url(../img/bullet_leftnav.gif);
	background-repeat: no-repeat;
	background-position: 0 1em;
	font: normal normal normal 12px/24px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
	padding-bottom:5px;
	padding-top:4px;
}
#officers {
	margin-left: 30px;
}
.officers_pad {
	padding-left: 20px;
}
#content_pad {
	margin-left: 20px;
	margin-top: 30px;
}



p {
	margin-bottom: 1.5em;
}


.news_items
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.news_items li
{
	padding-left: 10px;
	background-image: url(../img/bullet_purple.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	margin-bottom: 10px;
}
