body {
/*	background-image: url("../images/bgStripe.png"),url("../images/bgTile.png"); */
	background-image: url("../images/bgStripe.png");
	background-repeat: repeat-x;
	margin:0px;
	padding-left:50%;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
h1 {
	
	font-size:38px;
	color:#BF2D38;
	font-family: 'Bilbo', cursive;

	text-shadow: 2px 2px #ccc;
	
}
h2 {
	
	font-size:18px;
	color:#02336E;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 1px 1px #ccc;
	text-transform:uppercase;
	letter-spacing:1px;
	
}
#imgRight {
	float:right;
	box-shadow: 6px 6px 8px grey;
	margin:12px;
	
}
.imgRight {
	/*border:5px solid #ff000!important;*/
}
#homeHeader1 {
	width: 962px;
	height:200px;
	background-image: url("../images/mainHeader.png");
	clear:both;
	text-align:center;
	margin-top:0px;
	margin-left:50%;
	margin-left:-481px;
}
#homeHeader2 {
	width: 962px;
	height:200px;
	background-image: url("../images/mainHeader2.png");
	clear:both;
	text-align:center;
	margin-top:0px;
	margin-left:50%;
	margin-left:-481px;
}
#contentArea {
	border:1px solid #DFDFDF;
	width:914px;
	min-height:400px;
	background-color:#fff;
	background-image: url("../images/contentAreaBg.png");
	background-repeat: repeat-x;
	margin-top:42px;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:115%;
	color: #242424;
	font-size:14px;
	margin-left:-481px;
	padding:24px;
	font-size:15px;
}
#footer {
	background-color:#02336E;
	width:928px;
	min-height:160px;
	margin-left:-481px;
	margin-top:14px;
	bottom:0;
	color:#fff;
	font-family: 'Quicksand', sans-serif;
	padding:18px;
	font-size:12px;


}
#footerColumn {
	display:block;
	float:left;
	padding-right:14px;
	padding-left:10px;
	border-right:solid 1px #01142C;
	height:140px;
}
#footerLogoColumn {
	display:block;
	float:right;
	padding-right:14px;
	position: right 0px;
	
}

.footerLogo {
	
	float:right;
}
.headerText1 {
	font-size:12px;
}
a.footerLink:link {
	font-size:12px;	
	color:#fff;
	font-family: 'Quicksand', sans-serif;
	text-decoration:none;	
	line-height:160%;
}
a.footerLink:visited {
	font-size:12px;	
	color:#fff;
	font-family: 'Quicksand', sans-serif;
	text-decoration:none;
	line-height:160%;
}
a.footerLink:active {	
	font-size:12px;	
	color:#BF2D38;
	font-family: 'Quicksand', sans-serif;
	text-decoration:none;
	line-height:160%;
}
a.footerLink:hover {
	font-size:12px;	
	color:#fff;
	font-family: 'Quicksand', sans-serif;
	text-decoration:underline;
	line-height:160%;	
}
.formField {
	border:1px solid #ccc;
	padding-left:20px;
}
.formSubject {
	text-align:right;
	width:100px;
	float:left;
	padding-right:14px;
}
a.regLink:link {
	font-size:12px;	
	color:#BF2D38;
	font-family: Tahoma, Geneva, sans-serif
	text-decoration:none;	
	line-height:160%;
}
a.regLink:visited {
	font-size:12px;	
	color:#BF2D38;
	font-family: Tahoma, Geneva, sans-serif
	text-decoration:none;
	line-height:160%;
}
a.regLink:active {	
	font-size:12px;	
	color:#BF2D38;
	font-family: Tahoma, Geneva, sans-serif
	text-decoration:none;
	line-height:160%;
}
a.regLink:hover {
	font-size:12px;	
	color:#BF2D38;
	font-family: Tahoma, Geneva, sans-serif
	text-decoration:underline;
	line-height:160%;	
}