body {margin-left: 2%; }

.headingmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #D71920;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bodytextbold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #333333;
	width: 190px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #555555;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #777777;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #555555;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#titleBar1 {float: left; width: 100%; margin-bottom: 10; padding: .5em; background-color: #c0c0c0; }

/********************************/
/* Navigation Button Bar Style ------ */
#BtnNav {
	position: absolute; 
	left: 1px; 
	top: 173px;
	width: 100%; 
	height: 50px;
	background: url(../images/Nav/taMenuBorder.gif) repeat; 
	z-index: 4; 
}
DIV.CGHRMenu
{
   float            : left;
   width            : 100%;
   background       : #FFFFFF url(../images/Nav/taMenuBorder.gif) repeat-x bottom;
}

DIV.CGHRMenu UL
{
   margin           : 0px;
   padding          : 0px;
   list-style       : none;
}

DIV.CGHRMenu LI
{
   display          : inline;
   margin           : 1px;
   padding          : 0px;
}
DIV.CGHRMenu SPAN
{
   float            : left;
   display          : block;
   background       : url(../images/Nav/taMenuLeft.gif) no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.CGHRMenu SPAN {float : none;}
/* End IE5-Mac hack */

DIV.CGHRMenu A:hover SPAN
{
   background-position: 0% -150px;
}
DIV.CGHRMenu A
{
   float            : left;
   background       : url(../images/Nav/taMenuRight.gif) no-repeat right top;
   border-bottom    : 1px solid #84B0C7;
   font-size        : x-small;
   font-weight      : bold;
   text-decoration  : none;
}

DIV.CGHRMenu A:link, DIV.CGHRMenu A:visited,
DIV.CGHRMenu A:active, DIV.CGHRMenu A:hover
{
   color: #115E94;
}

/* End :: Navigation button Bar Style ------ */
#Banner {
    position : absolute;
    top : 5px;
    right: 2%;
    width: 100%
    z-index: 1;
    background-image:url('images/CGHR-Banner_BG.png');
    }
#NameText{    
			position: absolute;
			top: 14px;
		    left: 22px; 
		    width: 493px; 
		    height: 44px;
		    font-family: "Lucida Console";
		    color: #00fffff;
		    font-size: 1.25em/*1.25em*/;
		    font-color: #d71920;
		    text-align : left; /*Mild hack for Netscape 4*/
		    z-index: 51;		    	
}
/**** Right Nav side bar**/
#sidebar-right {

	   background-image:url('images/Blue_box_bg.png');
       
}
 #sidebar-right h2 {
	/*   background-image:url('images/Blue_box_head.png');*/
	   font-size: 1em;
	   color: #658fc4;
	   text-align: center;
	   /*text-indent: 10px;*/ 
	   margin: 0; 
 }
#sidebar-right ul {
	    margin-left: 20px;
	    margin-right: 10px;
	    display: bloack;

 }

#sidebar-right li {
         display: block;
		line-height: 0.85em;
		margin-right: 70px;
		list-style-image:url('images/arrow.gif');
		border-bottom: 2px solid #c7c2f7;
		text-decoration: none;
		text-align: none;
		margin     : 0;
   		padding    : 1px;

}