﻿
.blueText 
{
		color: #103E5F !important;
}

.greyText 
{
	color: #767373 !important;
	font-weight:  normal !important;
}

.purpleText 
{
	color: #6B2B4E !important;
}

.purpleTextSmall 
{
	color: #6B2B4E !important;
	font-size: 11px;
}

.whiteText 
{
	color: #f1f1f1 !important;
}


.mainPage {
width: 900px;
background-color: #fff;
}

.headerTable 
{
	background: transparent url(img/header.jpg) top left no-repeat;
	width: 100%;
}




.mainContent {

width: 728px;
}

.rightContent {
width: 172px;
background-color: #D8EEE5;
}

.footerRight 
{
background-color: #D8EEE5;
}	


.pageContent 
{
	margin: 20px 20px 0 20px;
}

.siteTitle 
{
	font-size: 10px;
	
	line-height: 24px;
	color: #bab5b0;
	margin-left: 120px;
	
}

.titleHeading 
{
	font-size: 11px;
	line-height: 24px;
	color: #f1f1f1;
	
}



.FooterMenu  
{
	padding-left: 0;
	display: inline;
	} 

.FooterMenu li {
	margin-left: 0;
	padding: 3px 5px;
	
	list-style: none;
	display: inline;
	}
	
		
.FooterMenu  li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

.FooterMenu  li a:link, .FooterMenu  li a:visited {
color: #ccc;
text-decoration: none;
font-size: 11px;
}

.FooterMenu  li a:hover, .FooterMenu  li a:active {
text-decoration: underline;
font-size: 11px;
color: #999;
}


