html, body {
margin:0;
padding:0;
color:#000000;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
background-color: #F4F8F8;
/*text-align:center;*/
} 

table { background-color:#FFFFFF }

a:link, a:visited {
color: #156475;
}

h2 {
color: #156475;
font-size: 18px;
font-weight: bold;
}

h4 {
color: #1E8FA8;
font-size: 13px;
font-weight: bold;
}

.subhead {
color: #156475;
font-size: 12px;
font-weight: bold;
}

.footertext a {
color: #156475;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

/*  ------------ start of left menu  ---------- */


	#dhtmlgoodies_listMenu li{
		list-style-type:none;
		position:relative;
		border-bottom:1px solid #fff;
/*		padding: 3px 0;*/
	}
	
	#dhtmlgoodies_listMenu ul{
		margin:0px;
		padding:0px;
		position:relative;
		background-color:#DEE8EB;

	}

	#dhtmlgoodies_listMenu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	
#dhtmlgoodies_listMenu {
/*		width:138px;*/
		padding: 18px 0 0 0;
		background: url(../images/menu_bartop.gif) top left no-repeat;
		margin:0px;
		/*padding:0px;*/
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_listMenu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
/*		width:138px;*/	
		padding:3px 0px 3px 5px;	
	}
	
	#dhtmlgoodies_listMenu li a:hover{
		color:#333333;
	}
	
	#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
		color:#333333;
		font-weight:bold;
		background-color:#FFF;	
	}
	
	#dhtmlgoodies_listMenu li.bottom  {
	padding-bottom: 8px;
	background: url(../images/menu_barbtm.gif) bottom left no-repeat;
	}