/* global */
html {
	height: 100%;
}
body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
}
p {
	margin: 0px;
	padding: 04px 0px 08px 0px;
	line-height: 1.5em;
}
p a {
	color: #EA8916;
}
h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
}
h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}
img {
	border: 0px;
}
a {
	outline: none;
}
/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 8px 0px 0px;
}
.right {
	float: right;
	padding: 0px 0px 0px 8px;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}
/* unordered list */
ul {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* margin lefts / margin rights - to centre content */
#content {
	margin-left: auto;
	margin-right: auto;
}
#menu {
	margin-left: auto;
	margin-right: auto;
}
#logo {
	margin-left: auto;
	margin-right: auto;
}
#footer {
	margin-left: auto;
	margin-right: auto;
}
#links {
	margin-left: auto;
	margin-right: auto;
}
#main {
	margin-left: auto;
	margin-right: auto;
}
/* main container */
#main {
	width: 780px;
}
/* links above the logo / footer */
#footer {
	padding: 10px 21px 0px 19px;
	width: 720px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
}
#links {
	padding: 10px 21px 0px 19px;
	width: 720px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
}
#links {
	text-align: right;
}
#footer {
	text-align: center;
}
#footer a {
	text-decoration: none;
}
#links a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#links a:hover {
	text-decoration: underline;
}
/* logo */
#logo {
	width: 760px;
	height: 100px;
	text-align: left;
}
#logo h1 {
	margin: 0px;
	padding: 30px 0px 0px 19px;
	font-size: 380%;
	letter-spacing: .1em;
}
/* navigation menu */
#menu {
	height: 42px;
	width: 760px;
}
#menu ul {
	margin: 0px auto;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li a {
	display: block;
	float: left;
	height: 28px;
	text-decoration: none;
	padding: 12px 19px 2px 19px;
	text-transform: uppercase;
}
/* main content */
#content {
	width: 760px;
	height: auto;
	padding: 0px;
	overflow: hidden;
}
/* column 1 - contains sidebar items */
#column1 {
	width: 207px;
	float: right;
	padding: 16px 0px 15px 0px;
}
.sidebaritem {
	text-align: left;
	width: 188px;
	float: left;
	margin: 0px 0px 25px 0px;
}
.sbihead {
	height: 14px;
	width: 188px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
}
.sbihead h1 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 112%;
}
.sbicontent {
	padding: 10px 8px 8px 10px;
	color: black;
}
.sbicontent p {
	line-height: 14px;
	padding: 0px 0px 8px 0px;
}
.sbilinks {
	padding: 0px;
}
.sbilinks ul {
	margin: 0px auto;
}
.sbilinks li {
	margin: 0px;
	float: left;
	list-style: none;
}
.sbilinks li a:hover {
	float: left;
	text-decoration: none;
	padding: 5px 9px 4px 10px;
	width: 188px;
	border: 0px;
	height: 28px;
}
.sbilinks li a {
	float: left;
	text-decoration: none;
	padding: 5px 9px 4px 10px;
	width: 188px;
	border: 0px;
	height: 28px;
}
/* column 2 - page content */
#column2 {
	text-align: justify;
	width: 512px;
	float: left;
	padding: 12px 3px 15px 19px;
}
#column3 {
	text-align: justify;
	width: 717px;
	float: left;
	padding: 12px 3px 15px 19px;
	background-color: #FFFFFF;
}
#column2 h1 {
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}
#column3 h1 {
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}
#column2 a:hover {
	padding: 0px;
	text-decoration: underline;
	padding-bottom: 2px;
}
#column3 a:hover {
	padding: 0px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed;
}
.sidebaritem a:hover {
	padding: 0px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed;
}
#column2 a {
	padding: 0px;
	text-decoration: underline;
	padding-bottom: 2px;
	color: #EA8916;
}
#backoffice {
	height: 50px;
	width: 760px;
}
.sidebaritem a {
	padding: 0px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed;
}
.sidebaritem a:hover {
	border-bottom: 1px solid;
}
<style type="text/css">
.style1 {
	text-align: center;
}
.style2 {
	text-align: right;
}
.style3 {
	background-color: #636363;
}
.style4 {
	color: #FFFFFF;
}
.style5 {
	text-decoration: underline;
}
.style6 {
	margin-left: 80px;
}
.style7 {
	background-color: #EA8916;
}
.style8 {
	color: #FFFFFF;
	text-align: center;
}
.style9 {
	color: #FFFFFF;
	text-align: left;
}
.style10 {
	text-align: center;
	text-decoration: underline;
	color: #EA8916;
}
.style11 {
	color: #EA8916;
}
.style12 {
	color: #EA8916;
	font-weight: bold;
}
.style13 {
	color: #EA8916;
	font-size: medium;
}
.style14 {
	font-size: large;
}
.style15 {
	color: #EA8916;
	text-decoration: underline;
	}
.style16 {
text-decoration: underline;
	color: #0033CC;
}
.style17 {
	text-decoration: underline;
	color: #0033CC;
}
.style18 {
	font-size: 160%;
}
.style19 {
	font-size:10px;
	letter-spacing: -.5px;
}


</style>
