
BODY
{
	background-color: #D5DCE5;
	margin: 30px;
	padding: 0px;
	text-align: center; /* center the site in IE */
	min-width: 739px;
}

body, p, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #273B6E;
}

P
{
	padding: 0px;
	margin: 2px 0px 6px 0px;
}

A:link
{
	text-decoration: none;
	color: #273B6E;
	border-bottom: dashed 1px #273B6E;
}

A:visited
{
	text-decoration: none;
	color: #273B6E;
	border-bottom: dashed 1px #273B6E;
}

A:active
{
	text-decoration: none;
	color: #000066;
	border-bottom: dashed 1px #000066;
}

A:hover
{
	text-decoration: none;
	color: #000066;
	border-bottom: dashed 1px #000066;
}


H1
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

H2
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0px 4px 0px;
}

H3
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0px 4px 0px;
}
#header
{
	width: 739px;
	background-color: white;
	margin: 10px 0px 20px 0px;
}

#contentContainer
{
	background-color: white;
	width: 763px; /* set width wider for IE */
	border: solid 6px #BFCBDE;
	padding: 6px 6px 6px 6px;
	margin: 0 auto; /* center the site in non-IE browsers */
	
}
html>body #contentContainer {
	width: 739px; /* hidden from IE but seen in other browsers */
}


#contentContainerLeft
{
	width: 320px;
	float:left;
	text-align: left;
	margin: 0px;
}

#contentContainerRight
{
	width: 400px;
	float: right;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#contactDetailsHeader
{
	width: 739px;
	background-color: #F8F6F3;
	padding: 0px;
	margin: 12px 3px 6px 3px;
	text-align: left;
	float: left;
	clear: both;
}

#contactDetails
{
	background-image: url(images/dots_bg.gif);
	width: 739px;
	padding: 6px 6px 6px 10px;
	text-align: left;
	font-size: 11px;
	clear: both;
}
html>body #contactDetails {
	width: 727px;
}

#footer
{
	width: 739px;
	padding: 6px 0px 0px 0px;
	text-align: left;
	font-size: 11px;
	margin: 0 auto;
}
div.spacer
{
	background-color: white;
	width: 100%;
	clear: both;
}