.title	
{ 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
	font-size: 25px; 
	color: #FFFFFF; 
	font-weight:bold;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    vertical-align: middle;	
    margin-left: 20 px;
}

.slogan
{ 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
	font-size: 12px; 
	color: #EFEFEF;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    margin-left: 20px;
}

DIV.contentContainer
{
	width: 633px;
	background: #FFFFFF;
	border: 1px solid #BDBDBD;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

DIV.content
{
	background: #FFFFFF;
	width: 613px;
	margin: 10px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}


a
{
	color: #0984CA;
}

DIV.header
{
	height: 130px;
	width: 800px;
	background-repeat:repeat;
	background-image: url("images/header_bg.jpg");
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.HeaderStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 28px;
 color: #0C87CD;
 font-weight: bold;
}

.SubHeaderStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
}

.TextStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 11px;
 color: #000000;
}

.SubTextStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 10px;
 color: #444444;
 font-style: italic;
}

.FooterStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 9px;
 color: #666666;
}