/* CSS Document */
body,td
{
	margin:auto;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
}
table#internal
{
	margin-top:16px;
}

.homeHeaderRight
{

	background-image:url(../images/homeHeader_02.jpg);
	background-repeat:no-repeat;
	width:455px;
	height:175px;
	vertical-align:top;
}
.internalHeaderRight
{

	background-image:url(../images/internalPgHeader_02.jpg);
	background-repeat:no-repeat;
	width:378px;
	height:159px;
	vertical-align:top;
}
.rightContentLinks
{
  font-weight:bold;
	text-align:right;
	color:#fff;
	font-size:14px;
	margin-top:30px;
	margin-right:20px;
}

.internalHeaderRight .rightContentLinks
{
	margin-top:17px;
}
.rightContentLinks a
{
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	color:#fff;
}
.rightContentLinks a:hover
{
	color:#fff;
	font-weight:bold;
	text-align:right;
	text-decoration:underline;
}

.homeNav
{
	background-color:#fd4a8e;
	width:465px; 
	height:24px;
	text-align:center;
	color:#000;
	font-size:12px;
}
.nav
{
	background-color:#fd4a8e;
	width:542px; 
	height:24px;
	text-align:left;
	color:#000;
	font-size:12px;	
}

.nav a,
.homeNav a
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.nav a:hover,
.homeNav a:hover
{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}


.homeBG
{
	background-image:url(../images/homePg_03.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#000;
	width:890px;
	padding:10px;
	vertical-align:top;
}
.homeBGLeft
{
	background-image:url(../images/homePg_02.jpg);
	background-repeat:repeat-y;
	width:10px;
}

.homeBGRight
{
	background-image:url(../images/homePg_04.jpg);
	background-repeat:repeat-y;
	width:10px;
}


.internalBG
{
	background-image:url(../images/internalPg_03.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#000;
	width:890px;
	padding:10px;
	vertical-align:top;
}
.internalBGLeft
{
	background-image:url(../images/internalPg_02.jpg);
	background-repeat:repeat-y;
	width:10px;
}

.internalBGRight
{
	background-image:url(../images/internalPg_04.jpg);
	background-repeat:repeat-y;
	width:10px;
}

h1
{
	font-size:32px;
	font-style:italic;
	font-weight:bold;
	color:#fd4a8e;
  
}


div.homeContentQuote
{
	font-size:24px;
	line-height:30px;
	font-style:italic;
	width:370px;
	text-align:justify;
	margin-top:50px;
	margin-left:30px;
}
span.homeContentQuoteCredit
{
	font-size:18px;
	line-height:24px;
	font-style:italic;
	float:right;
	
}
#homeImg
{

	width:430px;
	margin-top:50px;
	margin-left:10px;
	float:left;
}
.imgLeft
{
  width:39%;
	float:left;
}
.imgRight
{
  width:59%;
	float:right;
}

.internalRightImg
{
	text-align:right;
	float:right;
	margin-top:150px;
	margin-right:25px;
	margin-left:25px;	
}
.footer
{
	width:920px;
	border-top:10px solid #fd4a8e;
	padding-top:10px;
}


