body {
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a { 
/*color:#C11B17;*/
color:#C11B17;
text-decoration:none;
font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#main {
width:960px; 
margin:0 auto;
background-color:#FFFFFF;
}
#mainbanner {
width:960px;
height:95px;
}
#left {
padding:0px 12px 0px 12px;
width:600px;

float:left;}
#right {
padding:0px 12px 0px 12px;
float:right;
width:305px;
}
#footer {
	width:960px; 
margin:0 auto;
clear:both;
text-align:right;
font-size:10px;
padding:12px;
color:#999999;
}
#footer a{
color:#999999;
text-decoration:none;
}
#footer a:hover {

text-decoration:underline;
color:#000000;
}
#tabheads a{
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
}
#tabheads a:hover{
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}
body,td,th {
	font-size: 12px;
}
#things {
width:305px;
border:#000000 1px solid;
font-size:14px;
}
#things p{
height:40px;
margin:0px;
display:block;
border-top:1px solid #000000;
}
#things a{
	font-weight:normal;
text-decoration:none;
height:40px;
color:#000000;
vertical-align:middle;
}
#things a:hover {
height:40px;
background-color:#FFBF00;
display:block;
margin:0px;
}
#things img {
margin-right:3px;
margin-top:3px;
}
#tagcloud {
border:3px #FF0000 solid;
padding:2px;
text-align:center;

}
#tagcloud a{
text-decoration:none;
color:#000000;
}
#tagcloud a:hover{
text-decoration:underline;
color:#FF0000;
}
#news li{
list-style-image: url(images/blubox.gif);
margin-bottom:3px;
font-weight:bold;
}
#news img{
margin:0px 10px 0px -60px;
}
#news p{
margin-left:80px;
}
#events p{
margin:10px 3px 0px 10px;
}

/************** expandable menu start  */
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
margin-bottom:30px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
cursor: hand;
cursor: pointer;
margin-bottom:-10px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/** ---end--- **/


