A:hover {font-weight : normal; color : #CCcccc; text-decoration:underline;}

A:hover.linksbold {font-weight : bold; color : #4F519C;}

.linksbold {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #4F519C;
text-decoration: none; 
}

ul {list-style-type:square;}
li { font-weight : normal; color : #990000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

html, body {
  margin: 0;
}

.main {
  width: 970px;
    margin: 0 auto;
     margin-top:0px;
   background-color: #ffffff;
 
}

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 0px solid #cccccc;
	width: 960px;
}

.leftcol {
  margin-left: 10px;
  margin-top: 0px;
  
  float: left;
  width: 130px;
  display: inline;
  
}




.centercol {
  
  margin-top: 0px;
  margin-left: 5px;
  float: left;
  width: 660px;
  display: inline;
}

.rightcol {
  float: right;
  margin-top: 3px;
  margin-right: 0px;
  width: 150px;
 
}

#footer {
  text-align: center;
  border: #990000 0px solid;
}

#footerbr { clear: both; } 




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.body { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #333333; 
}

.heading { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-style: normal; 
font-weight: normal; 
color: #990000; 
} 

.nsmenu { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
color: #FFFFFF; 
text-decoration: none; 
}

.bodybig {  
font-family:  Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-style: normal; 
font-weight: normal;
color: #660000;
}