body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	background-color: #350000;
}
td {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A55D35;
	text-decoration: none;
	/* padding-bottom: 2px;
	/*padding-left: 5px; 
	height: 35px;
	line-height: 25px; */

}
.contentHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	height: 35px;
}
.headerBg {
	background-color: #edeeef;
}
.boxTitle, .boxTitle a, .boxTitle a:link, .boxTitle a:visited, .boxTitle a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF
}
.boxContent, .boxContent a, .boxContent a:link, .boxContent a:visited, .boxContent a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF
}
.txtBgDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF

}
.navigation {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
}
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d2d2d2;
}
.newsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #7b7b7b;
	padding-left: 20px;
}
.websiteSlogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454545;	
	line-height: 13px;
	/*padding-left: 20px;*/
	
}

.websiteTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A55D35;
	/* line-height: 20px; */
	/*padding-left: 12px;*/
}
.footerBg {
	background-color: #f0f0f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #787777;
}
.pBy, .pBy a, .pBy a:link, .pBy a:visited, .pBy a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;	
}
.footerMenu, .footerMenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;	
}
.footerMenu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D0D0D0;
	text-decoration: none;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}.mainMenuBg {
	background-color: #A55D35;
}
.mainMenu, .mainMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}
.mainMenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #D0D0D0;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}

  /* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
		border: 1px solid #e6e6e6;
		background-color: #f6f6f6;
}
.imagethumb a:visited {
		background-color: #fcfcfc;
		border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
 .scrollBox {
   /* The box displaying the scrolling content */
   position: relative;
   margin-top: 10px;
   /*top: 30px;
   left: 200px;*/
   /* width: 120px; */
   height: 110px;
   /*border: 1px dashed #ff6d28;*/
   overflow: hidden;
 }
  .scrollTxt {
  /* the box that actually contains our content */
   	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
   position: absolute;
   /*top: 200px; */
  }
