@charset "UTF-8";
body {
	font: arial !important;
	font-size: 8pt !important;
	background: #F0F0F0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:15px;
	padding-bottom: 15px;
}
#container_outer {
	width: 780px;
	background-color:#FFFFFF;
	margin: 0 auto;
}
#main {
	margin-bottom: 10px;
	height: 100%;
}

#body {
	padding-top: 15px;
}

#header {
	margin: 0px;
	padding: 0px;
	background-color: #E6E6E6;
	text-align: right;
	border: 1px solid #000000;
}
#content {
	margin-left: 200px;
	border: 1px solid #000000;
	padding-left: 20px;
	padding-right: 20px;
}

#leftnav {
	float:left;
}

.left {
	float: left;
	text-align:left;
}

#leftnav ul {
	margin-left: -40px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 170px;
}

#leftnav ul li a {
	list-style:none;
	display:block;
	color: #000000;
	background:  #e6e6e6;
	padding: 5px 10px 5px 10px;
	border-bottom: 2px solid #FFFFFF;
	font-size: 7pt;
	text-align: left;
	width: 170px;
	text-decoration: none;
}
#leftnav ul li {
	color: #000000;
	text-decoration: none;
	list-style: none;
}
#leftnav ul li a:hover {
	background-color: #333333;
	color: #FFFFFF;
	display: block;
}
.right {
	float: right;
	padding-left: 10px;
	text-align: right;
}

p {
	font-size: 8pt;
	line-height: 16px;
	text-align: justify;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
img#title {
}

#footer
{
	margin-left: 200px;
	padding-bottom: 20px;
	clear: left;
}
p.right
{
	font-size: 8pt;
	color: #000000;
}
p.right a
{
	color:#000000;
	text-decoration: none;
}
p.right a:hover
{
	color: #2e4d7c;
}
dt, .menutitle
{
	color: #000000;
	font-size: 8pt;
	text-align: left;
}
dt a, dd.menutitle a 
{
	text-decoration: none;
	color:#ffffff;
	background: #2e4d7c;
	border-bottom: 2px solid #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 170px;
	margin:0px;
	font-size: 7pt;
}
dd.menu
{
	text-decoration: none;
	color:#ffffff;
	background: #2e4d7c;
	border-bottom: 2px solid #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 170px;
	margin:0px;
	font-size: 7pt !important;
}
dt a:hover, dd.menutitle a:hover
{
	text-decoration: none;
	color:#ffffff;
	background: #333333;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 170px;
}
.heading, .heading2
{
	color: #FFFFFF;
	background: #999999;
	padding: 5px 10px 5px 10px;
	border-bottom: 2px solid #FFFFFF;
	font-size: 8pt;
	text-align: left;
	width: 170px;
	text-transform: uppercase;
	font-family: "Lucida Grande", verdana;
}
dd
{
	margin: 0px;
}

dd#nav1 ul li, dd#nav2 ul li, dd#nav3 ul li, dd#nav4 ul li, dd#nav5 ul li
{
	list-style:none;
}

.titleleft {
	font-size: 10pt;
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
	text-align: left;
}
.titleleftbigger {
	font-size: 11pt;
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
	text-align: left;
}
.titlecentre {
	font-size: 12pt;
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
	text-align: center;
}
.titlecentresmaller {
	font-size: 11pt !important;
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
	text-align: center;
}
div#content ul li
{
	margin-bottom: 10px;
	line-height: 16px;
	text-align: justify;
}

div#content ol li
{
	margin-bottom: 10px;
	line-height: 16px;
	text-align: justify;
}
div#content ol li ol li
{
	list-style: circle;
}
div#content ol li ol li ol li
{
	list-style: square;
}
div#content ol li ol li ol li ol li
{
	list-style: lower-alpha; 
}
.line
{
	border-bottom: 1px dashed #000000;
}
form#contact p
{
	margin-bottom: 2px;
	margin-top: 25px;
}