/* CSS Document */
#gsa_logo {
  width:            200px;
  float:			right;
  font-size:		70%;
  text-align:		center;
  font-style:		italic;
  padding-right:    5px;
}

#wheelbarrow {
  width:            250px;
  height:			200px;
  float:			right;
}

#column_left {
float:				left;
width:				170px;
}
#column_right {
float:				left;
width:				202px;
}

.grayback {
background-color: #C4CEF4;
}
.tableleft {
  font-size:     small;
  font-weight:   bold;
  text-align:    right;
  padding-right: 5px;
  font-weight:   bold;
}

.tableright {
  font-size:    small;
  padding-left: 5px;
  font-style:   italic;
}
.application {
  font-size:        85%;
}

.back {
  float:			right;
  font-style:		italic;
  padding-right:	5px;
}
.back a:link {
  color:            #009999;
  text-decoration:	none;
}
.back a:visited {
  color:			#009999;
  text-decoration:	none;
}
.back a:hover {
  color:			#0099FF;
}