.HeaderStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 26px;
 color: #0074BD;
}

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

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

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

.TitleStyle { 
 font-family: Zapfino, Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 20px;
 color: #009CFF;
}

.FooterStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 10px;
 color: #000000;
 position: relative;
 top: 4px;
}

a
{
	color: #004A78;
}

DIV.container
{
	width:700px;
	padding-left: 25px;
	padding-right: 25px;
	text-align:center;
	 box-sizing: content-box;
	-moz-box-sizing: content-box;
}

* html DIV.container
{
	width:750px;
	w\idth:700px;
	padding-left: 25px;
	padding-right: 25px;
	text-align:center;
	 box-sizing: content-box;
	-moz-box-sizing: content-box;
}

DIV.header
{
	height: 96px;
	width: 670px;
	text-align: left;
	background-image: url(images/newlogobanner.jpg);
}

DIV.navbar
{
	height: 36px;
	width: 670px;
	margin-bottom: 25px;
	text-align: left;
}

DIV.content
{
	width: 670px;
	text-align:left;
	border: 1px solid #BABABA;
	padding: 1px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

* html DIV.content
{
	width:670px;
	w\idth:650px;
	padding: 10px;
	text-align:left;
	border: 1px solid #BABABA;
	 box-sizing: content-box;
	-moz-box-sizing: content-box;
}

DIV.footer
{
	background-image: url(images/footer.jpg) no-repeat;
	width: 672px;
	height: 22px;
}
