body, html {
  margin:0;
  padding:0;
  color:#000;
  background:white;
  font-family: "Arial", sans-serif;
  font-size: 12px;
}

#wrap {
  position: absolute:
  left: 0;
  background-color:#e6e6e6;
  width: 800px;
}

#main {
  margin-top: 0;
  margin-left: 180px;
  background:white;
  padding-left: 20px;
  font-size: 11pt;
  max-width: 600px;
  width: 600px;
}

#main #nav {
  font-size: 9pt;
  margin: 0;
  padding: 0;
}

#main #nav ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#main #nav li {
  display: inline;
  padding-right: 10px;
  padding-left: 13px;
  background: url(/images/square_small.gif) 0 3px no-repeat;
}

#main table {
  font-size: 11pt;
}

#main h1 {
  text-align: center;
  font-size: 25px;
  font-family: sans-serif; 
}

#main h2 {
  font-size: 14pt;
  font-family: sans-serif; 
  margin-top: 20px;
}

#main h3 {
  font-size: 12pt;
  font-family: sans-serif; 
  color: #555555;
  margin-top: 20px;
}

#main ul {
  padding-left: 25px;
  margin-left: 0px;
  margin-top: 0px;
}

#sidebar {
  position: absolute;
  margin-top: 0;
  left: 0px;
  width: 180px;
  background-color:#e6e6e6;
  min-width:160px;
  max-width:180px;
  height: auto;
  min-height: 100%;
}

#header {
  background: white;
  border-style: none none solid;
  border-width: 3px;
  border-color: #707070;
}

#header .caption {
  text-align: center;
  padding: 25px 0 0 0;
  font-size: 35px;
  font-family: sans-serif; 
}

#sidebar .sticky-box{
  background:url(/style/bg_stickybox.png)
  50% 100% no-repeat;
  padding:0 0 12px;
  margin-bottom:7px;
  margin-top:7px;
  margin-left: 13px;
  margin-right: auto;
  width: 154px;
  height:auto;
}

#sidebar .sticky-box .content{
  background:url(/style/bg_stickybox.png)
  50% 0 no-repeat;
  margin-left: auto;
  margin-right: auto;
  padding:4px 0 4px;
  width:154px;
}

#sidebar .sticky-box ul {
  padding-left: 25px;
  margin: 2px;
}

#sidebar .sticky-box .separator{
  border-width: 1px;
  border-color: #cecece transparent transparent;
  border-style: solid;
  height: 5px;
  width:154px;
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 1px;
}

#sidebar .sticky-box .caption{
  font-weight: bold;
  padding:3px 6px 3px;
}

.bullet {
  background: url(/images/square_small.gif) 0 4px no-repeat;
  color : #0048aa;
  font-weight: bold;
  padding-left: 15px;
}

.pad { padding:0px 6px 0px; }
.justified { text-align:justify; }
.centered { text-align:center; }

.box1 {
  background-color:#ddf0f8;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.box1 .caption {
  font-size: 14pt;
  font-family: sans-serif; 
  font-weight: bold;
  color: black;
  margin-top: 5px;
}

.box2 {
  background-color:#ddf0f8;
  border-color:#99cce6;
  border-style:solid none solid;
  border-width: 2px;
}

.box2 .caption {
  font-size: 14pt;
  font-family: sans-serif; 
  font-weight: bold;
  color: black;
  margin-top: 5px;
}

.subbox1 {
  background-color:white;
  border-color:#99cce6;
  border-style: none solid solid none;
  border-width: 1px;  
  margin-left: 15px;
  margin-right: 15px;
}

.subbox2 {
  background-color: #acd1e9;
  margin-left: 10px;
  margin-right: 30px;
}

.dotbg {
  background: url(/style/bg_grey_dotted.png) repeat-x;
}

.greybox { 
  color: #606060;
  margin-top: 8px;
  margin-bottom: 8px;
}

.image-right {
  float: right;
  margin-left: 10px;
}

table.fancy {
  padding: 0;
  margin: 0;
}

table.fancy th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #4f6b72;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background: #CAE8EA url(/style/table_bg_header.jpg) no-repeat;
}

table.fancy th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #C1DAD7;
  background: none;
}

table.fancy td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #4f6b72;
}

table.fancy td.alt {
  background: #F5FAFA;
  color: #797268;
}

table.fancy th.spec {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #fff url(/style/table_bullet1.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.fancy th.specalt {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #f5fafa url(/style/table_bullet2.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #797268;
}
