body{
  padding: 0px;
  margin: 0px;
  background-color: #cbbad1;
  background-image: url(/images/backgrounds/background.gif);
  background-repeat: repeat-x;
  text-align: center;
  font-family: verdana, arial, "times new roman";
  font-size: 9pt;
  color: #333333;
}
h1{
  margin-top: 0px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  font-size: 140%;
  color: #800080;
}
h2{
  margin-top: 0px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 110%;
  color: #333333;
}
#site_hold{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 883px;
  margin-top: 0px;
  padding-top: 0px;      
}
#twitter-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 32px;
	width: 32px;
	z-index: 1000;
}

#twitter-icon a {
  border: 0px none;
}
#top_banner{
  position: relative;
  margin: 0px;
  padding: 0px;
  height: 88px;
}
#right_section{
  float: right;
  width: 348px;
  height: 435px;
  top: 0px;
}
#inner_section_right{
  float: right;
  width: 293px;
  height: 400px;
  top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
	position: relative;
}
#right_section_abs{
  position: absolute;
  width: 348px;
  height: 435px;
  background-image: url(/images/right-images/image-none.jpg);
  background-repeat: no-repeat;
  margin-left: 500px;
}
#main_middle_section{
  position: relative;
  background-color: #ffffff;
  background-image: url(/images/backgrounds/right-border.gif);
  background-repeat: repeat-y;
  background-position: right;
  text-align: left;
}
#middle_section{
  position: relative;
  top: 0px;
  left: 0px;
  height: auto !important;
  min-height: 435px;
  height: 435px;
  padding: 0px;
  background-image: url(/images/backgrounds/menu-repeat.gif);
  background-repeat: repeat-y;
  background-position: left;
  background-color: transparent;
}
#middle_section_inner_1{
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  height: auto !important;
  min-height: 435px;
  height: 435px;
  padding: 0px;
  background-color: transparent;
}
#middle_section_inner_2{
  position: relative;  
  background-repeat: no-repeat;
  background-image: url(/images/backgrounds/middle-bottom.jpg);
  background-position: bottom left;
  padding: 0px;
  background-color: transparent;
}
#main_content{
  position: relative;
  height: auto !important;
  min-height: 400px;
  height: 400px;
  padding-top: 35px;
  padding-bottom: 0px;
  margin-left: 215px;
  margin-bottom: 0px;
  padding-right: 55px;
  padding-left: 0px;
  top: 0px;
  background-color: transparent;
}
#main_content ul li{
  padding-bottom: 8px;
}
#footer{
  position: relative;
  background-image: url(/images/backgrounds/footer-background.jpg);
  background-repeat: no-repeat;
  background-position: top;
  color: #330066;
  font-size: 80%;
  background-color: transparent;
}
#footer_links{
  position: relative;
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: transparent;
}
#footer_links a{
  color: #330066;
  text-decoration: none;
}
#footer_links a:hover{
  text-decoration: underline;
}
#menu_hold{
  float: left;
  width: 208px;
  left: 0px;
  margin-top: 110px;
  padding: 0px;
  margin-right: 10px;
  background-color: transparent;
}
.menu_item{
  position: relative;
  display: block;      
  width: 208px;      
  height: 43px;
  background-image: url(/images/backgrounds/menu_item.png);
  background-repeat: no-repeat;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 0px;
}
.menu_item:hover{
  background-image: url(/images/backgrounds/menu_item_selected.png);
  color: #eee078;
}
.child_menu{
  position: absolute;
  height: auto !important;
  min-height: 10px;
  height: 10px;
  background-color: #a372b5;
  border: 1px #ffffff solid;
  width: 275px;
  margin-left: 190px;
  margin-top: -41px;
  padding-bottom: 7px; 
  font-size: 90%;
  z-index: 500;        
}
.menu_child{
  display: block;
  padding-left: 8px;
  padding-top: 5px;
  color: #ffffff;        
  text-decoration: none;
  margin: 0px;
}
.menu_child:hover{
  text-decoration: underline;
}
.table-decoration{
  padding: 5px;
  border: 1px #333333 solid;
}
.table-decoration tr td{
  padding: 3px 10px;
}


.scroller-wrapper {
  position: absolute;
	top: 30px;
	right: 25px;	
	width~: 230px;
}

.scroller-top {
	width: 220px;
	height: 25px;
	background: url(/images/latestnews-topbg.png) no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 12px 0px 0px 10px;
}

.scroller-middle {
	position:relative;
	height:280px;
	width:210px;
	display:block;
	overflow:hidden;
	background: url(/images/latestnews-middlebg.png);
	padding: 0px 10px 0px 10px;
}

.scrollingtext {
	position:absolute;
	width:210px;
	color:#000000;
}

.scroller-bottom {
	width: 230px;
	height: 12px;
	background: url(/images/latestnews-bottombg.png) no-repeat;
}

.scroller-title {
	font-weight: bold;
}

.scroller-content {
	line-height: 1.5em;
}
