body
{
	font-family: arial, sans-serif;
	text-align: center;
	background: #cce;
	font-size: 12px;
	color: #2E2D84;
}

p
{
	margin: 0px;
	padding: 0px;
}

.centered
{
	text-align: center;
}

.bold
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.floatRight
{
	float: right;
}

#leftContainer
{
	margin: auto;
	text-align: left;
	width: 757px;
	padding-left: 5px;
	background : url(/images/layout/left_shadow.gif) repeat-y top left;
}

#rightContainer
{
	padding-right: 5px;
	background : url(/images/layout/right_shadow.gif) repeat-y top right;
}

#container
{
	width: 750px;
	position: relative;
	border: 1px solid #2E2D84;
	background: #fff;
}

.header
{
	border-top: 4px solid #2E2D84;
	padding-right: 5px;
	background: url(/images/layout/header_bg.jpg) no-repeat bottom right;
}

.header img
{
	margin: 10px 0px 10px 10px;
}

.contact
{
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
}

.contact a
{
	color: #2E2D84;
	text-decoration: none;
}

.contact a:hover
{
	color: #000;
	text-decoration: underline;
}

.clear
{
	height: 2px;
	clear: both;
	overflow: hidden;
}

.nav
{
	clear: both;
	border-top: 3px solid #2E2D84;
	border-bottom: 3px solid #2E2D84;
	padding: 2px 10px 2px 0px;
	text-align: right;
	font-weight: bold;
}

.nav a
{
	color: #2E2D84;
	text-decoration: none;
}

.nav a:hover
{
	color: #000;
	text-decoration: underline;
}


/* Hacked content area (ie 5/5.5 and opera 5) */
.content
{
	width: 750px;
	text-align: left;
	background: #ECEBF3 url(/images/layout/content_bg.jpg) no-repeat bottom right;
	padding: 10px 20px 10px 20px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 710px;
}

html>body .content {
  width: 710px;
} 


.content h1
{
	font-size: 18px;
	text-align: center;
	margin: 0px;
}

.content h2
{
	clear: both;
	font-size: 14px;
	border-top: 2px solid #2E2D84;
	border-bottom: 2px solid #2E2D84;
	margin-bottom: 14px;
}

.content img
{
	border: 1px solid #2E2D84;
}

.content a
{
	color: #2E2D84;
	text-decoration: underline;
}

.content a:hover
{
	color: #000;
}

.team
{
	background: #fff;
	border: 1px solid #2E2D84;
	width: 350px;
	padding: 5px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 340px;
}

html>body .team {
  width: 340px;
} 



.footer
{
	clear: both;
	border-top: 3px solid #2E2D84;
	padding: 5px;
}

.footer img
{
	margin-top: 5px;
	float: right;
	border: 0px;
}

.footer p
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.small
{
	font-size: 10px;
}

.connexions
{
	width: 750px;
	margin: auto;
	text-align: right;
	color: #2E2D84;
}

.connexions a
{
	text-decoration: none;
	color: #2E2D84;
}

.connexions a:hover
{
	text-decoration: underline;
	color: #000;
}

.privacy
{
	margin-right: 240px;
}

.enquiry
{
	margin-right: 50px;
}

td
{
	padding-top: 10px;
}

.label
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
}

input
{
	width: 280px;
}

.submitButton
{
	color: #2E2D84;
	background: #fff;
	border: 1px solid #2E2D84;
}

.submitButton:hover
{
	color: #fff;
	background: #2E2D84;
	border: 1px solid #fff;
}

.whiteBox
{
	/*border: 1px solid #2E2D84;
	background: #fff;
	padding: 5px;*/
}