ul, li, menu ,menu2 {
	font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	margin:0;
	padding:0;
	text-align:left;
	list-style: none;
}

body {
	font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	background-color: #000000;
}
.plain {
	font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	background-color: #FFFFFF;
}
/* Used inletter */
h1 {  font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	font-size: 0.75em;
	padding: 0px;
	text-align:left;
	margin-bottom:6px
	padding-left: 18px;
      }
 /* Used as main title on pages */
h2 {  font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	font-size: 1.2em;
	padding-left: 18px;
	margin: 0px;
	margin-top: 10px;
      }
/* Used as sign off at bottom of pages */
h3 {  font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	font-size: 0.65em;
	margin: 0px;
	padding-right: 18px;
	text-align: right
      }
  /* Used in menu for static Text */    
h4	{ font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	COLOR: #000000;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 0px;
	margin: 0px;
	text-indent:32px;
	margin-top:5px;
	margin-bottom:1px;

       }
/* Used below pics in a table */
h5	{  font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	font-size: 0.75em;
	padding: 0px;
	text-align:center;
	margin-bottom:6px
       }
 /* Used as a sub heading (Reports) */      
h6  {  font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	font-size: 0.80em;
	padding-left: 18px;
	margin: 0px;
      }
 
P {  font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	font-size: 0.80em;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 10px;
      }

img {
	border:none;
	margin-left: 18px;
	margin-right: 18px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

table 
{
	border-width:0;
	border-collapse:collapse;
	border-style:none;
	padding:0px;
	margin:0px;	
	
}

tr 
{
	border-width:0;
	padding:0px;
	margin:0px;
}

td 
{
	/* border-style:inset; */
	border-width:0px;
	padding:0px;
	margin:0px;
}


/* Set up the A tag colours */

A:link  { COLOR: #000080; font-size:1em; font-weight: bold}
A:visited  { COLOR: #000080; font-size:1em; font-weight: bold }
A:hover { COLOR: #FD6B00; font-size:1em; font-weight: bold }
A { text-decoration: none;}


.topbar {
	background-color:#78D2FF;
	width:900px;
	vertical-align:top;
}

.sidebar {
	background-color:#FFFFFF;
	width:170px;
	vertical-align:top;
	padding:0px;
	margin:0px;
	/*text-indent:20px;*/
}

.sidebar A:link  { COLOR: #000080; font-size:0.7em; font-weight: bold}
.sidebar A:visited  { COLOR: #000080; font-size:0.7em; font-weight: bold }
.sidebar A:hover { COLOR: #F95600; font-size:0.7em; font-weight: bold }
.sidebar A { text-decoration: none;}



.mainarea {
	background-color:#C5DAF4;
	width:730px;
	color:#000000;
	line-height:1.0em;
	text-align:left;
	
	
}

.letter {
	background-color:#FFFFFF;
	width:800px;
	
	margin-left:0px;
	
}

/*.topmenu 
{
	margin-top: 6px;
	text-align:left
}*/

/*.bottombar {
	background-color:#78D2FF;
	width:900px;
	vertical-align:top;
}*/
/*.picframe {
	background-color:#ffffff;
	width:250px;
	vertical-align:top;
	cellspacing="0";
	cellpadding="0";
	
}*/

.thumbs h5 
{
	font-size: 0.7em;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 10px;
}

.thumbs td
{
	text-align:center;
}

.thumbs img
{
	margin: 0px;
	padding-left: 18px;
	padding-right: 18px;
	width: 140px;
	padding-top: 10px;
}

.thumbs A:link  { COLOR: #000080; font-size:1.0em; font-weight: bold;}
.thumbs A:visited  { COLOR: #000080; font-size:1.0em; font-weight: bold;}
.thumbs A:hover { COLOR: #E9910E; font-size:1.0em; font-weight: bold;}
.thumbs A { text-decoration: none;text-align:center;}

/*
 * The following entry controls the styles of the header and footer
 * objects in the costs table (i.e. the bits in orange)
 * If you want to change the spacing above/below the text than increase
 * use padding-top,padding-bottom,margin-top,margin-bottom
 * Make sure to set padding-left,margin-left etc. to the same
 * as you have set for "table.costs td" so that everything lines up
 */
table.costs th 
{
	font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	font-size: 1.0em;
	padding: 4px;
	margin: 4px;
	background-color:#00c0d0;
	text-align:left;
}

/*
 * The following entry controls the styles of the data
 * objects in the costs table (i.e. the bits NOT in orange)
 * If you want to change the spacing above/below the text than increase
 * use padding-top,padding-bottom,margin-top,margin-bottom
 * Make sure to set padding-left,margin-left etc. to the same
 * as you have set for "table.costs th" so that everything lines up
 */
table.costs td
{
	font-family: "Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	font-size: 0.9em;
	padding-top:2px;
	padding-bottom:2px;
	margin-top: 2px;
	margin-bottom:2px;
	/* Keep these the same as th */
	padding-left:4px;
	padding-right:4px;
	margin-left:4px;
	margin-right:4px;
	text-align:left;
}
#nav
{
	
	font-family:"Microsoft Sans Serif",Tahoma,Arial,verdana,Helvetica;
	margin:0;
	padding:0;
	text-align:left;
	float:left;	
	line-height:0.95em;
	/*sets height of buttons*/
	background-color:#FFFFFF;
	
	
}

#nav li
{
	
	/* border-bottom:4px solid #FFFFFF; */
	margin:0;
	padding:0;
	width:85px;
	
	padding-top:4px;
	/*padding-bottom:3px;*/
	/*Sets space between each of the major menu buttons*/
}
#nav li a:link, #nav li a:visited
{
	
	display:block;
	width:85px;
	/*sets width of main buttons*/
	padding:0px 0px 0px 10px;
	background-color:#000000;
	/* Above is background colour inside box */
	color:#FFFFFF;
	text-decoration:none;

	/*border: 3px solid #FFFFFF;*/
	
	border-left:5px solid  #CCCCCC;
	border-right:5px solid #858585;
	border-top:5px solid  #CCCCCC;
	border-bottom:5px solid #858585;
	
	
	
 
	margin-left:28px;
	/*Sets position of block (main buttons) from left edge of Sidebar*/
	margin-right:0;
	margin-top:0;
	margin-bottom:0;

}
#nav li a:hover 
{

	background-color:#000000;
	color:#C5DAF4;
	border-left:5px solid #858585;
	border-right:5px solid #CCCCCC;
	border-top:5px solid #858585;
	border-bottom:5px solid #CCCCCC;
}
#nav ul 
{
	margin:0;
	padding:0;
	margin-left:53px;
	/*Spacing of drop box from left of main box*/
	/*	padding-top:2px;*/
}
#nav ul li 
{
/*	margin-top:3px;*/
	margin:0;
	padding:0;
	/*padding-top:3px;*/
	/*Sets space between each of the drop menu buttons*/
	
}
#nav ul a:link,#nav ul a:visited 
{
	background-color:#000000;
	color:#FFFFFF;
	/*Above is colour of text in drop-down box*/
	width: 69px;
	border-left:5px solid  #F0F0F0;
	border-right:5px solid #505050;
	border-top:5px solid  #F0F0F0;
	border-bottom:5px solid #505050;
	
}
#nav ul a:hover 
{
	width: 69px;
	background-color:#000000;
	color:#C5DAF4;
	border-left:5px solid #505050;
	border-right:5px solid #F0F0F0;
	border-top:5px solid #505050;
	border-bottom:5px solid #F0F0F0;
	
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav a {
	display: block;
	width: 10em;
	
}

#nav li {
	float: left;
	width: 10em;
	
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}