/* Page Layout */

.centeringBox {
	margin-right: auto;
	margin-left: auto;
}


body {
	background-color: #20445C;
	margin-top: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #20465f;
}


.headlineHolder {
	position: relative;
	top: 10px;
	left: -5px;
}

.headerWrapper
{
    margin: 10px 0px;
    text-align: center;
}


/* FOOTER STYLES */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	position: relative;
	top: 10px;
	background-image: url(images/wide_bottom_art.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 750px;
	height: 96px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
	margin-top: 0px;
}

/* This positions the footer HES link and links to privacy-contact-about us- FAQ */
.positioner {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	top: 50px;
	position: relative;
}



/* Holds page content */
.main {
	z-index: 2;
	position: relative;
	top: 0px;
	width: 675px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}


/* Page Element Formatting */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #20445C;
	margin-bottom: -10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #254654;
	margin-bottom: -13px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20465F;
}

/* STANDARD ANCHOR TAG STYLES */
a:link {
	color: #6666CC;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #68A3E7;
	text-decoration: none;
}
a:active {
	color: #6633FF;
	text-decoration: underline;
}


/* FOOTER LINK STYLE */

a.footerlink:link {
	color: #666666;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.footerlink:visited {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.footerlink:hover {
	color: #68A3E7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.footerlink:active {
	color: #0033FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}


li {
	margin-bottom: 13px;
	margin-top: -6px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20465F;
	padding-right: 25px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20465F;
	padding-right: 25px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.printlink {
	display: block;
	position: relative;
	left: 416px;
	top: 25px;
	width: 150px;
	text-align: right;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}
.footerforcountrypages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	position: relative;
	top: 35px;
	background-image: url(images/wide_bottom_art.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 750px;
	height: 92px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 0px;
}
.formItems {
	display: block;
	width: 550px;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 15px 85px;
}
.countyName {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: capitalize;
	color: #20445C;
}
.selectCountry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20445C;
	margin-bottom: -15px;
}
.RegistrationAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
