html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #CCCCFF;
  color: #2c2c2e;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #8281d1;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #8281d1;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
a,  a:link {
  color: #8281d1;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #8281d1;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #9966FF;
  text-decoration: underline;
}
a:focus {
  color: #b92200;
}
a:active {
  color: #392f69;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}
img.left {
	float: left;
	margin: 0 20px 0 0px;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 950px;
}
#outerWrapper #header {
  background: #ffffff url(images/bck_landingpage_logo_950.jpg) top left no-repeat;
  border-bottom: solid 1px #656586;
  height: 300px;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #f4f2fc;
  border-right: solid 1px #a8a2d1;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 150px;
}
#outerWrapper #contentWrapper #leftColumn1 #menu {
}

#outerWrapper #contentWrapper #leftColumn1 #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#outerWrapper #contentWrapper #leftColumn1 #menu li {
	display: inline;
}

#outerWrapper #contentWrapper #leftColumn1 #menu a {
	display: block;
	padding: 5px 5px;
	height: 20px;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	color: #3B3B3B;
}

#outerWrapper #contentWrapper #leftColumn1 #menu a:hover {
	background: #FFFFFF;
	color: #3B3B3B;
	background-color: #CCCCFF;
}

#outerWrapper #contentWrapper #leftColumn1 #menu .active a {
	background: #FFFFFF;
	color: #000000;
}

#outerWrapper #contentWrapper #content {
  margin: 0 0 0 170px;
  padding: 30px 10px 10px 100px;
}
#outerWrapper #contentWrapper #content2 {
  margin: 0 0 0 170px;
  padding: 20px 20px 10px 20px;
}
#outerWrapper #contentWrapper #content #table { 
     width: 600px; 
}

#outerWrapper #contentWrapper #content #table td    { 
     border: opx;
     text-align: center; 
	 width: 120px; 
	 height: 75px; 
	 padding: 0px;
}


#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {

  padding: 10px 10px 10px 10px;
}
html {
     overflow: -moz-scrollbars-vertical;
}
