@charset "utf-8";

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #1d5695;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

html, body, img, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, hr, input, select, ul, li, label { 
	margin: 0; 
	padding: 0; 
	}
	
h1 {
	font-size:24px;
	line-height:1.4em;
	font-family:Tahoma, Geneva, sans-serif;
	padding: 20px 10px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	line-height:1.2em;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	padding-bottom:10px;
}

img {
	border:0;
}


.PageLayout #container {
	width: 995px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px;
	text-align: left; 
}


.columnHolder {
	float:left;
	width:100%;
	padding: 71px 8px 0px 23px;
	background: url(images/header-top.png) no-repeat #1d5695;
	height:auto;
}

.header-leftcolumn {
	float:left;
	width:52%;
}

.header-rightcolumn {
	float:left;
	width:42%;
	text-align:center;
}

.cleared { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.PageLayout #mainContent {
	padding: 0 24px; 
	background:url(images/body-bg.jpg) repeat-y #1d5695;
}

.mainContent-leftcolumn {
	float:left;
	width:53%;
	margin-right:20px;
	text-align:center;
	padding: 0 10px;
}

.mainContent-rightcolumn {
	float:left;
	width:42%;
	text-align:center;
}

label {
	font-size:18px;
	color:#F00;
	font-weight:bold;
}

.email {
	padding-top:4px;
}

.input-text
{
	height: 25px;
	border: 2px solid #000;
	padding: 5px;
	font-size:16px;
}

.arrow-left
{
	margin: -3px 0px 0px -58px;
}

.red {
	color:#c20809;
}

.orange {
	color:#ff6600;
}

.grn {
	color:#060;
}

.footer {
	background:url(images/footer-bg.png) no-repeat #1d5695;
	height:56px;
}

.page-footer
{
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	margin: 8px 0;
}

.page-footer a,  .page-footer a:hover, .page-footer a:visited, .page-footer p {
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}




