@charset "utf-8";

body,td,th { color: #000000; }
body { background-color: #F4F4C2; }

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
a:link { color: #3366CC; }
a:visited { color: #3366CC; }
a:active { color: #CC0000; }
a:hover { color: #CC0000; }

/*  BODY */
body  {
  margin: 0;
  text-align: left; /*  selector */
  color: #219494;
  background-color: #CCCCCC;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/*  CONTAINER */
.tt #container {
  width: 740px;
  margin: 0 auto;
  text-align: left;
  border-right: 20px solid #219494;
  border-left: 20px solid #219494;
  background: #219494;
} 

/* TOP */
.tt #top1 {
  float: left;
  height: 120px;
  margin-right: 10px;
}
.tt #top2 {
  float: left;
  width: 80px;
  height: 120px;
}
.tt #top3 {
  float: left;
  width: 200px;
  height: 120px;
}
.tt #top4 {
  float: left;
  width: 80px;
  height: 120px;
}
.tt #top5 {
  float: left;
  width: 160px;
  height: 120px;
  margin-left: 10px;
}


/*  MENU AREA */
.tt #menuspace {
  background: #F4F4C2;
  height: 25px;
  font-weight: bold;
  text-align: center;
  font-family: Tahoma;
}

.tt #topline {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 8px;
}
.tt #secondline {
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 16px;
}
/*  TEXT AREA */
.tt #textspace {
	background: #F4F4C2;
	padding-right: 40px;
	padding-left: 40px;
	color: #000000;
}
.tt #footerspace {
  background: #F4F4C2;
 
  width: 420px;
  text-align: center;
  border-right: 160px solid #219494;
  border-left: 160px solid #219494;
  color: #000000;
}
/* TABLE */
.tt #tleft {
  height: 20px;
  border-top: 5px solid #FF3333;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #219494;
  border-bottom-color: #219494;
  border-left-color: #219494;
}

/* TABLE */
.tt #tright { 
  float: left;
  width: 80px;
  height: 20px; 
}

/* SPACER */
.tt #spacer20 { 
  float: left;
  width: 80px;
  height: 20px; 
}

/*  HEADERS */
h1 {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
}

/*  CLEARFLOAT */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
