@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	color: #ae1e51;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
  color:#e86b91;
  text-decoration:none;
}


.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


table.topbar {
	width: 780px;
	height: 80px;
	margin: 0 auto;
   	background-image: url(images/bg-top.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.topmenubar {
	width: 600px;
	margin: 0 auto;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


table.maintable {
	width: 780px;
	margin: 0 auto;
    background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.homeright1 {
	width: 210px;
	height: 90px;
	margin: 0 auto;
  	background-image: url(images/bg-homeright1.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.homeright2 {
	width: 210px;
	height: 90px;
	margin: 0 auto;
  	background-image: url(images/bg-homeright2.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.homeright3 {
	width: 210px;
	height: 90px;
	margin: 0 auto;
  	background-image: url(images/bg-homeright3.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.sidebartable {
	
	margin: 0 auto;
  	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table.sidebartable {
	margin: 0 auto;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table.rightbar {
	width: 415px;
	height: 315px;
	margin: 0 auto;
    background-image: url(images/right.png);
	background-repeat: no-repeat;
}

table.rightfaqtop {
	width: 415px;
	height: 23px;
	margin: 0 auto;
    background-image: url(images/rightfaqtop.png);
	background-repeat: no-repeat;
}

table.rightfaqbody {
	width: 415px;
	margin: 0 auto;
    background-image: url(images/rightfaqbody.png);
	background-repeat: repeat-y;
}

table.rightfaqbottom {
	width: 415px;
	height: 32px;
	margin: 0 auto;
    background-image: url(images/rightfaqbottom.png);
	background-repeat: no-repeat;
}

table.bottomlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}



.oneColFixCtr #footer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 80px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

table.bottombar {
	width: 780px;
	height: 80px;
	margin: 0 auto;
	background-color:#ae1e51;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

