/* Start of CMSMS style sheet 'UAS: layout' */
body {
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: small;
  color: #000;
  background: #f6ebda;  
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other versions of IE */
}

.clear {
  clear: both;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 758px;
  font-size: 100%;
  text-align: left;
  color: #000;
  background: #fff url('/uploads/images/bg_content.jpg') repeat-y 50% 0;
}

/* 2 column layout - background image */
#twocol #wrapper {
  background: #fff url('/uploads/images/bg_content_inner.jpg') repeat-y 50% 0;
}

#header {
  position: relative;
  margin: 0;
  padding: 0;	
  width: 758px;
  height: 282px;
  background: #00909e url('/uploads/images/bg_header.jpg') no-repeat;
}

/* 2 column layout - background image */
#twocol #header {
  background: #fff url('/uploads/images/bg_header_inner.jpg') no-repeat;
}

#header img {
  position: absolute;
  z-index: 1;
  left: 330px;
  top: 113px;
}

#header #objective {
  position: absolute;
  top: 160px;
  left: 10px;
  width: 305px;
  color: #fff;
  background: transparent;
}

#header h1 {
  position: absolute;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

#header form {
  position: absolute;
  z-index: 2;
  left: 560px;
  top: 110px !important;
  top: 120px;
}

#colleft {
  float: left;
  width: 140px;
  margin: 0;
  padding: 0px;
  text-align: left;
}

#colcenter {
  float: left;
  width: 458px;
  margin: 0;
  padding: 0;
}

/* 2 column layout */
#twocol #colcenter {
  float: left;
  margin: 0;
  padding: 0 40px;
  width: 518px;
  \width: 598px;
  w\idth: 518px;
  text-align: left;
}	

#colright {
  float: left;
  width: 157px;
  margin: -70px 0px 0px;
  padding: 0px;
}

/*
#colright .top {
  position: absolute; brings text up in the right column
  z-index: 1;
  top: -70px;
}
*/

#footer {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  width: 758px;
  color: #fff; background: #393733;
}
/* End of 'UAS: layout' */

