/* CSS Document */
@font-face {
 
 src: url("open sans.ttf"),/* EOT file for IE */
 	  url("open sans.otf"),
	   url("open sans.svg")
}
@font-face {
 font-family: sansation;
 src: url("sansation.ttf"),/* EOT file for IE */
 	  url("sansation.otf"),
	   url("sansation.svg")
}
@font-face {
 font-family: sansation_bold;
 src: url("sansation_bold.ttf"),/* EOT file for IE */
 	  url("sansation.otf"),
	   url("sansation.svg")
}
.contentbg {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
}
.topmenu {
	
	font-smooth:always;
	font-size: 12px;
	text-decoration: none;
	color: #5E42A3;
}
.topmenu a {
	
	font-smooth:always;
	font-size: 12px;
	text-decoration: none;
	color: #5E42A3;
}

.contentehtshw {
	background-image: url(../images/contentrhtshw.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.contentleftshw {
	background-image: url(../images/contentlftshw.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.newsheading {
	font-family: sansation_bold;
	font-smooth:always;
	font-size: 14px;
	color: #4e3590;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.indexheading {
	font-family: sansation_bold;
	font-smooth:always;
	font-size: 13px;
	color: #4e3590;
	text-decoration: none;
	text-transform: uppercase;
}
.newscontent {
	
	font-smooth:always;
	font-size: 12px;
	color: #414141;
	text-decoration: none;
}
.content {
	font-smooth:always;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
.readmore {
	font-smooth:always;
	font-size: 11px;
	color: #339900;
	text-decoration: none;
}
.readmore a {
	font-smooth:always;
	font-size: 11px;
	color: #339900;
	text-decoration: none;
}
.footerbg {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}
.footercontent {
	
	font-smooth:always;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.footercontent a {
	
	font-smooth:always;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.greenheading {
	color: #378322;
	
}
.redheading {
	color: #eb0000;
	text-decoration: none;
}
.greensubheading {
	font-size: 13px;
	color: #378322;
	
	font-smooth:always;
	
	
}
.thumbnail{
    padding:4px;
    border:1px solid #DDD;
    -moz-box-shadow: 5px 5px 7px #999;
    box-shadow: 5px 5px 7px #999;
    -webkit-box-shadow: 5px 5px 7px #999;
}
.table {
	background-color: #D6D6D6;
}
.tablecontent {
	
	font-smooth:always;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	padding-left: 5px;
	
}
.tablegreenheading {
	font-size: 15px;
	color: #378322;
	text-decoration: none;
	font-smooth:always;
	padding-left: 5px;
	text-transform: uppercase;	
	
}
.tableredheading {
	font-size: 15px;
	color: #eb0000;
	text-decoration: none;
	padding-left: 5px;
	text-transform: uppercase;
}
.tr {
	background-color: #FFFFFF;
}
.td {
	background-color: #F8F8F8;
}
