@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(images/main-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.master {
	width: 700px;
	text-align: left;
	margin: auto;
}
.header {
	background-image: url(images/header-bg.jpg);
	height: 314px;
}
.logo {
	position: absolute;
	top: 36px;
}
.logo-text {
	top: 42px;
	position: relative;
	left: 400px;
}
.nav {
	left: 400px;
	top: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 200px;
}
.page-heading-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	position: absolute;
	top: 248px;
	font-weight: bold;
	text-align: left;
}
.content {
	width: 700px;
	text-align: left;
	border: 1px solid #246f91;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	background-image: url(images/footer-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 71px;
}
.footer-left {
	float: left;
	width: 45%;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}
.footer-right {
	float: right;
	width: 45%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer a:visited {
	color: #FFFF66;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	color: #FFFF66;
	text-decoration: none;
	font-weight: bold;
}
.footer a:active {
	color: #FFFF66;
	font-weight: bold;
}
.h-insert {
	border: 1px solid #246f91;
	background-color: #2b96c6;
	color: #FFFFFF;
	padding: 7px;
	width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.v-insert {
	border: 1px solid #246f91;
	background-color: #2b96c6;
	color: #FFFFFF;
	width: 200px;
	float: right;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 7px;
	padding-left: 10px;
	clear: both;
}
ul {
	margin-top: 5px;
	margin-bottom: 9px;
}
.left-col {
	width: 335px;
	float: left;
	padding-bottom: 10px;
}
.right-col {
	width: 335px;
	float: right;
	padding-bottom: 10px;
}

h1 {
	margin: 0px;
}
h2 {
	color: #5BA921;
	margin-bottom: 0px;
	margin-top: 0px;
}
.h2-clear-columns{
	color: #5BA921;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: both;
}
h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
p {
	margin-top: 0px;
}
a.quick:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.quick:visited {
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}
a.quick:hover {
	color: #FFFF66;
	text-decoration: none;
	font-weight: bold;
}
a.quick:active {
	color: #FFFF66;
	font-weight: bold;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color: #FFFF66;
	font-weight: bold;
}
a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0066FF;
	font-weight: bold;
}
.domain-check-form {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
	top: 52px;
	font-weight: bold;
	text-align: left;
	width: 600px;
	left: 0px;
}
