body {
/*	background-color: #FBFBFB;*/
	background-color: #939393;
	/*font-family: verdana, arial, helvetica, sans serif;*/
	font-family:tahoma;
	font-size: 11px;
	margin:0px;
}
h1, h2, h3, p {
	margin-bottom:1em;
	margin-top:1em;
}

/*********** Top navigation menu & submenu starts ********/
#navcontainer {
	width:760px;
/*	height:2em;*/
	height:25px;
	margin-left: auto;
	margin-right: auto;
	background-color:#2244AA; /*menu back color - fix for non IE*/
	background: url(../images/nav_button.png) repeat-x;														 /*	experimental then must set [#menu a] transparent	*/
/*	padding: 10px 0px 10px 0px;*/
}
#menu,
#menu ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	font-size:10px;
}
#menu li {
	float:left;
	position:relative;
	line-height: 2.5em;
/*	width: 7.5em;*/
/*	width:108.5px;*/
/*	width:14.28%;*/ /*108.5px/760px * 100%*/
	width:10%;
}
#menu li ul li {
	width:18.5em;
	position:static;
}
#menu li ul {
	position:absolute;
/*	margin-top:1em;
	margin-left:.5em;*/
	display:none;
}
#menu ul li ul { /*position of submenu 2*/
	margin-top:-1em;
	margin-left:10em;
}
#menu a {
	display:block;
/*	border-right:1px solid #fff;*/
/*	background:#AB1133; *//* menu back color - enable if no background specified*/
	color:#fefefe;
	text-decoration:none;
	font-weight:bold;
	padding:0 6px;
}
#menu a:hover {
	background-color:#EE7799; /* menu highlight color */
	color:#222222; /* highlight font color*/
}
#menu ul {	
/*	border-top:1px solid #fff;*/
}
#menu ul a { /* submenu 1 properties */
/*	border-right:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;*/
	text-align:left;
	background:#AB1133; /* menu back color */
	width: 17em;
	padding:5px;
}
#menu ul li ul a { /* submenu 2 properties */
	text-align:left;
	width: 25em;
	padding:7px;
}
/* SHOW SUBMENU 1 */
#menu li:hover ul,
#menu li.over ul {
	display:block;
}
#menu li:hover ul ul,
#menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#menu ul li:hover ul,
#menu ul li.over ul {
	display:block;
}

/* Top navigation menu & submenu ends */

/************* footer ***********/
#footer {
/*	background-color: #FBFBFB;*/
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	padding: 1px 0px 10px 0px;
}
#footer a:link,
#footer a:visited {
/*	text-decoration:none;*/
	font-weight: bold;
	color:#222222;
	
}
#footer a:hover,
#footer a:active {
	text-decoration:none;
	font-weight: bold;
	color:#ff9922;

}
#copyright {
	text-align:left;
	width: 50%;
	font-weight:bold;
	color:#222222;
/*	border: 1px solid red;*/
	float: left
}
#footlinks {
	text-align:right;
	width: 50%;
/*	border: 1px solid red;*/
	float: right
}
.clear {
	clear: both;
}

/* footer ends */

/*************** Index Page ***************/
#index_table {
/*	width:225px;*/
	border-collapse:collapse;
}
#index_table tbody td {
	padding: 5px 5px 5px 5px;
/*	vertical-align:bottom;*/
/*	border-width:1px;*/
/*	border-style:solid;*/
/*	border-color:#ff0000;*/
}
#index_table td {
	padding: 0px 5px 5px 5px;
}
#index_table thead {
	background:url(../images/index_news_top.png) no-repeat;
	text-align:left;
/*	height:25px;*/
	font-weight:bold;
	color:#DDDDDD;
/*	background-color:#B01030;*/
}
*+html #index_table thead { /* IE 7 fix */
	height:5px;
}
#index_back {
	background:url(../images/index_news_header.png) repeat-x;
}
#index_table tbody tr{
	text-align:left;
	vertical-align:top;
/*	color:#EEEEEE;*/
	height:200px;
/*	background-color:#E9E9DC;*/
/*	background-color:#AB1133;*/
}
#index_table tfoot {
	text-align:right;
}
/* Index Page ends */