body {
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin: 20px;
	padding: 0;
	background: url(../../images/styleImages/0018Background.gif) repeat-x;
	background-color: #505B69;
	text-align: center;
	font-size: 1em;
}
#bodyContent {
	width: 745px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#companyName {
	background: #275B8A;
	border: 1px solid #FFFFFF;
	height: 100px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px;
	font-style: italic;
}
a:link, a:visited {
	color: #2F3C58;
	font-weight: bold;
}
a:hover {
	color: #BCBCC9;
}
#upperNav {
	text-align: right;
	border: 1px solid #FFFFFF;
	border-top: 0;
	background: #467AA7;
	font-size: 0.6em;
	color: #FFFFFF;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
}
#upperNav a:link, #upperNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#upperNav a:hover {
	text-decoration: underline;
}
#centralText {
	background-color: #FFFFFF;
	font-size: 0.7em;
	margin-left: 190px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
}
#centralText h1 {
	font-size: 1.3em;
	color: #467AA7;
}
#centralText h2 {
	font-size: 1.2em;
	color: #467AA7;
}
#centralText h3 {
	font-size: 1.1em;
	color: #467AA7;
}
#mainNav {
	margin-top: 13px;
	margin-left: 8px;
	float: left;
	width: 140px;
	font-size: 0.8em;
	background-color: #F0F0F0;
	text-align: left;
	padding: 5px;
	border: 1px solid #C0C0C0;
	color: #000066;
	background-repeat: repeat-x;
}
#mainNav ul  {
	padding: 0;
	margin: 0;
	list-style: none;
}
.secondLevel {
	padding-left: 10px;
	margin: 0;
	list-style: none;
	font-size: 0.8em;
}
.firstLevel {
	margin-left: 20px;
	padding-bottom: 8px;
	padding-left: 0px;
	list-style-image: url(http://www.cornerpocket.co.uk/images/redTriangle.gif)
}
.firstLevel a:link, .firstLevel a:visited {
	color: #9A9FA8;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	color: #275B8A;
}
.firstLevel a:hover {
	color: #000066;
	text-decoration: underline;
}
.secondLevel a:link, .secondLevel a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #275B8A;
}
#footer {
	text-align: right;
	margin-right: 10px;
	font-size: 0.7em;
	color: #BDC5CC;
	font-weight: bold;
	padding-bottom: 1px;
}
.clearImage {
	clear: both;
}
.imageLeft {
	float: left;
}
.imageRight {
	float: right;
}