body{
	background-color: #127399;
	text-align: center;
	font-family: helvetica;
	font-size: 12px;
	margin-top: 25px;
}


.mdc{
	width: 850px;
	background-color: #fff;
	margin: auto;
	text-align: left;
}

.mc{
	margin: auto;
	border-collapse: collapse;
	width: 850px;
	background-color: #fff;
}

.mc td.spacer{
height: 10px;
width: 840px;
}

.mc td.tl{
background: #127399  url(/www/img/tl.png);
background-repeat: no-repeat;
width: 8px;
height: 10px
border: 0px;
margin: 0px;
}

.mc td.tr{
background: #127399  url(/www/img/tr.png);
background-position: top right;
background-repeat: no-repeat;
width: 8px;
height: 10px;
border: 0px;
margin: 0px;
}


.mc td.bl{
background: #127399  url(/www/img/bl.png);
background-position: bottom left;
background-repeat: no-repeat;
width: 8px;
height: 10px;
border: 0px;
margin: 0px;
}

.mc td.br{
background: #127399  url(/www/img/br.png);
background-position: bottom right;
background-repeat: no-repeat;
width: 8px;
height: 10px;
border: 0px;
margin: 0px;
}



.acctBar{
	margin: 0px;
	background-color: #998675;
	padding: 4px;
	text-align: right;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	border-top: 6px solid #8CC63E;
}

.acctTable{
	margin-left: 40px;
}

.acctTable th{
	font-size: 14px;
	color: #444;
	width: 125px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-top: 15px;

}

.acctTable td{
	text-align: left;
	padding-top: 15px;
}


.acctTable input{
	border: 1px solid #777;
	text-align: left;
	color: #3366CC;
	font-size: 14px;
}

.acctTable .radio{
	border: 0px;
	width: 20px;
}

.acctTable .popup{
	border: 0px;
	width: 20px;
}



.acctTable label{
	display: block;
	font-size: 12px;
	color: #555;
}

.acctTable textarea{
	width: 350px;
	height: 65px;
	border: 1px solid #777;
	text-align: left;
	color: #3366CC;
	font-size: 12px;
}


span.info{
	color: #999;
	font-size: 11px;
}

div.urlCheck{
	text-align: left;
	color: #467AB9;
	font-size: 11px;
	height: 16px;
}

.urlCheck img{
	vertical-align: middle;
}


.headerBar{
	margin: 0px;
	border: 0px solid red;
	background-color: #998675;
	padding: 8px;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 40px;
	border-top: 6px solid #8CC63E;
}



.headerBar a, .acctBar a{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-left: 40px;
	text-decoration: none;
}

.headerBar a:hover, .acctBar a:hover{
	color: #FFFF00;
}


.gsButton{
	font-size: 20px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #555;
	border-radius: 10px; 
	-o-border-radius: 10px; 
	-icab-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 

	color: #fff;
	background-color: #2791CB;
}

.gsButton:hover{
	cursor: pointer;
	color: #FFFF33;

}




.mainTitle{
	color: #d34e0b;
	font-size: 29px;
	text-align: left;
}


.mainAbout{
	margin-top: 25px;
	font-size: 16px;
	color: #4c4b40;
	text-align: left;
}

.mainAbout ul{
	margin-left: 7px;
	padding-left: 7px;
}

.mainAbout li{
	padding-top: 4px;
}

.mainAbout span{
	font-size: .9em;
	padding-left: 5px;
	color: #d9bb25;
}


.footer{
	padding-top: 30px;
	color: #aaa;
	font-size: 12px;
	margin: auto;
	text-align: center;
}

.footer a{
	padding-left: 20px;
	color: #aaa;
	font-size: 12px;
	text-decoration: none;
}

.footer a:hover{
	color: #555;
	text-decoration: underline;
}


.startButton{
	border: 0px;
	background-color: transparent;
	padding: 0px;

}

.startButton:hover{

	cursor: pointer;
}












.newAccount th.accountHeader{
	text-align: left;
	padding-right: 7px;
	vertical-align: top;
	border-bottom: 1px dotted #336600;
	padding-bottom: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #555;
	font-size: 18px;
	font-weight: normal;
}


.newAccount td{
	padding-top: 5px;
	font-size: .8em;
	padding-bottom: 10px;
	text-align: left;
}

.newAccount th{
	padding-top: 5px;
	padding-bottom: 10px;
	width: 150px;
	text-align: right;
	padding-right: 7px;
	vertical-align: top;
	color: #888;

}




.newAccount input{
	width: 240px;
	color: #3366CC;
	font-weight: bold;

}

.emailOptions{

	text-align: left;
	font-size: 12px;
	color: #888;
	padding: 10px;


}


.emailOptions .results{
	width: 600px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #990000;
	background-color: #FFFFCC;
	padding: 20px;
	font-size: 14px;
	color: #990000;

}

.results li{
 list-style-position:inside;
 margin-bottom: 5px;
}


.emailOptions span{
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	color: #3366FF

}


.faq{
margin-right: 185px;  
margin-left: 85px; 
font-size: 14px; 
color: #777;
text-align: left;
font-weight: normal;
}

.faq ul{
list-style-type: circle;
}

.faq li{
	margin-top: 5px;
	font-size: .9em
}

.faq p{
	font-size: 17px;
	color: #109FFF;
	margin-bottom: 2px;
	margin-top: 18px;
	font-weight: 100;
}


.faq div{
color: #109FFF;
font-size: 24px; 
font-weight: bold
margin: auto;
}




.aboutus{
margin-right: 185px;  
margin-left: 85px; 
font-size: 16px; 
color: #777;
text-align: left;
font-weight: normal;
}

.aboutus ul{
list-style-type: circle;
}

.aboutus li{
	margin-top: 18px;
	font-size: .9em
}

.aboutus p{
	font-size: 17px;
	color: #109FFF;
	margin-bottom: 2px;
	margin-top: 18px;
	font-weight: 100;
}


.aboutus div{
color: #109FFF;
font-size: 24px; 
font-weight: bold
margin: auto;
}



.morelink{
	text-decoration: none;
	color: #555;
	font-size: 1.2em;
}

.morelink:hover{
	text-decoration: underline;
}


#bgToolWin{

	border-radius: 10px; 
	-o-border-radius: 10px; 
	-icab-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 

}


