body{
	background:url(../images/bgr_body.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4B4B4B;
	font-size:14px;
	padding:0;
	margin:0;
}

p{
	text-align:justify;
	margin:0 0 15px 0;
	padding:0;
}

a{
	text-decoration:underline;
	color:#646464;
}

a:hover{
	text-decoration:underline;
	color:#C10000;
}

#outertbl{
	border:1px solid #CCCCCC;
	background:#fff;
}

#header{
	background:url(../images/head_bg.gif) top repeat-x;
	height:98px;
}

#header h1{
	display:none;
}

#footer{
	background:url(../images/foot_bg.gif) top repeat-x;
	height:71px;
	vertical-align:top;
}

#footer td{
	font-size:12px;
	text-align:center;
	color:#fff;
}

#footer td a{
	color:#fff;
}

#footer td a:hover{
	text-decoration:none;
}

#logo{
	background:url(../images/logo.gif) 30px no-repeat;
	width:100%;
	height:47px;
}

.bold{
	font-weight:bold;
}

.bold a{
	color:#fff;
}

#content td{
	vertical-align:top;
}

#leftcol{
	width:190px;
	border-right:1px solid #E8E8E8;
	vertical-align:top;
}

#centercol{
	font-size:14px;
	line-height:20px;
	color:#4B4B4B;
}

#rightcol{
	width:180px;
}

.mainmenu{
	padding:10px 0 10px 5px;
	margin:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	color:#646464;
}

.mainmenu li{
	line-height:25px;
	margin-bottom:2px;
}

.mainmenu li a{
	padding-left:15px;
	display:block;
	width:165px;
	text-decoration:none;
	color:#646464;
	background:url(../images/bullet1.gif) 5px no-repeat;
}

.mainmenu li a:hover{
	padding-left:15px;
	display:block;
	width:165px;
	color:#fff;
	background:#C10000 url(../images/bullet2.gif) 5px no-repeat;
}

#subactive a{
	color:#fff;
	background:#C10000 url(../images/bullet2.gif) 5px no-repeat;
}

.mainmenu li .submenu{
	padding:0;
	margin:0;
	list-style:none;
}

.mainmenu li .submenu li{
	padding:0 0 0 20px;
	font-size:11px;
	line-height:20px;
	margin:0;
}

.mainmenu li .submenu li a{
	text-decoration:none;
	padding:0;
	margin:0;
	width:100%;
	background:none;
}

.mainmenu li .submenu li a:hover{
	text-decoration:none;
	padding:0;
	margin:0;
	width:100%;
	color:#C10000;
	background:none;
}

/*#leftcol ul{
	padding:10px 0 10px 5px;
	margin:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	color:#646464;
}

#leftcol li{
	line-height:25px;
	margin-bottom:2px;
}

#leftcol a{
	padding-left:15px;
	display:block;
	width:165px;
	text-decoration:none;
	color:#646464;
	background:url(../images/bullet1.gif) 5px no-repeat;
}

#leftcol a:hover{
	padding-left:15px;
	display:block;
	width:165px;
	color:#fff;
	background:#C10000 url(../images/bullet2.gif) 5px no-repeat;
}

#subactive a{
	color:#fff;
	background:#C10000 url(../images/bullet2.gif) 5px no-repeat;
}*/

.body_text{
	text-align:justify;
}
.title{
	font-family:"trebuchet ms", "times new roman", times, serif;
	font-size:20px;
	color:#C10000;
	background:url(../images/dot_hor.gif) bottom repeat-x;
	line-height:normal;
}

.title1{
	font-family:"trebuchet ms", "times new roman", times, serif;
	font-size:17px;
	color:#C10000;
	line-height:normal;
}

.subtitle{
	padding:0;
	margin:0;
	font-weight:bold;
}

.links{
	padding:0;
	margin:0;
	list-style:none;
	font-size:11px;
}

.links li{
	line-height:20px;
	background:url(../images/bullet3.gif) left no-repeat;
	padding:0 0 0 8px;
}

.links li a{
	color:#4B4B4B;
}

.links li a:hover{
	color:#C10000;
	text-decoration:underline;
}

.txtsmall{
	font-size:11px;
}

.txtsmall p{
	margin:0 0 10px 0;
	padding:0;
	line-height:15px;
}

.more{
	text-align:right;
	padding:0;
	margin:0;
}

/*******************Tab Menu**************************/
#tabmenu{
	background:#C10000;
	font-size:12px;
	font-weight:bold;
}

.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  }
  
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  } 
   
.menu li {
  display:table-cell;    /* ignored by IE */
  padding-right:2px;
  }
  
* html .menu li {
  display:inline;        /* for IE only */
  padding-right:1px;
  }
  
.menu a{
  display:block;         /* for all browsers except IE */
  padding:4px 8px;
  color:#fff; 
  background:#C10000; 
  /*border:1px solid #fff; *//* add a 1px white border around items*/
  text-decoration:none;
  }
  
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
  
.menu a:hover{
  color:#C10000; 
  background:#fff url(../images/tab_active.gif) top repeat-x;
  text-decoration:none;
  }

.menu a.active{
  color:#C10000; 
  background:#fff url(../images/tab_active.gif) top repeat-x;
  }

.lefted {margin:0 auto 0 0;}
/*.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}*/
/****************************************************/

.listing_table{
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.listing_table th{
 	font-size: 11px;
 	font-style: normal;
 	font-weight: bold;
	text-align:center;
	background-color:#DCDCDC;
	padding:2px 0;
}

.listing_table td{
 	font-size: 12px;
 	font-style: normal;
	background-color:#FFFFFF;
	padding:3px 2px 2px 3px;
}

