H1
{
    FONT-SIZE: 16px;
    /*OVERFLOW: hidden;*/
    COLOR: #000000;
    FONT-FAMILY: Trebuchet, Arial, sans-serif, Verdana;

}
H2
{
    FONT-SIZE: 18px;
    FLOAT: left;
    COLOR: black;
    FLOAT: left;
    FONT-FAMILY: Arial, sans-serif, Verdana;
    POSITION: relative;
    margin-top: 0px;
}
H3
{
    FONT-SIZE: 20px;
    COLOR: #49A942;
    
    FONT-FAMILY: Arial, sans-serif, Verdana
}H4
{
    FONT-SIZE: 14px;
    COLOR: #000000;
    FONT-FAMILY: Arial, 'sans serif'
}
H5
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, 'sans serif';
    
}
H6
{
    FONT-SIZE: 12px;
    COLOR: #414142;
    FONT-FAMILY: Arial, 'sans serif'
}
#OuterBody {
	/*margin: 0 0 0 0;*/
	padding: 0 0 0 0;
	text-align: center;
	
	width:800px;
	width:100%;
	margin 0 auto;
	background: url('../Images/Menu/backgroundNarrow.gif') top center repeat-y;
	min-height:870px;
	/*these are here to make IE6 do a min-height, it ignores min-height: */
	height: auto !important;
	height: auto;
	
	/*somehow makes the height the same as the MainBody div: */	overflow:hidden;
}
#MainBody {	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	width:800px;
	background: url('../Images/Menu/BackDrop.gif') top center no-repeat;	
	
	min-height:870px;
	/*these are here to make IE6 do a min-height, it ignores min-height: */
	height: auto !important;
	height: 870px;	
		FONT-FAMILY: Arial, 'Microsoft Sans Serif', sans-serif, Verdana;
}
.contentSection {

	position: relative;
	
	margin-top: 120px;
	margin-bottom: 0;    
    margin-left: 0px;
    margin-right: 10px;
	padding-left: 10px;
    text-align:left;
    FONT-SIZE: 13px;
    COLOR: black;
    FONT-FAMILY:  Arial,  'MS Sans Serif', 'Microsoft Sans Serif', sans-serif, Verdana;
	float: right;
	/*this is required to prevent IE6 bug which doubles the margin:*/
	display:inline;
	width: 610px;
	min-height:660px;
	/*these are here to make IE6 do a min-height, it ignores min-height: */
	height: auto !important;
	height: 660px;
	
	
	
}
#contentInner {

	margin-left: 4px;
	margin-right: 4px;
	width: 590px;
	FONT-SIZE: 13px;	FONT-FAMILY:  Arial, 'MS Sans Serif', 'Microsoft Sans Serif', sans-serif, Verdana;
	top: 0px;
	height:100%;
	
}
#contentPopup {
	margin: 20px 20px 20px 20px;
	width: 600px;
	FONT-SIZE: 13px;	FONT-FAMILY:  Arial, 'MS Sans Serif', 'Microsoft Sans Serif', sans-serif, Verdana;
	
}

#rightColumn {
	
	width: 130px;
	float: right;
	margin: 0px 0px 0px 10px;
	text-align: center;
	
}

.Testimonial {
	border-top: 1px solid #9C9CA8;
	border-left: 1px solid #9C9CA8;
	border-right: 1px solid #E3E3D2;
	border-bottom: 1px solid  #E3E3D2;
	margin: 10px 10px 8px 6px;
	padding: 8px 8px 8px 8px;
	font-size: 11px;	
	text-align:right;
}
.FeedbackText {
    text-align:left;
    FONT-STYLE: italic;
    COLOR: black;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, 'Microsoft Sans Serif', sans-serif, Verdana
}

#footer {
	width: 800px;
	background: url('../Images/Menu/footer.gif') top center no-repeat;
	text-align:center;
	position:relative;
	float: left;
	top:5px;
	height: 72px;

}
#extraLinks
{
	margin: 10px 0 0 22px;/*this is required to prevent IE6 bug which doubles the margin:*/
	display:inline;
	width:200px;	float:left;
	text-align:left;	FONT-SIZE: 9px;
    FONT-FAMILY: Arial, 'Microsoft Sans Serif', sans-serif, Verdana

}

#SiteMap A
{
    PADDING-LEFT: 0.5em;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    PADDING-BOTTOM: 0px;
    OVERFLOW: hidden;
    LINE-HEIGHT: 1.6em;
    PADDING-TOP: 0px;
    TEXT-DECORATION: none
}
#SiteMap A:hover
{
    DISPLAY: block;
    COLOR: fuchsia
}

.clsColour1
{
    BACKGROUND-COLOR: #CB7C64
}
.clsColour2
{
    BACKGROUND-COLOR: #D1D3D4
}
.clsColour3
{
    BACKGROUND-COLOR: #A7A9AC
}
.clsColour4
{
    BACKGROUND-COLOR: #7AC142
}
.clsColour5
{
    BACKGROUND-COLOR: #49A942
}
.clsColour6
{
	BACKGROUND-COLOR: #9D0A0F
}
.clsLPCTable
{
    BORDER-RIGHT: #7777c5;
    BORDER-TOP: #7777c5;
    BORDER-LEFT: #7777c5;
    BORDER-BOTTOM: #7777c5;
    BACKGROUND-COLOR: #E7E7E7
}

.floatRight {
	float: right;
	margin-left: 10px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatNone {
	float: none !important;
}
TD
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Arial, 'Microsoft Sans Serif', sans-serif, Verdana
}


a.tooltip span {
display: none;
}

a.tooltip:hover {
position: relative;
}


a.tooltip:hover span, a.over span {
	display: block;
	
	position: absolute;
	/*Firefox 3 needs these:*/
	top:0px;
	left:0px;
	border: 1px solid #A7A9AC;
	background-color: #F2DDD3;
	padding: 3px 3px 3px 3px;
	width: 200px;
	FONT-SIZE: 11px;

}

UL.heart {

list-style-image: url('../Images/bullet.gif');
}

