html, body, div, p {
	font-family: Arial, verdana, sans-serif; 
	color: #000000;	
}
body { 
	background: #ffffff;
	padding:0px;
	top-margin:0px;
	bottom-margin:0px;	
	text-align:center;
	}
h1 {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
a:link { color: #0159B1; text-decoration: none;}
a:visited { color: #0159B1; text-decoration: none;}
a:active { color: #0159B1; text-decoration: none;}
a:hover { color: #ff9900; text-decoration: none;}

}
p {
		line-height: 125%;
		margin-top: 0em;
}
.brochure {
	margin: 0px;
	padding:0px;
	margin-right: 10px;
}
.latest-news-top-padding {
	margin:0px;
	padding:0px;
	padding-top: 2px;
}
/* the overall container for the page */
#container {
	width:750px;
	height:auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	position:relative;
	border-top:0px solid #ffffff; 
	border-bottom:0px solid #ffffff; 
	border-left:0px solid #ffffff; /* Draws a line on the top edge of the Div */
	border-right:0px solid #ffffff; /* Draws a line on the top edge of the Div */
	background:#ffffff;
}
	
#masthead {
	position: absolute;
	top:0px;
	left:0px; 
	height: 80px;
	width:750px;
	text-align:left;
	background-color: #ffffff;
	z-index: 2;
}
#masthead #hr {
	height:1px;
	width:750px; 
	border-style:solid; 
	border-width:1px 0 0 0;
	border-color:#808080;
}
#masthead #communicate {
	position: absolute;
	top:45px;
	left:47px;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	z-index:3;
}

#column1a {
	position:absolute;
	top:100px;
	left:0px;
	text-align:center;
	font-size: 14px;
	font-weight:normal;
	z-index:3;
}
#column2a {
	position:absolute;
	top:100px;
	left:180px;
	text-align:left;
	font-size: 14px;
	z-index:3;
}
#column3a {
	position:absolute;
	top:100px;
	left:350px;
	text-align:left;
	font-size: 14px;
	z-index:3;
}
#column4a {
	position:absolute;
	top:100px;
	left:560px;
	text-align:left;
	font-size: 14px;
	z-index:3;
}
#column2b {
	position:absolute;
	top:201px;
	left:180px;
	height:195px;
	padding-top: 10px;
	padding-left: 5px;
	text-align:left;
	border-left:1px solid #0159B1;
	font-size: 12px;
	font-weight:bold;
	z-index:3;
}
#column3b {
	position:absolute;
	top:201px;
	left:350px;
	height:195px;
	padding-top: 10px;
	padding-left: 5px;
	text-align:left;
	border-left:1px solid #0159B1;
	font-size: 12px;
	font-weight:bold;
	z-index:3;
}
#column4b {
	position:absolute;
	top:201px;
	left:560px;
	height:195px;
	width:190px;
	padding-top: 10px;
	padding-left: 5px;
	text-align:left;
	border-left:1px solid #0159B1;
	font-size: 12px;
	font-weight:bold;
	z-index:3;
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 750px; 
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: center;
	width: 750px;
	height: 380px;
	margin: 0px auto;
	}
