body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/backgr.gif);
	background-repeat: repeat;

}

/* Positioning css */
#wrapper { min-width: 400px; }
          /* Always good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

#wrapper {
	width: 100%;               /* total width */
}      

#header {
	width: 100%;
	position: relative;
	background-color: #660000;
	background-image: url(../images/main_header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 54px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;







}

#footer {
	position: relative;
	text-align: center;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #993300;
	background-color: #CCCCCC;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 83px;

}

.outer {
	width: auto;
	border-left-width: 120px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}


.inner {
 margin: 0; width: 100%; 
}

.clear { 
	clear: both;
}

.navbar {
	position: relative;
	width: 120px;
	float: left;
	margin-left: -120px;
	padding-top: 16px;
	font-size: 80%;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-bottom: 2px;

}

.maincontent {
	float: left;
	width: 97%;
	position: relative;
	padding-top: 16px;
	padding-left: 12px;
	padding-bottom: 16px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #660000;
	text-align: justify;
}

/* Main format code */
p {
	font-size: 80%;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 8px;
	background-color: #660000;
	padding: 2px;


}
h2 {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
h3 {
	font-size: 80%;
	font-weight: bold;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
h4 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	background-color: #FFFFCC;
	margin-left: 16px;
	color: #333333;
	font-size: 80%;
}

.maincontent ul {
	font-size: 80%;
	text-align: left;

}

.navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.navbar ul li {
	margin-bottom: 12px;
}

.contactright {
	font-size: 70%;
	width: 160px;
	font-weight: bold;
	position: relative;
	padding: 8px;
	float: right;
	margin-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993300;
	text-align: left;

}
.contactdetails {
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-top: 18px;
	background-color: #FFFF99;
}

.top {
	text-align: right;
	margin-bottom: 6px;
	clear: right;
	font-size: 70%;
	background-color: #FFFF99;
	padding-right: 6px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}

.highlight {
	font-weight: bold;
	color: #009900;
	text-align: center;
	padding: 4px;
	margin-right: 10px;
}

.logo {
	margin-top: 2px;
	margin-left: 2px;
	float: left;
	margin-right: 32px;
}

.pcenter {
	text-align: center;
}

/* link formatting */
a:link {
	color: #003399;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

.navbar a {
	text-decoration: none;
	background-color: #FFCC99;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 110px;
	color: #003399;
	font-weight: bold;

}
.navbar a:hover {
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 110px;
	color: #FFFF99;
}
.navbar a:active {
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 110px;
	color: #FFFF99;
}

#header a {
	color: #CCFFFF;
}
#header a:hover {
	color: #FFCC00;

}
#header a:active {
	color: #FFCC00;
}

/* float styles */
.imageright {
	float: right;
	width: 180px;
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 70%;
	text-align: center;
}

.imageleft {
	float: left;
	width: 300px;
	margin-bottom: 4px;
	font-size: 70%;
	text-align: center;
	margin-top: 4px;
	margin-right: 8px;
}
.indeximageright {
	text-align: center;
	float: right;
	width: 270px;
	margin-left: 12px;
	background-color: #009900;
	margin-top: 6px;
	font-size: 70%;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

/* Mozilla code */
.left { margin-right: 1px; }
.center { margin: 0 -8px 0 -2px; }
.thebro {
	margin-top: 16px;

}
.companyname {
	color: #003399;

}
caption {
	font-weight: bold;
	color: #660000;
}
.memberstable {
	font-size: 70%;
	background-color: #FFFFFF;
	margin-left: 20px;
	border: 1px solid #660000;
	width: 94%;

}
th {
	font-weight: bold;
	text-align: left;

}
td {
	vertical-align: top;
}
.pdfright {
	margin-left: 8px;
	font-size: 75%;


}
