@charset "utf-8";
/* CSS Document */

body {margin: 0px;}
#background {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 10%;
}
	
#logo {
	margin-top: -150px;
	z-index: 2;	
}
			 
#graphic {
	z-index: 1;
	padding-right: 35px;
}
					 
#navigation {
	left: 0px;
	padding-top: 105px;
	padding-right: 25px;
	padding-left: 25px;
}
	
#TABLE {
	position: absolute;
	margin-top: 100px;
	top: 4px;
	margin-right: 25px;
	margin-left: 25px;
	height: 30px;
	padding-right: 30px;
	padding-left: 30px;
}

#paragraph {
	margin-top: 155px;
	margin-right: 25px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #729D32;
	padding-bottom: 50px;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 75px;
	color: #000;
}
#pform {
	margin-top: 155px;
	margin-right: 25px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #729D32;
	padding-bottom: 0px;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 75px;
}

#form {
	margin-top: -280px;
	padding-left: 350px;
	padding-right: 25px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	margin-top: 25px;
}

a.mainNav:link   {
	/* Applies to all unvisited links */
   text-decoration:  none;
	font-weight:      bold;
	color: #FFFFFF;
  } 
a.mainNav:visited{
	/* Applies to all visited links */
  text-decoration:  none;
	font-weight:      bold;
	color:            #FFFFFF;
  } 
a.mainNav:hover  {
	/* Applies to links under the pointer */
  text-decoration:  blink;
	font-weight:      bold;
	color:            #000000;
  } 
a.mainNav:active {
	/* Applies to activated links */
  text-decoration:  underline;
	font-weight:      bold;
  } 

a.footNav:link   {
	/* Applies to all unvisited links */
   text-decoration:  none;
	font-weight:      bold;
	color: #000000;
  } 
a.footNav:visited{
	/* Applies to all visited links */
  text-decoration:  none;
	font-weight:      bold;
	color:            #000000;
  } 
a.footNav:hover  {
	/* Applies to links under the pointer */
  text-decoration:  blink;
	font-weight:      bold;
  } 
a.footNav:active {
	/* Applies to activated links */
  text-decoration:  underline;
	font-weight:      bold;
  } 
.time {
	position: absolute;
	top: 0px;
	left: 0px;

}
