body
{
	background-color: #00212c;
	margin: 0;
	font-family: tahoma;
	font-size: 10px;
}

a:link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #003142;
	text-decoration: none;
}

img
{
	border: 0;
}

ul li
{
	margin: 0;

}

#navBar a:link
{
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	font-size: 9pt;
}

#navBar  a:visited
{
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	font-size: 9pt;
}

#navBar a:hover
{
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

#centerColumnHeader a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#centerColumnHeader a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#centerColumnHeader a:hover
{
	color: #000000;
	text-decoration: none;
}

#main
{
	width: 955px;
	height: 100%;
	background-color: #e5e5e5;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	width: 955px;
	height: 200px;
	background-image: url('http://liberty-unleashed.co.uk/images/header.png');
	vertical-align: top;
}

#navBarContainer
{
	border-left: 1px black solid;
	border-right: 1px black solid;
	padding: 2px;
}

#navBar
{
	height: 30px;
	width: 949px;
	background-color: #003142;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}

#contentContainer
{
	position: absolute;
	width: 945px;
	padding: 4px;
	background-color: #e5e5e5;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

#leftColumn
{
	float: left;
	width: 200px;
	padding-bottom: 8px;
}

#leftColumnHeader
{
	height: 30px;
	background-color: #003142;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 2.5;
	font-size: 11px;
}

#leftColumnBody
{
	background-color: #FFFFFF;
	padding: 1px;
	color: #000000;
	border: 1px #156a88 solid;
}

#rightColumn
{
	float: right;
	width: 200px;
	padding-bottom: 8px;
}

#rightColumnHeader
{
	height: 30px;
	background-color: #003142;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 2.5;
	font-size: 11px;
}

#rightColumnBody
{
	background-color: #FFFFFF;
	padding: 1px;
	color: #000000;
	border: 1px #156a88 solid;
}

#centerColumn
{
	padding-left: 20px;
	float: left;
	width: 505px;
}

#centerColumnHeader
{
	height: 30px;
	background-color: #003142;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 2.5;
	font-size: 11px;
}

#columnBodyContainer
{
	padding: 8px;
}

#columnBodyContainer input
{
	background-color: #e5e5e5;
	border: 1px #00212c solid;
	font-family: tahoma;
	font-size: 10px;
}

#centerColumnBody
{
	background-color: #FFFFFF;
	padding: 1px;
	height: 100%;
	color: #000000;
	border: 1px #156a88 solid;
}

#centerColumnFooter
{
	height: 10px;
	text-align: right;
	padding-top: 3px;
	padding-right: 6px;
}

#footer
{
	float: right;
	height: 30px;
	width: 937px;
	background-color: #003142;
	line-height: 30px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 8px;
}	