body {
  margin: 0;
  padding: 0;
  background: #E6E6FA;
  font-family: times, 'times new roman', georgia;
}

ul {
  list-style-image:url('materials/arrow.gif');
}

ul.paddedli li {
  margin:10px 0;
}

h1, h2, h3, h4, h5 {
  font-family: helvetica, tahoma, arial;
  color:#000;
}

h1 {
  font-size: 1.3em;
  color: #005595;
}

h2{
  font-size:1em;
}

h3 {
font-size:.9em;
}

q {
  color: #6e8777;
  font-style: italic;
  font-weight:bolder;
}

address {
font-weight:bold;
}

address .sc {
font-weight:bolder;
}

a:link {
  color:#005595;
  text-decoration:none;
}

a:visited {
  color:#900b09;
  text-decoration:none;
}

a:hover {
  color:#6e8777;
  text-decoration:underline;
}

img {
  border:1px #000 solid;
}

#all {
  width:780px;
  margin: auto auto;
  background-color: #fff;
  border: 1px solid black;
  background:#fff url(materials/QuantumTeamsBG.gif) fixed no-repeat 25% 100%;
}

#header {
  background:url(materials/headerBG.jpg) repeat-x;
  padding:0;
  margin:0;
  border-bottom:1px black solid;
  }

#header img {
  border:0;
}

#content {
  float:left;
  padding: 10px 20px;
  width:490px;
}

#content_full{
  padding: 10px 20px;
  width:740px;
}

.f_right {
float:right;
margin: 10px 20px;
}

#effquiz {
  margin-left:2em;
  border-collapse:separate;
  border-spacing:0px 10px;
}

#effquiz td {
  vertical-align:top;
  margin:0;
}

#resultbox {
  border:1px solid #000;
  padding:10px;
}

#wrapper {
  float:left;
  margin-top:0;
}

#rightcol {
  float:right;
  width: 230px;
  padding: 0px 0px;
  margin-right: 6px;
}

#rightcol ul li {
  list-style-type:none;
  list-style-image:none;
  padding-left:1em;
  text-indent:-1em;
  }

#rightcol a:hover {
  color: #fff;
}


#footer {
  clear: both;
  text-align:center;
  border-top:1px black solid;
  padding:1px 1px;
  background: #6e8777 url(materials/footerimage.gif) no-repeat right;
}

img.corner {
   border: none;
   display: block !important;
}

div.roundedG {
  background: #6E8777;
  color: white;
  }

div.roundedG ul {
  padding:0;
}

div.roundedG a:link {
  color:#000;
}

div.roundedG a:visited {
  color:#ccc;
}

div.roundedG > .roundtop {
  background: url(materials/cornergreentr.gif) no-repeat top right;
  padding:0;
  margin:0;
}

div.roundedG > .roundbottom {
  background: url(materials/cornergreenbr.gif) no-repeat top right;
  padding:0;
  margin:0;
}

div.roundedG > * {
  margin: 5px 16px;
}

div.roundedB {
  background: #DDE3F0;
  color: white;
}

div.roundedB > .roundtop {
  background: url(materials/cornerbluetr.gif) no-repeat top right;
}

div.roundedB > .roundbottom {
  background: url(materials/cornerbluebr.gif) no-repeat top right;
}

.unmarked {
  list-style-type:none;
  list-style-image:none;
  list-style-position: outside;
}

.unmarked li{
  margin-bottom:1em;
}

.sc {
  font-variant:small-caps;
  font-size:.9em;
}

h2 .sc {
  font-size:.95em;
}

.results {
  display:none;
}

.TEP {
color:#005595;
}

.profile {
  color:#005597;
  font-weight:bold;
  font-style:italic;
  }

.comprehensive {
  color:#005597;
  font-weight:bold;
  font-style:italic;
  }

.team_effectiveness {
  color:#0000af;
  font-weight:bold;
  font-style:italic;}

.positivity {font-weight:bold}

.productivity {font-weight:bold}

.team_intelligence {font-weight:bold}

.u-line {text-decoration:underline;}

#rightcol a.current:visited, #rightcol a.current:hover {
color:#900b09;
}