
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
       margin: 0;
       padding: 0;
       border: 0;
       outline: 0;
       font-size: 100%;
       vertical-align: top;

}
body {
     line-height: 1;
     text-align: center; /* for IE to center the body table :( */ 

} 
ol, ul {
    list-style: none;
}


body {
  background: #bbb;
}


#body-table {
  margin: 0 auto;
  width: 860px;
}


#header-td {
  background: url('/.control/images/header-image.jpg') no-repeat top right #8a9283;
  position: relative;
  height: 290px;
  overflow: visible;
}


#header-caption {
  position: absolute;
  width: 639px;
  height: 3em;
  right: 0;
  bottom: 0;
  margin-bottom: 0.5em;

}

#header-caption p {
   margin: 0 1.5em;                
   color: #fff;
   font: 0.9em Times;
   font-style: italic;
   line-height: 1.5;
   text-align: right;
}

#menu-div {
  background: #fff;
  width: 219px;
  height: 290px;
  margin: 0;
  float: left;
  position: relative;
  overflow: hidden;
}


#menu-div table {
  position: absolute;
  height: 200px;
  width: 95%;
  top: 7%;
  
}

#menu-div table td {
  text-align: right;

}


#cl-logo {
  position: absolute;
  border: 1px solid #a8a69a;
  color: #a8a69a;
  background: url('/.control/images/initials.gif') no-repeat 50px 5px;
  width: 815px;
  height: 75px;
  text-align: left;
  bottom: -14px;
  right: 18px;
  line-height: 4.5em;
  padding-left: 1em;
}


#left-margin {
   width: 219px;
   text-align: center;
   background: #fff;
   padding-top: 6em;

}


/* page border */
#left-margin, #header-td {
  border-left: 1px solid black;
}

#header-td, #content-body {
 border-right: 1px solid black;
}

.portrait-frame {
  position: relative;
  width: 148;
  margin: 0 auto;
  border: 1px solid #a8a69a;
  font-size: 0.8em;
  color: #a8a69a;
}

.portrait-frame img {
  position: relative;
  top: -10px;
}

span.font-seven-five {
   font-size: 0.75em;
}


#content-header {
  width: 100%;
  height: 145px;
  background: url('/.control/images/content-header-bg.jpg') no-repeat;
  color: #656a60;
  font-style: italic;
  margin: 2em 0 2em 0;
}


#content-header ul, #content-header p {
  margin: 2em 2.2em 0 12em;
  float: left;
  color: #656a60;
}

#content-body {
  background: url('/.control/images/content-bg-footer.gif') no-repeat bottom right #c5c4bc;
  padding-bottom: 2em;
}

a.MENU-1, a.MENU-1-ON  {
  text-decoration:  none;
  font: 0.7em Verdana;
  color: black;
}

a.MENU-1-ON,  a.MENU-1:hover  {
  text-decoration:  underline;
  color:  #8a9283;
}

a {
   color:  #8a9283;
}

p, ul, dl {
  color: #353933;
}

p {
  margin: 0 2em 1.8em 2em;
  line-height: 1.4;
  text-align: justify;
}

iframe {
  margin: 1em 0 1em  4em;
}

ul, dl {
   margin: 0em 2em 0.2em 4em;
   list-style-type: disc;

}

ul.no-bullets {
  list-style-type: none;
}

/* In Two Columns */
ul.two-column-list {
                   width: 500px; /* 45% the width of the parent container */
                   float: left;
}



ul.two-column-list li{
                   float: left;
                   width: 50%;   /* this width is half of that specified for the <ul>, i.e. two <li> fit side-by-side */
                   margin: 2px 0px; /* 2px of space above/below each list item; 0px of of space on the left/right */
                   
}


.green-color {
  color: #8a9283;
}

.title {
  font-weight: bold;

}

div.FOOTER {
  font-size: 0.8em;
  border-top: 1px solid black;
}


h1 {
   color: #8a9283;
   margin: 0 1em 0em 1em;
   font-size: 2em;
   font-weight: 100;
   text-align: right;
}

h2 {
   margin: 0 0 0 2em;
   font-family: Verdana, Verdana, Geneva, sans-serif;
   color: #8a9283;

}


small {
   font-size: 0.8em;
   margin-left: 4em;
   color:  #8a9283
}
