/*************************************************************/  
/* mainpage specific layout */
/*************************************************************/
#container {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

/*************** Header Area CSS ***/
#headerNav { 
	background-image: url(../images/headNavBg.gif);
 }

/*************** Main Navigation CSS ***/
#mainNav {
	float: left;
	border-top: 1px solid #fff; 
	/*  border-bottom: 2px solid #333; */
}

#mainLinks {
	display: inline; float: left;
	width: 193px; 
}

#mainLinks ul { 
	list-style: none; margin: 0; padding: 0;
}

#mainLinks ul li { 
	 /* ie 6 bug fix, doesnt accept padding-botttom, or margin-bottom of 0, SO ... use 1px :) */
	 padding-bottom: 1px;
}

#mainLinks li.last a { border: none; margin: 0; } 

#mainLinks ul li a {
 	display: block;
	background: url(../images/buttonBgUmayri.gif) top left no-repeat;
	font: bold 12px/1.5 Georgia;
	color: #333; text-decoration:none; text-align:left;
	padding-left: 6px;
	padding-bottom: 1px;
	padding-top: 1px;
}

#mainLinks li a:hover {
	color: #fff; text-decoration:none; 
	background: none; background-color: #660000;
}

/*************** Body Content CSS ***/
#bodyContent {
	/**margin-left: 193px;**/
    padding:0;
	/**border-left: 1px solid #333;**/
	}
	
#headlines {
	padding: 0;
/**	margin-right: 175px; ***/
/**	border-right: 1px solid #333; ***/
	background-color: #fff;

}

#headlines .header {	
	color:#fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #333;
	margin: 0;
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid #fff; 
}

#headlines .content { 
	padding: 5px;
	margin: 0; 
}

/*************** other CSS ***/
#content {
	border-right: 1px solid #444;
}

/*************** Right Navigation CSS ***/
#bodyrightNav {
	float: right;
	width: 175px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
}

#bodyrightNav .header {	
	color:#333;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/headNavBg.gif);
	margin: 0;
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid #333; 
}

#bodyrightNav .content {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid #fff;
}

#bodyrightNav ul {
	display: block;
	/*list-style: square;*/
	list-style: square url(../images/arrowRighbar.gif) outside;
	/* set both the :margin and :padding properties to get 
	maximum compatibility across browsers  */
	margin-top: 0;
	margin-left: 10px;
	padding-left: 5px;
	text-indent: 0;
}
#bodyrightNav ul li { margin-bottom: 2px; margin-left: 5px; line-height: 12px; }
#bodyrightNav ul li a { color: #333; text-decoration: none; }
#bodyrightNav ul li a:hover { color: #777; }
/*************** Right Navigation CSS ***/


