body{
	margin: 0px;
  height: 100%
	font-family: Courier New;
	color: #000000;
	font-size: 17pt;
  overflow-x: hidden;
  overflow-y: hidden;
}
img {
  padding-right:25px;
  border: 0px;
}
img.menu {
  padding: 0px;
  border: 0px;
}
textarea{
	font-family: Courier New;
	font-size: 110%;
}
input[type='submit']{
	font-family: Courier New;
	font-size: 110%;
}
input[type='text']{
	font-family: Courier New;
	font-size: 110%;
}
h1{
	font-family: Courier New;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
}
h2{
	font-family: Courier New;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}
h3{
	font-family: Courier New;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}
a:link{
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  font-family: Courier New;
  font-weight: bold;
}
a:visited{
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
  font-family: Courier New;
  font-weight: bold;
}

a:hover{
  background-color: transparent;
  color: #444444;
  text-decoration: none;
  font-family: Courier New;
  font-weight: bold;
}

a:active{
  background-color: transparent;
  color: #444444;
  text-decoration: none;
  font-family: Courier New;
  font-weight: bold;
}
#wrapper {
  margin: 0px;
  background: url(../img/colorspectrum1.png) Top Right repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 10;
	font-family: Courier New;
  overflow-y: auto;  
  overflow-x: hidden;
}
#content1,#content2,#content3,#content4,#content5,#content6,#content7,#content8,#content9,#content10,#content11 {
  display: none;
  visibility: hidden;
  opacity: 0;
}
#header{
  margin: 1px;
  padding: 1px;
}
#container{
  margin: 1px;
  padding: 1px;
}
#footer{
  clear: both;
  margin: 1px;
  padding: 1px;
  text-align: center;
  font-family: Courier New;
	font-size: 70%;
}
#menu{
  float: left;
  padding: 1px;
  width: 300px;
  text-align: center;
}
#targetDiv{ 
  float: left;
  padding: 1px;
  width: 65%;
}
/* CSS Keyframe Animations for Cloud background */

@-webkit-keyframes DriftingClouds {
  0%        { background-position:  <? echo(rand(-10000, 0)) ?>px 0; }
  100%    { background-position: -20000px 0; }
}

@-moz-keyframes DriftingClouds {
  0%        { background-position: <? echo(rand(-10000, 0)) ?>px 0; }
  100%    { background-position: -20000px 0; }
}

@-ms-keyframes DriftingClouds {
  0%        { background-position: <? echo(rand(-10000, 0)) ?>px 0; }
  100%    { background-position: -20000px 0; }
}

@-o-keyframes DriftingClouds {
  0%        { background-position: <? echo(rand(-10000, 0)) ?>px 0; }
  100%    { background-position: -20000px 0; }
}

@keyframes DriftingClouds {
  0%        { background-position: <? echo(rand(-10000, 0)) ?>px 0; }
  100%    { background-position: -20000px 0; }
}

#wrapper {
  -webkit-animation: DriftingClouds 300s linear infinite;
  -moz-animation: DriftingClouds 300s linear infinite;
  -ms-animation: DriftingClouds 300s linear infinite;
  -o-animation: DriftingClouds 300s linear infinite;
  animation: DriftingClouds 300s linear infinite;
}
?>