	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
body {margin: 0;
      padding: 0;
      background-color: #FFFFEF;
      font-family:  Verdana,  Arial, Helvetica, sans-serif;}

#hh4 {font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
      margin-top: 1em;}

#header {
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	height: 3em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {  position: absolute;
	top: 10em;
	left: 19em;
	width: 18em; }

#nav ul {list-style: none;
	 margin-left: 1em;
	 padding-left: 0; }

#nav li {font-size: 80%;
	 border-bottom: 1px dotted #cccccc;
	 margin-bottom: 0.3em; }

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;}

#nav a:hover {color: #070d6d;}

#nav h2 {font: 110% Georgia, "Times New Roman", Times, serif;
	 color: #2A4F6F;
	 background-color: transparent;}

#content  {position: absolute;
           margin-top: 5em;
           margin-left: 25em;
	   margin-right: 1em;}

h1 {font: 150% Georgia, "Times New Roman", Times, serif;}

#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em}

H4 {font-size: 100%;
    font-color: #FF0000
    line-height: 1em;
    padding-left: 1.2em;}  
