@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000;
}
h1 { font-size: 175%; font-weight: bold; text-align: center; margin: 0 auto;}
h3 { font-size: 110%; font-weight: bold; text-align: center; margin: 0 auto;}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0645AD;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 100%;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.footer {
	width: 801px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	text-align:left;
	font-size: 100%;
}

.headermaintxt {
	width: 801px;
	background: #FFF;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	text-align:center;
	color:#000000;
	
}

.headersubtxt {
	width: 801px;
	background: #FFF;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	text-align:left;
	color:#000000;
	
}

.headersubtxt2 {
	width: 801px;
	background: #FFF;
	margin: 0 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	text-align:center;
	color:#000000;
	
}

.header {
	width: 801px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	text-align:center;
}

