﻿body {
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
  font-family: Verdana, Arial;
  font-size:10pt;
  color:#545454;
  line-height:20px;
}
.mainDiv {
	width:100%;
  background-image: url('../images/mainbg.jpg');
  background-repeat:repeat-x;
  
}
.centerContent {
	width:1000px;
	margin:auto;
  height: inherit;
  position:relative;	
}
.topbar {
	position:relative;
	margin-bottom:-25px;
}
.topbarTop {
	z-index: 1;
  position:relative;
	background-image: url('../images/topbar/header.jpg');
  width:1000px;
  height: 93px;
}
.topbarBottom {
	z-index: 1;
  background-image: url('../images/topbar/footer.gif');
  width:1000px;
  height: 46px;
}
.topbarMenu {
	z-index: 1;	
	position:relative;
	background-image: url('../images/topbar/menubg.gif');
  width:1000px;
  height: 36px;
}
.subWebsite {
	position:absolute;
	z-index: 100;
	width: 219px;
  height: 254px;
  background-image: url('../images/website/menubg.gif');
  top:120px;
  left:113px;
  display:none;  
}
.subSupport {
	z-index: 100;
	width: 219px;
  height: 254px;
  background-image: url('../images/support/menubg.gif');
  position:absolute;
  top:120px;
  left:462px;
  display:none;
}

.footer {
	clear:both;
	background-image: url('../images/footer/footerbg.gif');
  background-repeat: repeat-x;
  height: 47px;
  width:100%;
}
.footerText {
	float:left;
	margin-top:21px;
	font-weight:bold; 
	color:White;
}
.footerTextRight {
	float:right;
	margin-top:21px; 
	font-weight:bold; 
	color:White;
}
.mainContent {
	z-index:1;
	position:relative;
	float:left;
	top:0px;
	left:12px; 
	margin-bottom:0px; 
	width:643px;
	background-image: url('../images/MainContent/midbg.gif');
  background-position: 0px 25px;
  background-repeat:no-repeat;
}
.mainContent2 {
	background-image: url('../images/MainContent/headerbg.gif');
  background-repeat: no-repeat;
	width:100%;
  min-height:221px;
}
.mainContentTitle {
	position:absolute;
	width:556px;
	top:16px;
	left:54px;
}
.mainContentText {
	position:relative;
	width:556px;
	top:48px;
	margin-bottom:48px;
	left:54px;
}
.mainContentFooter {
	background-image: url('../images/MainContent/footerbg.gif');
  background-repeat: no-repeat;
  height: 29px;
  width:643px;
}
.rightColumn {
	position:relative;
	float:right;
	width:331px;
}
.rightQuote {
	min-height:100px;
	width:316px;
	background-image: url('../images/rightcontent/quotebg.gif');
  background-repeat: repeat-y;
}
.rightQuoteHeader {
	background-image: url('../images/rightcontent/quoteheader.gif');
	width:316px;
	height:67px;
}
.rightQuoteFooter {
	background-image: url('../images/rightcontent/quotefooter.gif');
	width:316px;
	height:45px;
}
.rightQuoteQuote {
	position:relative;
	top:-12px;
	left:65px;
	margin-bottom:-22px;
	width:200px;
  font-size: 9pt;
  line-height:16px;
}

a img 
{
    border: none; 
} 

a:link
{
	color:#316BBD;
	text-decoration: none;
	font-weight:bold;
}

a:visited
{
	color:#316BBD;
	text-decoration: none;
	font-weight:bold;
}

a:hover
{
	color:#316BBD;
	text-decoration: underline;
	font-weight:bold;
}

a:active
{
	color:#316BBD;
	text-decoration: underline;
	font-weight:bold;
}

