/* CSS Document */

body
{
	background-color : #FFFFFF;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding-top: 0px;
	padding-left: 0px; 
	padding-right: 0px;
}

.logoCell
{
height : 110px;
background-color : #F07800;
padding-left : 15px;
vertical-align : middle;
text-align : left;
line-height : 110px;
}

.navMenuCell
{
	background-color : #F5AB3E;
	height : 40px;
	padding-left : 15px;
	text-align : left;
	vertical-align : middle;
	line-height : 40px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight : bold;
	color : #FFFFFF;
	border-top : 2px solid #FFFFFF;
}

.navMenuCell a:link
{
	color : #FFFFFF;
	text-decoration : none;
}

.navMenuCell a:visited
{
	color : #FFFFFF;
	text-decoration : none;
}

.navMenuCell a:hover
{
	color : #FFFFFF;
	text-decoration : underline;
}

.blurbCell
{
	width : 485px;
	background-image : url(images/blurbBGleft.gif);
	background-position : left top;
	background-repeat : repeat-y;
	padding-left : 115px;
	padding-top : 20px;
	border-top : 12px solid #FFFFFF;
	text-align : justify;
	vertical-align : top;
	height : 150px;
	line-height : 160%;
	color : #555555;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bold;
}

.blurbRight
{
	width : 24px;
	vertical-align : bottom;
	text-align : left;
	border-top : 12px solid #FFFFFF;
	background-image : url(images/blurbBGright.gif);
	background-position : left top;
	background-repeat : repeat-y;
}

.photoCell
{
	border-top : 14px solid #FFFFFF;
	border-left : 18px solid #FFFFFF;
	text-align : left;
	vertical-align : bottom;
	background-color : #868686;
}

.mainContentWrapper
{
	vertical-align : top;
	text-align : left;
}

.mainContentCell
{
	padding-left : 20px;
	padding-top : 30px;
	color : #555454;
	text-align : left;
	vertical-align : top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : normal;
	width : 290px;
	line-height : 135%;
}

.rightContentCell
{
	color : #555454;
	padding-left : 20px;
	padding-top : 30px;
	text-align : left;
	vertical-align : top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : normal;
	width : 290px;
	line-height : 135%;
}

.rightContentCell h3
{
	font-weight : bold;
	color : #F07800;
	margin-bottom : -15px;
	font-size : 100%;
}
