html {
	height: 100%;
	}
#fpAnimwaveWordsFP1, #fpAnimflyTopRightFP1 {
	position: relative;
	visibility: hidden;
	color: blue;
	}
body {
/*	position: absolute; */
	height: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	}
a {
	color: blue;
	text-decoration: none;
	}
a:hover {
	color: orchid;
	}
#mastHead {
	position: absolute;
	top: 0px;
	left: 120px;
	width: 100%;
	}
#nav {
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #3366CC;
/*	background: url(../images/purpleGrad.jpg) repeat-x; */
	height: 100%;
	width: 100px;
	}
#nav a {
	display: block;
	color: white;
	margin: 15px 0 0 10px;
	border: solid 0px yellow;
	}
#nav a:hover {
	display: block;
	color: yellow;
	margin: 15px 0 0 10px;
	border: solid 0px yellow;
	}
#productLinks, #singleColumn {
	position: absolute;
	top: 150px;
	left: 150px;
	}
#productLinks a {
	display: block;
	padding: 3px 0 3px 0;
	}
#productLinks h1 {
	padding: 0px 0 0px 0;
	margin: 0px 30px 0px 0px;
	border: solid red 0px;
	border-width: 0 0 1px 0;
	}
#productLinks h2 {
	padding: 30px 0 0 0;
	border: solid red 0px;
	}
#leftColumn {
	position: absolute;
	text-align: justify;
	width: 300px;
	top: 150px;
	left: 120px;
	}
#rightColumn {
	position: absolute;
	text-align: center;
	width: 200px;
	top: 150px;
	left: 440px;
	border: solid 0px red;
	}
#footer {
	position: relative;
	text-align: center;
	border: solid red 0px;
	width: 550px;
	top: 0px;
	left: 0px;
	}
#footer p {
	border: solid blue 0px;
	margin: 0 0 3px 0;
	padding: 0 0 0px 0;
	}
#footer a {
	display: inline;
/*	border: solid blue 0px;
	margin: 0 0 3px 0;
	padding: 0 0 0px 0; */
	}
h1 {
	background-color: blue;
	color: white;
	font: italic small-caps bold 1.2em;
	margin: 10px 0 0px 0;
	}
h2 {
	font-size: 1.1em;
	margin: 0 0 -15px 0;
	border: solid red 0px;
	}
#newsGif {
	margin: 0 0 20px 0;
	}
img {
	border-width: 0px;
	}
#emText {
	color: red;
	font: bold italic small-caps 1.2em;
	}	