* {
    -moz-box-sizing: border-box;
} 

/* The 100% wide by 100% high invisible layer that serves to center the entire page */
.CENTERLAYER {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	background-color:#808080;
}

/* 740 pixel wide box that all content on the page adheres to*/
.HeaderImage {
	position: relative;
	width: 835px;
	background-color: #949494;
	z-index: 2;
}

.menu {
	position: relative;
	visibility: visible;
	z-index: 2;
	left: 0px;
	width: 835px;
	top: 0px;
	height: 25px;
	background-color: #969696;
	text-align:left;
}

/* Content Box: the white area that all of the content fits into (Homepage) */
.ContentBox {
	position: relative;
	visibility: visible;
	z-index: 2;
	width: 835px;
	top: 0px;
	background-color: #969696;
}

.LeftColumnHome {
	position: absolute;
	visibility: visible;
	left: 0px;
	z-index: 2;
	width: 175px;
	top: 0px;
	background-color: #969696;
	border: 0px solid black;	
}

.RightColumnHome {
	position: relative;
	visibility: visible;
	left: 88px;
	z-index: 4;
	width: 660px;
	top: 0px;
	#top: -24px;
	border-left: 5px solid #003366;
	background-color:#FFFFFF;
}

.LeftColumn {
	position: absolute;
	visibility: visible;
	left: 0px;
	z-index: 3;
	width: 175px;
	top: 0px;
	background-color: #949494;
	border: 0px solid black;
	background-image:url(images/left.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height: 300px;
	
}

.RightColumn {
	position: relative;
	visibility: visible;
	left: 88px;
	z-index: 3;
	width: 660px;
	top: 0px;
	border-left: 5px solid #003366;
	background-image:url(images/right.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	padding-top: 50px;
}

.bullseye {
	position: relative;
	z-index: 10;
	top: 0px;
	left: 305px;
	width: 150px;
	height: 65px;
	background-color: #FFFFFF;
	margin: 0px 0px -65px 0px;
	padding-top: 20px;
}

.footerHome {
	position: relative;
	visibility: visible;
	width: 834px;
	z-index: 2;
	top: -65px;
	left: 1px;
	background-image:url(images/footerBkg2.gif);
	background-repeat:repeat-x;
	border: 0px solid black;
	text-align:left;
}

.footer {
	position: relative;
	visibility: visible;
	width: 834px;
	z-index: 2;
	top: 0px;
	left: 1px;
	background-image:url(images/footerBkg2.gif);
	background-repeat:repeat-x;
	border: 0px solid black;
	text-align:left;	
}

.footerCopy {
	position: relative;
	visibility: visible;
	width: 835px;
	height: 25px;
	z-index: 2;
	top: 3px;
	left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}

.footerCopyHome {
	position: relative;
	visibility: visible;
	width: 835px;
	height: 25px;
	z-index: 2;
	top: -62px;
	left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}

p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	margin-left: 50px;
	margin-right: 15px;
}

.center {
	text-align: center;
	}
.right {
	text-align: right;
	}

h3 {
	position: absolute;
	top: 17px;
	left: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	font-stretch:wider;
	color: #000E59;
}

h4, h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #000E59;
	text-align:left;
	text-shadow: Navy;
	margin-left: 50px;
	margin-right: 15px;
}

h5 {
	width: 375px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #000E59;
	text-align:left;
	text-shadow: Navy;
	margin-left: 50px;
	margin-right: 9px;
}

.ContactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align:left;
	margin-left: 25px;
}

.QuoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	padding-top: 140px;
	margin-left: 10px;
}

.QuoteRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align:right;
}

.NewsBox {
	border: 0px solid black; 
	background-color: #949494; 
	padding-left:5px; 
	padding-top:5px; 
	width: 175px; 
	margin-top:0px;
	}
	
.NewsBoxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	color: #000E59;
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-decoration: underline;
	font-weight:normal;
	color: #071252;	
}
a:link {
	text-decoration: underline;
	font-weight:bold;	
	color: #071252;	
}
a:visited {
	text-decoration: underline;
	font-weight:bold;	
	color: #071252;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;	
	color: #013567;
}

.homelinks {
}
.homelinks:link {
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;	
	color: #071252;	
}
.homelinks:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;	
	color: #071252;
}
.homelinks:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight:normal;	
	color: #013567;
}

.NewsBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000E59;
	line-height: 14px;
	text-decoration: none;
	margin-right: 5px;
}

a.NewsBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #000E59;	
}
a.NewsBoxText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #000E59;	
}
a.NewsBoxText:visited {
	text-decoration: none;
	color: #000E59;
}
a.NewsBoxText:hover {
	text-decoration: underline;
	color: #000E59;
}

a.MenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: black;
	text-align: left;
	text-decoration: none;
}
