body {
	font-family:Arial, verdana, Helvetica, sans-serif; 	background: #1a0a83;/* Main Background Color */
}
a {
	color:#ac72ea;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
.container {
	width:1018px;
	margin-left:auto;
	margin-right:auto;
}
.accessLink {
	color: #ac72ea;
	text-decoration:underline;
}
.accessLink:link {
	color: #ac72ea;
	text-decoration:underline;
}
.accessLink:visited {
	color: #ac72ea;
	text-decoration:underline;
}
.accessLink:hover {
	color: #ac72ea;
	text-decoration:underline;
}
.accessLink:active {
	color: #ac72ea;
	text-decoration:underline;
}
.hdrTextNormal {
	color:#FFFFFF;
	float:right;
	font-size:12px;
	padding:35px 15px 0 0;
}
.hdrTextNormal a {
	color:#FFFFFF;
	text-decoration:none;
}
.hdr {
	position: relative;
	height: 110px;
	width::1005;
	background:transparent url(../images/headerBackGround1.jpg) no-repeat scroll; /*Change Header Background image & or Background Color */
	background-position:70px 7px;
}
.hdrLinkBar {
	position: absolute;
	color: rgb(255, 194, 14);
	top: 65px;
}
.mainPane {
	position: relative;
	/*background: #f26722; Main Background Color */
	margin:0;
	padding:0;
	width: 1018px;
	height:auto;
	color: #fff;
}
.leftCol {
	position: relative;
	float:left;
	padding: 0px 0px 0px 75px;
	width: 550px;
	color: #fff;
}
.domainBox {
	width: 550px;
	clear: both;
	position: relative;
	height: 84px;
	margin-bottom: 0.5em;
	/*border: 1px solid #666;  Change Domain Box Border  */
	background: #000;/* Change Domain Box Background  */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.domainBox DIV {
	position: relative;
	float: left;
	padding-left: 12px;
	margin-top: 7px;
}
.domainIcon {
	position: relative;
	float: left;
	width: 90px;
	height: 76px;
	padding: 4px 0px 0px 4px;
}
.domainName {
	color: #fff;
	display: block;
	width:300px;
	font-size: 20px;
	font-weight: bold;
	padding: 22px 0px 0px 5px;
	position: relative;
	float: left;
}
.getItBtn {
	display: block;
	position: relative;
	width: 86px;
	height: 33px;
	background:url(../images/btn.gif) top left no-repeat;
	text-decoration:none;
}
.getItBtn:link {
	background-position: top left;
}
.getItBtn:visited {
	background-position: top left;
}
.getItBtn:hover {
	background-position: bottom left;
}
.getItBtn:active {
	background-position: top left;
}
.chooseBtn {
	padding: 19px 0px 0px 5px;
	width:100px;
}
.center {
	text-align:left;
	margin-top:20px;
	margin-bottom:30px;
	font-size:12px;
}
.infoText {
	font-size:12px;
}
#domainContainerLeft {
	margin-left: 40px;
}
#domainContainerRight {
	margin: 420px 0 10px 40px;
}
.rightCol {
	float:left;
	width:315px;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}
.imageBox {
	text-align:center;
	padding-bottom:10px;
}
.imageBox img {
	/*border:1px solid #fe0000; Change Image Border Color */
}
.right {
	text-align:right;
}
#footer {
	text-align:center;
	font-size:11px;
	padding:10px;
	color:#fff;
}
#footer a:link {
	color: #fff;
	text-decoration:underline;
}
#footer a:visited {
	color: #fff;
	text-decoration:underline;
}
#footer a:hover {
	color: #fff;
	text-decoration:underline;
}
#footer a:active {
	color: #fff;
	text-decoration:underline;
}
.bold {
	font-size:16px;
	font-weight:bold;
}
