/* be careful with the code below mike - call me if any problems */
body {
  margin: 5px auto;
  margin-top: 45px;
  background: #4b4b4b none repeat scroll 0% 50%;
  color: #303030;
  font-family: Arial,Verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.6em;
}
a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  background: orange none repeat scroll 0% 50%;
  color: white;
  font-size: 1em;
}
h2 {
  font-size: 1.4em;
  margin-left: 4px;
  color: #5e5e5e;
  text-transform: uppercase;
}
.justify {
  text-align: justify;
}
.center {
  text-align: center;
}
ul {
  margin: 0.6em 0;
  padding: 0;
}
.highlight {
  color: black;
  font-size: 14px;
  font-weight: bolder;
}
.highlighttwo {
  color: orange;
  font-size: 16px;
  font-weight: bolder;
}
.image {
  border: 1px solid orange;
  margin: 0 12px 10px 0;
  padding: 5px;
  background: white none repeat scroll 0% 50%;
  float: right;
  clear: right;
  color: #000000;
}
.bigdaddy {
  padding: 4px;
  float: left;
  color: #5e5e5e;
  font-size: 45px;
  line-height: 30px;
  font-family: arial,Sans-Sherif;
}
p.justify {
  text-align: justify;
}
.clear {
  margin: 0 0 2px;
  clear: both;
}
.intro {
  border: 1px solid #666666;
  margin: 15px 10px;
  padding: 10px;
  background-color: #f4f4f4;
  clear: right;
  color: #303030;
}
.shadedbox {
  border: 1px solid #eeeeee;
  padding: 5px 0px;
  background: transparent url(images/contentboxbg.jpg) repeat-x scroll 0% 50%;
  color: #303030;
}
.clean {
  border:  none;
  clear: both;
}
.clean {
  margin: 0px 20px;
}
#wrapper {
  border: 5px solid white;
  margin: 0 auto;
  background: #ffffff none repeat scroll 0% 50%;
  width: 850px;
  text-align: left;
}
#topheader {
  background: transparent url(images/header.jpg) no-repeat scroll 0% 50%;
  width: 850px;
  height: 50px;
}
#convergence2{
  background: url(images/convergencebanner2.jpg ) no-repeat scroll 0% 50%;
  width: 850px;
  height: 250px;
}
#convergence {
  background: #ffffff url(images/deckpage.jpg) no-repeat scroll 0% 50%;
  width: 850px;
  height: 400px;
}
#twocolumns {
  margin: 0 10px;
  width: 800px;
}
.col1 {
  margin: 8px;
  padding: 0 5px;
  width: 365px;
  float: left;
}
.col2 {
  padding: 0 5px;
  width: 365px;
  float: right;
  margin-top: 7px;
}
#navbar {
  background-color: #4b4b4b;
  height: 35px;
  width: 100%;
  float: right;
}
ul#navlist {
  white-space: nowrap;
  padding-left: 10px;
}
#navlist li {
  display: inline;
  list-style-type: none;
  height: 35px;
  line-height: 20px;
  padding-right: 15px;
}

#navlist a {
padding: 0 5px;
}

#navlist a:link, #navlist a:visited {
  color: #ffffff;
  text-decoration: none;
  height: 100%;
}
#navlist a:hover {
  color: #ffffff;
  background-color: #fd9800;
  text-decoration: none;
  padding: 5px;
}
#active {
  padding: 5px;
  background-color: #fd9800;
}
