html, body {
  margin: 0;
  font-family: verdana,helvetica,sans-serif;
  width: 100%;
}

body {
  background: #fff url("/img/global/pagebackground.gif") top left repeat-y;
}

#wrap {
  width: 100%;
  background: #fff url("/img/global/headerbackground.gif") top left repeat-x;
}

#header {
  background: url("/img/global/headercornerbackground.gif") top left no-repeat;
  height: 128px;
}

#content {
  width: 755px;
  background: #fff url("/img/global/pagebackground.gif") top left repeat-y;  
}

#navdevice {
  background: #fff url("/img/global/navdevice.gif") top left no-repeat;
  width: 150px;
  height: 118px;
}

#left {
  float: left;
  width: 150px;
}

div#left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  padding-top: 15px;  
  background: #fff url("/img/global/navbackground.gif"); 
  height: 191px; 
}
		
div#left li {
  margin: 3px 0 0 10px;	
  font-size: 10px	
}

div#left li a {
  display: block;
  padding: 5px 1px 4px 5px; 
  border: 3px double #000;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  width: 90%;
  font-weight: bold;
}

html>body div#left li a {
  width: auto;
}

div#left li a:hover {
  background-color: #fff;
  color: #000;
}

div#left li a.navlink_s {
  background-color: #c00 
}

h2#roll1 {
  font-family: arial,helvetica,sans-serif;
  font-style: italic;
  margin: 0 0 0 0;
}

h3#roll2 {
  margin: 0 0 0 12px; 
  color: #34679A;  
  font-size: 18px;
  font-family: arial,helvetica,sans-serif;
  font-weight: bold;
}

h4#roll3 {
  margin: 0 0 0 25px; 
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
  font-weight: bold;    
}

#center {
  float: left;
  width: 605px;
}

#footer {
  clear: both;
}

#centertext {
  background: #fff url("/img/global/pagecenterbackground.jpg") top left no-repeat;
  width: 100%;
  height: 351px; 
  font-size: 12px; 
  margin: 20px 0 0 0;  
}

#center_sub {
  width: 95%; 
  font-size: 12px; 
  margin: 0;
  padding: 10px; 
}

#innercentertext {
  padding: 40px 230px 0 30px;
}

.hidden {
  display: none;
}

.middle {
  float: left;
  width: 325px;
}

.rightbar {
  margin: 0 0 0 10px;
  float: left;
  width: 180px;
  border: 1px solid #aaa;
  text-align: center;
}

.center {
  text-align: center;
}

.righttext {
  border-top: 1px solid #aaa;
  font-size: 72%;
  padding: 10px;
  text-align: left;
  background-color: #CCECFF;
}

img.howto {
  border: 1px solid #aaa;
}
.item{
  text-align:center;
}
.altitem{
  background-color:#C0C0C0;
  text-align:center;
}
.head{
  font-weight: bold;
}