body {
  padding: 0;
  margin: 0;
  background: #FFF url(../images/background.jpg);
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  }
div#leftcolumn {
  width: 224px;
  padding: 30px 0 0 22px;
  background: url(../images/leftbg.jpg) no-repeat;
  min-height: 558px;
  overflow: visible;
  position: absolute;
  }
div#maincolumn {
  padding: 39px 10px 0 0;
  position: absolute;
  top: 0;
  left: 266px;
  min-width: 490px;
  max-width: 1000px;
  }
table {
  font-size: 100%;
  }
sup {
  font-size: 85%;
  text-decoration: none;
  }
p {
  line-height: 1.55em;
  color: #000;
  }
ul {
  font: 100%/130% Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  }
li {
  margin-top: .5em;
  margin-bottom: .5em;
  }
ul.spaced li {
  margin-top: 1em;
  margin-bottom: 1em;
  }
a:link, a:visited, a:active {
  color: #000;
  }
a:hover {
  color: #E2007F
  }
img#title {
  display: block;
  margin: 0 0 20px;
  }
h1 {
  color: #e0a22d;
  font: normal 425%/.85 Calibri,Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  margin: 0 0 .4em;
  }
h2 {
  color: #000;
  font: normal 235%/1.1em Calibri, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  margin: 0 0 .5em;
  }
h3 {
  color: #000;
  font: bold 150% Verdana, Arial, Helvetica, sans-serif;
  }
h4 {
  color: #000;
  font: bold 120% Verdana, Arial, Helvetica, sans-serif;
  }
sup {
  font: normal 75% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  /* see http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=5341 */
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: .75ex;
  }
h1 sup {
  font-size: 25%;
	bottom: 4ex;
  }
h2 sup {
  font-size: 40%;
	bottom: 2ex;
  }
h3 sup {
  font-size: 60%;
	bottom: 1.1ex;
  }
a.cert {
  color: #000;
  }
ul#menu {
  list-style-type: none;
  margin: 29px 0 0;
  padding: 0;
  }
ul#menu li {
  margin: 0 0 10px;
  }
ul#bottomLinks {
  clear: both;
  margin: 1em 0;
  padding: 1em 0 1px;
  line-height: 1;
  white-space: nowrap;
  }
ul#bottomLinks li {
  list-style-type: none;
  font-weight: bold;
  display: inline;
  padding: 0 0 0 .5em;
  border-left: 1px solid #000;
  }
h4.gyro, h3.gyro {
  font-family: Times New Roman, serif;
  }
table.brightTable {
  background: #EBD8B8 url(../images/table_grad_bright.gif) repeat-x top;
  border: 2px solid #FFF;
  border-collapse: collapse;
  }
table.subtleTable {
  background: #E5C995;
  border: 2px solid #EBDABE;
  border-collapse: collapse;
  }
table.brightTable p, table.subtleTable p {
  line-height: 1.2;
  }
img.alignLeft {
  margin: 2px 12px 6px 0;
  float: left;
  }
img.alignRight {
  margin: 2px 0 6px 12px;
  float: right;
  }