html {
	height:100%;
	border:0;
	padding:0;
	margin:0;
}

body {
	background:yellow;
	height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family:'Trebuchet MS';
}

a {
	text-decoration:none;
	color:black;
}

h1 {
	font-family:'Trebuchet MS';
	font-size:16pt;
}

h2 {
	font-family:'Trebuchet MS';
	font-size:10pt;
}

h4 {
	font-size:8pt;
	font-style:italic;
	line-height:110%;
}

img {
	border: none;
}

#overlay1 {
	background:url('images/overlay1.png') repeat fixed;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	height:100%;
	width:100%;
}

#content {
	margin-top:0px;
	text-align:center;
}

#content-popup {
	margin:30px;
	text-align:left;
	font-size:10pt;
}

#cols {
	width:90%;
	margin:auto;
}

.col {
	float:left;
	text-align:center;
	font-size:13pt;
	font-weight:bolder;
	line-height:160%;
	margin-top:0px;
}

#content-popup .col {
	padding:10px;
	height:230px;
	text-align:left;
}

#one {
	width:25%;
	margin-left:5%;
	
}
.col span {
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
}

#three {
	width:25%;
	margin-right:5%;
}

#three img, #content-popup img {
	border: 3px solid black;
}

#two {
	width:35%;
	margin-left:2.5%;
	margin-right:2.5%;
}
