#maincontainer {
  
  width: 100%; 
  height: 100%;
  min-height: 800px;

}

#content {

  width: 100%;

}
#header {

}

#saslogo {
  
  #float: left;
  height: 50px;
  #width: 225px;
  #padding-top: 150px;
  
}
#breadcrumb {
  background-image: url(../img/main/blacksep.png);
  background-repeat: repeat-x;
  margin-left: -8px;
  border-top: 1px solid #FF882A;
  width: 101%;
  height: 34px;
}

#contentcontainer {
  margin-top: 2px;
  width: 100%;
  
}
#contentcontainer a:hover {
  color: #000000;
}
#leftinfo {

  float: left;
  width: 228px;
  margin-left: -8px; 
  margin-top: -2px;
  
}

#leftinfo a:hover {
  color:#FFF;
  text-decoration: none;
}
#textarea {
  width: 70%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 465px;
}

#rightinfo {

  width: 17%;
  float: right;
  color:#CCCCCC;
  

}
#rightinfo a:hover {
  color:#000;
  text-decoration:none
  
}

body {
    
    font-family: "Lucida Grande",Verdana,sans-serif;
    font-size: 14px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
    overflow-x: hidden;
    background-position: top left;
    background-image: url(../img/main/headerblue.png);
    background-repeat: repeat-x;
    width: 99%;

}
h1 {

  border-bottom: 1px solid #C4AE7C;
  color: #74653D;
  font-size: 22px;
  padding-bottom: 5px;
  margin-bottom: 1em;
  margin-right: -20px;
}
h2 {

  border-bottom: 1px solid #C4AE7C;
  color: #74653D;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 1em;
  margin-right: -20px;
}

h3 {

  border-bottom: 1px solid #C4AE7C;
  color: #74653D;
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 1em;
}

#saslogotext {
  
  font-size: 28px;
  padding-left: 10px;
  padding-top: 0px;

}
#saslogoquote {
  float: left;
  font-size: 16px;
  padding-top: 6px;
  color: #FFF;
  margin-left: 10px;;
  font-style: italic;
  

}
#breadcrumbtext {
  float: right;
  vertical-align: sub;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  margin-right: 10px;
  padding-top: 5px;
}
.netorange {

  color: #FF882A;
  font-weight: bold;

}
.sasblue {

  color: #080823;
  font-weight: bold;
}

#username, #password {
  width: 100px;
  color: #000;
  background-color: #cc9;
  border: 1px solid #FF882A;
}
#submit {
  width: 50px;
  color: #000;
  background-color: #cc9;
}
#aboutcontent {
  float: left;
  width: 50%;
}
#aboutimage {
  float: right;
  width: 50%;
}
#clear {
  clear: both;
}