/* CSS Document */
body
{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#d7d7d7;
	margin:auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a:link, a:visited
{
  color:#5c155d;
  text-decoration:none;
}

a:hover, a:active
{
  color:#f86514;
  text-decoration:none;
}

.homeBodyBG
{
	background-image:url(../images/homeBody.jpg);
	background-repeat:no-repeat;
	width:894px;
	min-height:281px;
	height:auto !important;
	height:281px;
}
.homeFooterBG
{
	background-image:url(../images/homeFooter.jpg);
	background-repeat:no-repeat;
	width:884px;
	height:166px;
	padding:5px;
}
.bodyBG
{
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;
	width:894px;
	min-height:337px;
	height:auto !important;
	height:337px;
}
.content
{
	background-image:url(../images/contentBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:824px;
	padding:12px 20px 0px 50px;
}

.homeLeft
{
	float:left;
	width:620px;
	padding-bottom:0px;
}
.homeLeft p
{
  font-size:12px;
  line-height:12px;	
  text-align:left;
}

.left
{
	float:left;
	width:585px;
}
.right
{
	float:right;
	width:150px;
margin-top:20px;	
}

.rightSideText
{
  width:100%;
  border-left:2px solid #5c155d;
  font-size:16px;
  color:#5c155d;
  font-weight:bold;
  line-height:12px;
  padding:1px 0px 0px 10px;
  text-align:left;

}

.footerBG
{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:894px;
	height:108px;
	padding:0px 10px;	
}

table.footerContent 
{
  width:880px;
  font-size:11px;
  line-height:11px;
  padding:0px 5px;
}

td.tdLeft
{
	width:265px;
	padding-left:5px;
	text-align:left;  
}
td.tdMid
{
	width:260px;
	padding-left:5px;
	text-align:left;	  
}

td.tdRight
{
	width:260px;
	padding-left:5px;
	text-align:left;
}
td.tdLeft p,
td.tdMid p,
td.tdRight p
{
	padding:0px 0px 10px 0px;
	margin:0px;
}


.accent
{
	font-weight:bold;
	color:#5c155d;
}
.accent2
{
	font-style:italic;
	font-weight:bold;
	color:#5c155d;
}
h1
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#5c155d;
}
.comingSoon
{
	text-align:center;
	font-size:32px;
	font-weight:bold;
	color:#5c155d;
}
