body {
	margin: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

h2, h3 {
	margin-bottom: .2em;
	margin-top: 1.3em;
}

p {
	/*font-size: .9em; */
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 10px;
}

p.disclaimer	{
	color: #000;
	background-color: Silver;
	font-size: .8em;
	border: thin solid Red;
	padding: 1%;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 1%;
}

p.footer	{
	font-size: .8em;
	margin-left: 5%;	
	margin-right: 5%;
}
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  #66f;
	background-color: #fff;
	outline: none;
}

h2 a {
	color: Navy;
	background-color: #fff;
}


a:active {
	color:  #000;
	background-color: #fff;
	}

a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

.center {
	text-align: center;
}

/* used for home.html for five column layout instead of tabl;es */	
.middle-box
{
	margin: auto;
	width: 90%;
	top: 0px;
	border: 0px dotted;
	position: relative;
	text-align: left;
}

.first-col {
	left:0;
	top: 0px;
	margin-left: 0%;
	width: 19%;
	position: relative;
}

.second-col {
	left:0;
	top: 2em;
	position: absolute;
	margin-left: 20%;
	width: 19%;
}

.third-col {
	left:0;
	top:0;
	position: absolute;
	margin-left: 40%;
}

.fourth-col {
	top:0;
	left:0;
	position: absolute;
	width: 25%;
	margin-left: 60%;
}

.fifth-col {
	top:0;
	left:0;
	position: absolute;
	margin-left: 84%;
}

.bottom-box {
	margin: auto;
	width: 90%;
/*	border: thin dotted;
	background-color: Silver; */
	position: relative;
}