<style type="text/css">

A:link{ text-decoration: none; color:#000000; }
A:visited{ text-decoration: none; color:#000000; }
A:active{ text-decoration: none; color:#000000; }
A:hover {color: #ffffff; text-transform: underline; font-weight: normal; }

html{ 
height: 100%; 
border: 0; 
padding: 0; 
margin: 0; 
}  

body { 
background: #ffbb00; 
font-family: Verdana,Geneva,Sans-serif; 
letter-spacing: 1pt;
font-weight: normal; 
font-size: 12 pt; 
direction:ltr; 
height: 100%; 

margin-top: 0;
margin-bottom: 0;
margin-right: 0; 
margin-left: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0; 
}

#container {
  position: relative;
  width: 1000px;
  background: #00bb00;
  color: #ff0000; 
	border-style: solid;
  border-color: #000000;
	border-width: 0px;
  top: 0px;
  margin-right: auto; 	
	margin-left: auto;
}

#bottom { 
	font-size: 7 pt; 
  color: #000000; 
} 


#yctlogo {
  position: absolute;
  width: 1000px;
  left: 0px;
  top: 0px;
  background: #ffbb00;
  color: #ffcc00; 
  border-color: #000000;
}

#nav {
  position: absolute;
  width: 145px;
  left: 0px;
  top: 165px;
  background: #ffbb00;
  color: #000000; 
	border-style: solid;
  border-color: #000000;
	border-width: 0px;
	font-size: 14px;
}

#content {
  position: absolute;
  width: 735px;
  left: 145px;
  top: 165px;  
  background: #ffbb00;
  color: #000000; 
	border-style: solid;
  border-color: #000000;
	border-width: 0px;
  font-size: 8pt; 
}

#links {
  position: absolute;
  width: 120px;
  left: 880px;
  top: 165px;  
  background: #ffbb00;
  color: #000000; 
	border-style: solid;
  border-color: #000000;
	border-width: 0px;
}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: ridge;
	border-color: #000000;
	border-collapse: separate;
	background-color: #ffbb00;
}

table.sample th {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #ffbb00;
	-moz-border-radius: ;
}

table.sample td {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #ffbb00;
	-moz-border-radius: ;
}


</style>


