@charset "utf-8";
/* CSS Document */

*{padding: 0; margin: 0;}

a:link {color: #000000; text-decoration:none;}
a:visited {color: #000000; text-decoration:none;}
a:hover {color: #000000; text-decoration:underline;}
a:active {color: #000000; text-decoration:none;}
a:focus{color: #000000; text-decoration:none;}

.whatHeader {
	background-image: url(../img/WhatHeader.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	height: 239px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.whoHeader {
	background-image: url(../img/WhoHeader.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	height: 239px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.whyHeader {
	background-image: url(../img/WhyHeader.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	height: 239px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.whatTab {
	background-color: #398DF4;
	background-image: url(../img/What.png);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	color: #398DF4;
	height: 25px;
	width: 65px;
	z-index: auto;
	overflow: hidden;
	top: 18px;
	right: 230px;
}
.whoTab {
	background-color: #398DF4;
	background-image: url(../img/Who.png);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	color: #398DF4;
	height: 25px;
	width: 65px;
	z-index: auto;
	overflow: hidden;
	top: 18px;
	right: 60px;
}
.whyTab {
	background-color: #398DF4;
	background-image: url(../img/Why.png);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	color: #398DF4;
	height: 25px;
	width: 65px;
	z-index: auto;
	overflow: hidden;
	top: 18px;
	right: -100px;
}
.mainContent {
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 800px;
}
.leftSS {
	background-color:#FFFFFF;
	width: 320px;
	float: left;
	margin: 10px;
}
.clearIT {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightPara {
	background-color:#FFFFFF;
	width: 460px;
	float: right;
}

.bigText {
	color:#0099FF;
	font-size:xx-large;
}

.bigText a:link {color: #0099FF; text-decoration:underline;}
.bigText a:visited {color: #0099FF; text-decoration:underline;}
.bigText a:hover {color: #0099FF; text-decoration:underline;}
.bigText a:active {color: #0099FF; text-decoration:underline;}
.bigText a:focus{color: #0099FF; text-decoration:underline;}

.medText {
	color:#0099FF;
	font-size:x-large;
}
.footer {
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PopupTextFont
{
font:Verdana, Arial, Helvetica, sans-serif;
}
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #0099FF;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	color:#FFFFFF;
	background-color: #0099FF;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	color:#FFFFFF;
	background-color: #0099FF;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #0099FF;
}

.jTip{
cursor:help;
}