html {
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555C62;
  font-size: 12px;
}

body {
  height: 100%;
  margin: 0;
  background-color: #e4e4e4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555C62;
  font-size: 12px;
}

table, td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

td {
  vertical-align: top;
}

a {
  color: #3987c8;
}

img {
  border: 0;
}

h1, h2 {
  font-size: 125%;
  text-transform:uppercase;
}

#main {
  width: 960px;
  height: 100%;
  background-color: White;
  padding: 0;
}

.border{
  border-top-style:none;
  border-bottom-style:none;
  border-left-color: #d8d8d8;
  border-left-style: solid;
  border-right-color: #d8d8d8;
  border-right-style:solid;
  border-width: 1;
  background-color: White;
}


#logo {
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;

}

.gray, .gray a {
  color: #525659;
  font-size: 12px;
}

#banner {
  padding-top: 5px;
  height: 174px;
  padding-left: 10px;
  padding-right: 10px;
}

#workarea {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:10;
  min-height: 250px;
}

#content{

    padding-left: 10;
    padding-right: 10;
}

/*Sidebar*/
#sidebar {
  padding: 0;
  margin: 0;
}

.sidebar-header{
  font-size: 14px;
  color:white;
  text-align:center;
}


.sidebar-text{
    text-align:left;
    font-size: 14px;
    font-weight: normal;
    color:#000000;
}

.sidebar-text ul {
  padding-left:0;
  margin-left:20;
  margin-bottom: 0;
  text-align:left;
}
.sidebar-text li{

}



#footer {
  height: 62px;
  color: gray;
  font-size: 12px;
  border-bottom-color: gray;
  border-left-style: none;
  border-left-width:0;
  border-right-style: none;
  border-right-width: 0;

}

#footer2{
  height: 15;
  background-color: #e4e4e4;
  border-style: none;
  border-left-style: none;
}