/* ----- PAGE ----- */
	
body {
	background-color:#005EFB;
	background-repeat:no-repeat;
	text-align:center;
	margin:0 auto;
	}
	
div#container {
	background: url(images/mesh_bg.png) repeat;
	position:relative;
	text-align:center;
	width:944px;
	margin:0 auto;
	padding-bottom:25px;
	}
	
div#header {
	position:relative;
	text-align:left;
	width:900px;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:10px;
	}
	
div#intro {
	background: url(images/intro_bg.jpg) no-repeat;
	position:relative;
	text-align:left;
	width:900px;
	height:400px;
	margin:0 auto;
	padding-top:5px;
	}
	
div#form {
	font-family: arial, helvetica, san-serif;
	position:relative;
	text-align:left;
	width:900px;
	margin:0 auto;
	}
	
div#footer{
	position:relative;
	text-align:left;
	width:944px;
	margin:0 auto;
	}
	

/* ----- TEXT ----- */

span.headerText{
	font-family: helvetica, arial, san-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#FFFFFF;
	}

span.subheaderText{
	font-family: arial, helvetica, san-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#FFFFFF;
	}
	
span.formheaderText{
	font-family: arial, helvetica, san-serif;
	font-size: 21px;
	font-weight: 500;
	color:#FFFFFF;
	}
	
span.fieldheaderText{
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	font-weight: 500;
	color:#041D69;
	}
	
span.smallText{
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: 500;
	color:#041D69;
	}
	
input.formBg {
	color:#FFD2FC;
	background-color:#FFD2FC;
	border:1px;
	color:#333333;
	font-size:16px;
	font-weight: 500;
	}

span.noDisplay {
	display:none;
	}
	
       
/* ----- NAVIGATION ----- */

a.mainNav {
	border:dashed #FFFFFF 1px;
	text-decoration:none;
	display:block;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #FFFFFF;
	text-align:center;
	line-height:40px;
	width:135px;
	outline: none; /* hide dotted outline in Firefox */
	}
	
a.mainNav:hover {
	border:solid #041D69 1px;
	background-color:#041D69;
	color:#FFFFFF;
	}
	
a.mainNav-on {
	background-color:#FFFFFF;
	border:solid #FFFFFF 1px;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #041D69;
	text-align:center;
	padding: 9px 16px;
	}
	
a.mainNav-on:hover {
	background-color:#FE0160;
	color:#FFFFFF;
	}
	
a.mainNav2 {
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	line-height:25px;
	padding: 5px 10px;
	outline: none; /* hide dotted outline in Firefox */
	}
	
a.mainNav2:hover {
	background-color:#005EFB;
	color:#FFFFFF;
	}
	
a.joinNav {
	background:#FE0160 url(images/arrow.gif) no-repeat;
	display:block;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 21px;
	font-weight:500;
	height:45px;
	line-height:44px;
	text-decoration:none;
	width:180px;
	outline: none; /* hide dotted outline in Firefox */
	}
	
a.joinNav:hover {
	background-color:#FD77A9;
	color:#FFFFFF;
	}
	
a.supNav {
	border: dashed #041D69 1px;
	background-color:#FFFFFF;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #041D69;
	text-align:center;
	padding: 0px 3px;
	outline: none; /* hide dotted outline in Firefox */
	}
	
a.supNav:hover {
	background-color:#041D69;
	color:#FFFFFF;
	}
	
a.textLink {
	border-bottom: dashed #041D69 1px;
	text-decoration:none;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: 500;
	color: #041D69;
	}
	
a.textLink:hover {
	background-color:#041D69;
	text-decoration:none;
	color:#FFFFFF;
	}
	

/* ----- FOOTER ----- */

span.footerText {
	font-family: arial, helvetica, san-serif;
	font-size: 14px;
	font-weight:800;
	color: #71747B;
	}
