body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}.navbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Newsheading {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FF6666;
	text-decoration: underline;
	font-style: italic;
}
.indentpara {
	text-indent: 20px;
}
.Header14 {
	font-size: 14px;
	font-weight: bold;
}
.BottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
}

/* Start of DropDown Menu system */

#menu {
width: 722px; /* width of container - can also be expressed in px - don't forget to change widith of container table as well, if any */
background: #fff; /*white */
float: left;

}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px; /*width of main navbar cells - these will wrap if their total exceeds the width of the container */
	float: left;
	
}

#menu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  display: inline;
  list-style: none;
  position: relative; /* this one is important*/
  z-index:1;

}


#menu ul li {
  display: block !important;/*ensures that DD menus are displayed in Opera*/
  display: inline; /*For IE*/
}

/*format root menu*/
#menu a {
	font: 12px/160% Verdana; /*tweak percentage to increase/reduce cell height*/
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px 2px 24px; /*tweak final figure to position text in bg image*/
	color: #000;
	text-decoration: none;
	background-image: url(images/b1.gif);
	background-repeat: repeat;
	background-position: -5px -17px; /*tweak image position with these settings*/

}

/*format DD menu*/
#menu li:hover li a {
	padding: 2px 3px 2px 24px; /* top, right, bottom, left - tweak to position text*/
	/*background: #efefef;*/
	background-image: url(images/b1.gif);
	background-repeat: repeat;
	background-position: -5px -17px; /*tweak image position with these settings*/
}

                                                 /*START OF HOVER SECTION*/

/*format main sections on hover*/
#menu a:hover {
color: #999;
background: #fff;
text-decoration: underline;
	background-image: url(images/b1next.gif);
	background-repeat: repeat;
	background-position: -5px -17px; /*tweak image position with these settings*/
}


/*format dropdown sections on hover*/
#menu li:hover li a:hover {
text-decoration: underline;
/*background: #fff;*/
background-image: url(images/b1next.gif);
	background-repeat: repeat;
	background-position: -5px -17px; /*tweak image position with these settings*/
}


                                                        /*END OF HOVER SECTION*/

/*dropdown codes*/
#menu ul ul {
	display: none;
	position: absolute;
	top: 25px; /*tweak this to position DDs against top line navbar*/
	left:  2%;
	width: 180px; /*width of DD item cells*/
	z-index: 3;
	visibility: visible;

}


/*DIV hover codes - essential*/
div#menu ul ul, {
display: none;
}
div#menu ul li:hover ul 
{display: block;}

/* End of DropDown Menu system */.listmorespace {
	line-height: 20px;
}

.diarybox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.tdborder {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
