#contentbox {
	background-image: url(../images/wrap2_r2_c1.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FEAEDE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FEAEDE;
}
a:hover {
	text-decoration: underline;
	color: #F36;
}
a:active {
	text-decoration: none;
	color: #666;
}
a.footerlink:link {
	color: #666;
	text-decoration: none;
}
a.footerlink:visited {
	text-decoration: none;
	color: #666;
}
a.footerlink:hover {
	text-decoration: underline;
	color: #666;
}
a.footerlink:active {
	text-decoration: none;
	color: #666;
}
#bg1 {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
}
.footerlink {
	color: #999;
}
#bg2 {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/* table list articles*/


#list-news-body{
	width:440px;
	float:left;
}

#list-news-body2{
	width:100%;
	float:left;
}

#tr-header{
	background-color: #FF6DB6;
	height: 20px;

	font-size: 0px;
	/*text-indent: 10px;*/
}

#tr-header .td-header{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	float: left;
	margin-top: 3px;
}

.tr-details{
	/*text-indent: 10px;*/
}

.tr-details .td-details{
	font-size: 12px;
	color: #000000;
	float: left;
	margin-top: 3px;
}

.tr-details .td-details a{
	color: #000066;
	text-decoration: underline;	
}

.tr-details .td-details a:hover{
	text-decoration: none;
}

.clsdiv{
	clear: both;
}

#d-footer{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
}


#tbl-header{
  height: 20px;
  margin-top: 15px;
  line-height: 20px;
  background-color: #F4F4EB;
  border-top: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
}

#tbl-header .header-title{
  /*text-indent: 10px;*/
  float: left;
  color: #3D8DC0;
  font-weight: bold;
  font-size: 12px;
}

.tbl-details{
  line-height: 20px;
  border-bottom: solid 1px #C3C3C3;
}

.tbl-details .td-details{
  margin-left: 10px;
  float: left;
  color: #333;
  font-size: 11px;
}

caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FBBCC8;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
/*text-indent: 5px;*/
border: 0 solid #FF6DB6; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
}
