html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background:url(../graphics/background.jpg) top center repeat-y;
  text-align: left;
}

#wrap {
  padding: 0px;
  height: 420px;
  width: 760px;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

#header {
  margin-bottom:35px;

}

#menu {
  clear: left;
  float: left;
  width: 150px;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.9em;
}

#menu ul {	
  list-style: none;
  width: 150px;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.1em;
}	

#menu li {
  margin-bottom: 4px;
}

#menu li a {
  font-weight: bold;
  height: 20px;
  text-decoration: none;
  color: #505050;
  display: block;
  padding: 6px 0 0 10px;
  background: #E2D8E0;
  border-left: 4px solid #CDBDCA;
}	

#menu .on {
  border-left: 4px solid #5C1C4F;
}

#menu li a:hover {
  background: #CDBDCA;
  color: #5C1C4F;
  border-left: 4px solid #5C1C4F;
}

#menu li ul {
  margin-bottom:0px;
  }

#menu li ul li {
  margin-left: 10px;
  margin-top: 4px;
}


#content {
  margin: 0px 10px 20px 160px;
  border-left: 1px solid #5C1C4F;
  padding: 0 10px 0 10px;
  line-height: 1.6em;
  width: 565px;
}

#content h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}

#content img {
  padding: 1px;
  display:inline;
  background: #cccccc;
  border: 4px solid #f0f0f0;
}


a,
a:visited {
  text-decoration: none;
  color: #5C1C4F;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #5C1C4F;
}

a img {
  border: 0;
}

.hide {
  display: none;
}

.title {
  text-align:left;
  margin-bottom:5px;
  padding-left:5px;
}

.tagLine {
  text-align: right;
  margin: 0px 10px 0px 0px;
  border-top: 2px solid #5C1C4F;
  padding-top: 5px;
  padding-right: 5px;
}

.clientLogin {
  margin: 10px 0 10px 0;
  padding: 10px;
  width: 130px;
  color: #505050;
  background-color: #E2D8E0;
  line-height: 1.3em;
}

.clientLogin input {
  font: 85% Verdana,Tahoma,Arial,sans-serif; 
}

.categoryHeader {
  width: 575px;
  font-weight: bold;
  clear: right;
  border-bottom: 1px solid #5C1C4F;
  color: #5C1C4F;
  }
  
.leftCol {
  width: 210px;
  float: left;
  text-align: left;
  }
 
.leftCol img {
  border: none;
  }
 
.rightCol {
  margin-left: 220px;

  }
  
.pFirst {
  margin-top: 0px;
  }
  
.pCenter {
  text-align: center;
}
  
.solution {
  font-weight: bold;
  color: #5C1C4F;
}
  
.footer {
  width:750px;
  border-top:2px solid #5C1C4F;
  padding-top:5px;
  color:#999999;
  text-align: center;
}