y

a: {
	color: #C00000; 
	text-decoration: none;
	} 

a:link { 
	color: #C00000; 
	text-decoration: none;
	}
	
a:visited { 
	color: #C00000; 
	text-decoration: none;
	}
	
a:hover { 
	color: #FF0000; 
	text-decoration: none;
	}
a:active: {
	color: #0000FF;
	text-decoration: none;
	}
	


p {font-family:  Century Gothic;
color: #000000; }


	
	
body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  background-color: #CCCCCC;
  font-family:  Century Gothic;
  color: #000000 ; 
  font-size: 85.5%;
  font-weight: normal;
}

#header {
  margin: 0px;
  padding: 0px;
  height: 200px;
}

#left {
  position: absolute;
  left: 0px;
  top: 200px;
  width: 200px;
}

#leftcol {
  position: relative;
  left: 19px;
  top : 35px;
  width: 175px;
 
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  padding: 2px;
  overflow-y:hidden; 
  overflow-x:hidden; 
}


#center {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 700px;
  padding: 0px;
  overflow:auto;
}

	
#centercol {
  position:relative;
  left: 30px;
  top : 35px;
  width: 590px;
  overflow-y:hidden; 
  overflow-x:hidden; 
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  padding: 8px;
}

td {
  font-family:  Century Gothic;
  color: #000000 ; 
  font-size: 85.5%;
  font-weight: normal;
}
