﻿body 
{
	background-image:url(/images/BgLines.gif);
	background-repeat:repeat;
	background-color:#fff;
	margin: 0px;
  padding: 0px;
  font-size:0.8em;
  font-family:Arial;
}


.Hidden
{
	position:absolute;
	left:-10000px;
}

.Mandatory
{
	width:5px;
	height:13px;
	background-image: url(/Images/MandatoryIcon.gif);
	display:block;
	float:left;
}

.FloatClear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

a
{
	color:#ff5900;
	text-decoration:none;
}

a:hover
{

	text-decoration:underline;
}

h1
{
	border-bottom:1px solid #e1e3e5;
	background-repeat:no-repeat;
	margin-bottom:28px;
}

h2
{
	border-bottom:1px solid #e1e3e5;
	background-repeat:no-repeat;
	padding-bottom:3px;
	font-weight: normal;
	font-size: 1.5em;
	color: #ff5900;
}

.SearchSubHeading
{
	padding:7px 0px 7px 0px;
	font-weight: normal;
	font-size: 1.5em;
	color: #ff5900;
}

.ContentSection
{
	display: block;
	margin:0px;
	padding:0px;
}

.ContentSection p
{
	margin-top:0px;
	margin-bottom:12px;
}

.ContentSection .MainHeading
{
  color:#ff5900;
  font-size:1.3em;
  font-weight:bold;
}

.ContentSection .SubHeading
{
  color:#82b2a6;
  font-size:1.2em;
  font-weight:bold;
}

.ContentSection .Caption
{
  font-size:0.8em;
}

.ContentText
{
	float:left;
	width:99%;	
}

.RightColumn
{
	float:right;
	text-align:right;
	width:225px;
}

.RightColumn div
{
	text-align:left;
}

.SectionImage
{
	background-color:#e7eceb;
}


.SectionImage img
{
	border:2px solid #e6eaf1 !important;
}

.SectionImage.AlignRight
{
	margin:0px 0px 15px 0px;
}

.SectionImage.AlignLeftSeparateAbove, .SectionImage.AlignRightSeparateAbove, .SectionImage.AlignCentreSeparateAbove, .SectionImage.AlignCentreAround
{
	margin-bottom:12px;
}

.SectionImage.AlignLeftSeparateBelow, .SectionImage.AlignRightSeparateBelow, .SectionImage.AlignCentreSeparateBelow
{
	margin-top:12px;
}

.SectionImage.AlignRightSeparateAbove, .SectionImage.AlignRightSeparateBelow
{
	margin-left:auto;
}

.SectionImage.AlignCentreSeparateAbove, .SectionImage.AlignCentreSeparateBelow, .SectionImage.AlignCentreAround
{
	margin-left:auto;
	margin-right:auto;
}

.SectionImageCaption
{

	font-size:0.8em;
	padding: 6px 9px 6px 9px;
	margin-top:0px;
	border-top:1px solid #d6dee2;
	border-bottom:1px solid #d6dee2;
}

img.transparent
{
	behavior:url(/css/pngbehavior.htc);
}
