body {
  margin:0;
  padding:0;
  font-family: arial, "lucida console", sans-serif;
  font-size: 12px;
  font-weight:normal;
  color: #000000;

  background-color: #999999;

}

h1 {
  font-family: arial, "lucida console", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  
}

h2 {
  font-family: arial, "lucida console", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align:center;
  border-bottom: 1px solid #ff9e31;
}

h3 {
  font-family: arial, "lucida console", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menutext {
  font-family: arial, "lucida console", sans-serif;
  font-size: 12px;
  color:#004f9d;
  font-weight: normal;
  text-align:left;
}

.locationtext {
  font-family: arial, "lucida console", sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-align:left;
  padding: 3px 5px 3px 5px;
  
}

.pad {
  padding-left: 10px;
}

.hometext {
  font-family: arial, "lucida console", sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  text-align:left;
  padding: 3px 5px 3px 5px;
  
}

.heading {
  font-family: arial, "lucida console", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  text-align:left;
  padding: 3px 5px 3px 5px;
}

.menulabel {
  font-family: arial, "lucida console", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  text-align:left;
  padding: 3px 5px 3px 5px;
}
  
.important {
  color: #FF0000;
  font-style: italic;
}

.footnote {
  color: #004f9d;
  font-size: 8px;
  font-style: bold;
  vertical-align: top;
}

img.float_right { 
  float: right;
  margin-top: 0px; 
  margin-right: 0px;
}

img.float_left { 
  float: left;
  margin-left: 5px; 
}


smalltext {
  font-family: arial, "lucida console", sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #004f9d;
  text-align:left;
}

smalltable {
  font-family: arial, "lucida console", sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  text-align:center;
}


legend { 
  color:#000000;
  font-weight:bold;
}

table.plans {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  padding: 2px;
  
}

th.dark {
  font-family: arial, "lucida console", sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #ff9e31;
}

th.light {
  font-family: arial, "lucida console", sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #fca247;
}


tr.dark {
  background: #cbc1a4;
  
}

tr.light {
  background: #efebe2;
  
}

tr.terms {
  font-size: 10px;
  color:#004f9d;
  background: #e0e0e0;
  
}

td.plan_name {
  color: #000000;
  font-weight: bold;
  text-align: center;
}

td.emphasis {
  font-weight: bold;
}


a:link {2
  color: #004f9d;
  text-align:left;
  text-decoration: none;
}


a:visited {
  color: #004f9d;
  text-align:left;
  text-decoration: none;
}


a:hover {
  color: #55AAFE;
  text-align:left;
  text-decoration: underline;
}


a:active {
  color: #55AAFE;
  text-align:left;
  text-decoration: none;
  
}

#header {
  top:0;
  left:0;
  height: 15px;
  width:754px;
  font-family: arial, "lucida console", sans-serif;
  font-weight: normal;
  font-size: 9px;
  color:#e0e0e0;
  text-align:right;
  background:#000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 2px 8px 2px 8px;

}

#banner {
  /*top:21px;*/
  left:0;
  height:80px;
  width:770px;
  color:#000000;
  background:#ff9e31;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;

}

#site_location {
  /*top:42px;*/
  left:0;
  height: 15px;
  width: 754px;
  color: #000000;
  background:#f0f0f0;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 2px 8px 2px 8px;
  vertical-align:middle;
}

#container {
  color:#000000;
  width:770px;
  background:#e0e0e0;
  border: 1px solid #000000;
  
}

#table_container {
  text-align: left;
  background-color: #e0e0e0;
  padding: 5px 8px 5px 8px;
}


#navigation {
  float: left;
  width: 142px;
  background:#e0e0e0;
  position: relative;
  padding: 0px 8px 0px 8px;
}

#content {
  width: 594px;
  color: #000000;
  background: #ffffff;
  margin-left:159px;
  border-left: 1px solid #999999;
  position: relative;
  border-bottom: 1px solid #ffffff;
  padding: 5px 8px 5px 8px;
}

#indexcontent {
  width: 610px;
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #000000;
  background: #F5F3EE;
  margin-left:159px;
  border-left: 1px solid #999999;
  position: relative;
  border-bottom: 1px solid #fa8813;
  padding: 0px;
}


#footer {
  width:754px;
  height: 15px;
  color: #999999;
  text-align: center;
  font-size: 10px;
  background:#000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 2px 8px 2px 8px;
  
}

.lookup_font1 {
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:#ffffff;
  text-align: center;
}

.lookup_font2 {
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color:#ffffff;
  text-align: center;
}


#lookup {
  padding: 0px;
  margin-top: 2px;
}

#lookup_right {
  float: right;
  margin-right: 10px;  
}

#lookup_heading {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color:#ffffff;
  background:#FFAE5A;
  border-bottom: 1px solid #ffffff;
  padding: 0px 2px 0 cpx 2px;
  
}

#lookup_content {
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  color:#ffffff;
  background:#fa8813;
  padding: 2px 5px 7px 5px;
}

.button_lookup {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color:#ffffff;
  background:#7499D0;
  border: 1px solid #ffffff;
  padding: 2px 5px 2px 5px;
}


input.lookup {
  font-size: 12px;
  text-align: left;
  color: #000000;
  background: #e0e0e0;
  border: 1px solid #ffffff;
  padding: 1px 1px 1px 1px;
}

.button {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color:#ffffff;
  background:#fca247;
  border: 1px solid #fa8813;
  padding: 2px 5px 2px 5px;
}

.inputbox {
  font-size: 12px;
  text-align: left;
  color: #000000;
  background: #fffaf4;
  border: 1px solid #ff9e31;
  padding: 1px 1px 1px 1px;
}


input.tel 
{
  font-size: 12px;
  text-align: left;
  color: #000000;
  background: #fffaf4;
  border: 1px solid #ff9e31;
  padding: 2px 2px 2px 2px;
}

.contentpane {
  padding: 4px;
  background:#e0e0e0;
}

#left_box {
  width: 187px;
  height: 134px;
  margin-top: 110px;
  margin-left: 0px;
  padding: 5px 2px 5px 2px;
  border: 1px solid #cbc1a4;
  position: absolute;
  background-image: url("images/adslbackg.gif");
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#middle_box {
  width: 187px;
  height: 134px;
  margin-top: 110px;
  margin-left: 209px;
  padding: 5px 2px 5px 2px;
  border: 1px solid #cbc1a4;
  position: absolute;
  background-image: url("images/dialupbackg.gif");
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
}


#right_box {
  width: 187px;
  height: 134px;
  margin-top: 110px;
  margin-left: 417px;
  padding: 5px 2px 5px 2px;
  border: 1px solid #cbc1a4;
  position: absolute;
  background-image: url("images/hostingbackg.gif");
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
}


.box_heading {
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color:#DD6E00;
}


