.trBlock {
		 		
				border: 2px solid #660000;       
        padding: 0px;
        color: #660000;
				background: white;
			  width: 600px;
   			padding-left: 5px;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
}



.tdBlock {
		 		
				border: 1px solid #660000;       
        padding: 0px;
        color: #660000;
				background: white;
			  width: 250px;
   			padding-left: 1px;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
}
#navigation {
   margin: 0;
   padding: 0;
	 width: 140px;
	 font-family: Arial, Helvetica, sans-serif;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 2px;
}
#navigation a {
   background: #9E9C34;
   color: #000000;
   font-weight: bold;
	 font-size: 13px;
   display: block;
   width: 100%;
   border-left: 5px solid #400000;
   padding-left: 10px;
}
#navigation a:hover {
   background: #808000;
   color: #400000 !important;;
   text-decoration: none;
   border-left: 5px solid #9E9C34;
}

/* to change the width on top menu*/
.h_mnu_01{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
  padding:0;
	float: left;
	width: 100%;
	background: #9E9C34;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #000000;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	
}

.h_mnu_01 ul li a:visited{
color: #000000;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #400000 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #808000;
}

/* here reset left margin to 5% */
body {
	margin: 0 10% 0 2%;
	padding: 0;
	font-size: 12px;
	background-color: #FFFFFF;
}

#mainTable {
	margin: 0 auto;
	border: 1px solid #000;
	/*/*/line-height: 1.5em; /* */
	}
#mainTable td {
	padding: 2px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 1px solid #333;
	font-size: 14px;
	/*/*/font-size: 80%; /* */
}
#sidebar {
	width: 160px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */
}
#header {
	background-color: #660000;
	color: #CCCCCC;

	/*
	background-image: url(header.gif);
	*/
}
#footer {
	background-color: #660000;
	color: #CCCCCC;
/*
	background-image: url(footer.png);
	*/
	
}

td, p, ul {
	font-family: Arial, Helvetica, sans-serif;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px solid #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #000;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
#n4shell {

	border: 1px solid #000;
	/*/*/border: 0; /* */
}


