html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

DIV{
    -moz-box-sizing:border-box;box-sizing:border-box;
    -webkit-box-sizing:border-box;box-sizing:border-box;margin:;padding:0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e5e4e6;
  color: #E4E6E4;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

#mainContentWrapper {
  	width: 1024px;
  	margin: auto;
	padding: 0;
}

#mainContentArea{
	display:table;
	background-image: url('images/mainContent2_1024res.jpg');
	background-repeat: no-repeat;
	width: 1024px;
}

#header{
	background-image: url('images/clavisWebsiteHeader_highRes.jpg');
	background-repeat: no-repeat;
	width: 1024px;
	height: 166px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#heading1{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8064a2;
	font-style: italic;
	font-weight: bold;
}

#heading2{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8064a2;
	font-weight: bold;
}

#heading3{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #009431;
	background: #CBC3E3;
	font-style: italic;
	font-weight: bold;
}

#footer {
	text-align: center;
	background: #556dba;
	padding: 5px 20px 5px 20px;
	clear:both;
}

#leftColumn{
	text-align:left;
	font-size: 16px;
	color: #000000;
	padding: 30px 0px 0px 56px;
	float: left;
	line-height: 18px;
	width: 200px;
	z-index: -2;
}

#leftColBR{
	line-height: 9px;
}

#companyText{
	background: #eeeeee;
	width: 400px;
	float: left;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #000000;
 /* font-weight: bold;*/
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000000;
 /* font-weight: bold;*/
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #7d4900;
  background: #CBC3E3;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #660066;
  background: #CBC3E3;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000000;
}

a {
   outline: none;
}
