table {
    margin-top:0px;
    margin-bottom:0px;
	padding-top: 0;
	padding-bottom: 0;
	}

h1 {
/* 	font-size: 48px; */
	color: Blue;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	/* background-color: #FDF5E6; */
	}

/*
h2 {
	color: black;
	font-weight: bold;
	}
*/

.indent {
	text-indent:25px;
	}

p {
    margin-top:0px;
    margin-bottom:0px;
	padding-top: 0;
	padding-bottom: 0;
	}

.banner {
 	background-image: url(../images/clouds.JPG);
    background-repeat: no-repeat;
	background-position: center;
	/* needed t0 prevent IE fro scrollin the bacground image */
	background-attachment: fixed;
	text-align: center;
	font-family: Lucida Bright;
	font-size: 40px;
	color: yellow;
	font-weight: bold;
    margin-top: 0px;
    margin-bottom:0px;
	padding-top: 0;
	padding-bottom: 0;
    padding:0px;
	}

.center-spread {
    margin-top: 0px;
    margin-bottom:0px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 25px;
	}

.floatLeft {
	float: left;
	margin: 2px
	}

.floatRight {
	float: right;
	margin: 2px
	}