body {
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif'; 
	line-height: 15px; 
	color: #404040; 
	font-size: 13px; 
	font-weight: normal;
	margin-top:25px;	
	background-color: #f5f3f3; 
	text-align: center; /* for IE */
/*	line-height: 15px; */
	overflow: scroll; 
	overflow-x: auto;
	overflow-y: scroll;
}

.bodycontainer {
	margin-left: auto; 
	margin-right: auto; 
	text-align:left; /* to counter IE stupidity */
	width: 630px;
	height: 576px;
}

a {
    color: #c61300;
    text-decoration: none;
}

a:visited {
    color: #c61300;
    text-decoration: none;
}


a:hover {
    color: #454545;
    text-decoration: none;
}

.subheader {
	font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
	color: #adadad;
	font-size: 16px;
	font-weight: bold;
}


.mainlink {
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif'; 
	font-weight: bold; 
	line-height: 25px; 
	font-size: 20px;
}

.mainsection {
	padding-bottom: 25px;
}

.footer {
	 padding-bottom: 20px; 
}

.comment {
	color: green;
	font-weight:bold;	
}

.cluename {
	font-weight:bold;
	color: #5d5d5d;
}

.nmstext {
	font-weight:bold;
}

.sectionheader {
	color: #c61300;
	font-weight: bold;
}


.maintext {
	margin-left: 150px;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 40px;
	min-height: 360px;
}

/* for Internet Explorer */
/*\*/
* html .maintext {
height: 347px;
}
/**/

.transparent {
	color: #f5f3f3;
}

a.transparent {
	color: #f5f3f3;
}
a:visited.transparent {
	color: #f5f3f3;
}
a:hover.transparent { 	
	color: #f5f3f3;
}

.date {
	font-weight:bold;
}

.newsarticle {
	margin-bottom:35px;
}


.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;	
	padding-bottom: 0px;	
	background-color: white;
	position: relative;
	bottom: 2px;
	right: 2px;
}