body {

	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image: none;
	font-size: 12px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.menu {
text-align:center;
border: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 70px
}
.menu li {
list-style: none;

}

.menupagebreak {
text-align:center;
border: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
}
#break {
text-align:center;
border: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
}

.menuspace {
margin-bottom: -10px;

}
.servicecharge {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	

}
.pagebreak {
page-break-after: always;
}
hr {
width: 30%;
}
.menuspace{
margin-bottom:-10px;
}
#logo{
	float: left;
	width: 190px;
	height: 74px;
	background: #fff;
}
/* Navigation Styles */
#navigation{
	margin-left:250px;
	background:#fff;
	padding: 28px 10px 0;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5; /* specifies line height between menu items */
	float:left;
    width:550px;
	
}
#nav a {
	display: block;
	width: 6em;
	text-decoration: none; /* sets text decoration to none on all menu items */
	color: #CCC;  /* sets colour of all links */
	text-align: center;
	
}
#nav a:hover, #nav a.sfhover {
text-decoration: none; /* sets text decoration to none on all menu items */
 color:#999966;  /* sets colour of all links */
}
#nav li ul a {
	display: block;
	width: 15em;
	text-decoration: none; /* sets text decoration to none on all menu items */
	color: #CCC;  /* sets colour of all links */
	text-align: left;
	}
#nav li ul a:hover, #nav li ul a.sfhover {
text-decoration: none; /* sets text decoration to none on all menu items */
 color:#999966;  /* sets colour of all links */
}
#nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
	font-weight: bold; /* sets all fonts as bold */
	
	}
	#nav li ul li { /* all list items */
	float: left;
	width: 15em; /* width needed or else Opera goes nuts */
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 15em; /* sets width of second level menus, but does not set width that text is displayed in */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 5px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#currentnav a {
      background:#fff;
      text-decoration:none;
      color: #999966;
      }	
/* end of navigation styles */	