body { background-color:   white;
     }

    #header {
       height: 100px;
    }

    #ifoundwork{
       width: 90%;
       padding:       10px; 
  float:left;
  background-color: #00FF00;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;

  }

    #menu {
       width:   160px;
       float:   left;
        background-color: white;
        text-align: right;
        padding:       10px;
        margin-right:   20px;
        margin-left:   -10px;
		border-right: 2px solid red;
    }
    #menu a {

        font-family:verdana, helvetica, sans-serif;

        font-size:          12px;
        line-height:        14px;
        color: #000099;
}

    #title {

        color:white;
        margin-left:   7px;
        width:   90%;
        background:#CC0000;
        padding-top:3px;
        font-family:verdana, helvetica, sans-serif;
        font-size:36px;
        font-weight:bold;
        line-height:1em;
        padding-bottom:5px;
    }

    #content {
       margin-left: 200px;
		margin-top: 0px;
    }

    #content .p-shadow {
  width: 90%;
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow a {
        text-decoration:    none;
        font-weight:        bold;
        font-size:          24px;
        color: #000099;
}

.p-shadow div {
  background: none !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: black;
  background-color: #F8F8FF;
  font: 1em "MS Georgia", serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }


    h1 {

    }

    h4.entrytitle {
    width: 90%;
	background-color:#FFF8DC;
	border-bottom:4px double maroon;
	border-top:4px double maroon;
	font-size:large;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;
	padding:3px 10px 3px 10px;
	FONT: "brush script mt",impact,arial,verdana;
	COLOR: #000000;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: -5px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

    p.note {
      text-align:       center;
      font-weight:      bold;
      font-size:        13px;
      font-style:       italic;
    }
    ol,ul {
    }
    li {
        margin:             10px 0;
    }
    .faq li.q, .faq li.a {
        list-style-type:    none;
        text-indent:        -1.2em;
    }
    .faq li li {
        text-indent:        0;
        list-style-type:    square;
    }
    .faq li li li {
        list-style-type:    disc;
    }
    .faq li.q {
      font-weight:  bold;
      border-top:   solid 1px #000099;
      color:        #000099;
      font-style:   italic;
      padding-top:  10px;
    }
    .faq li.q:before {
      display:      marker;
      content:      "Q. ";
    }
    .faq li.a:before {
        display:    marker;
        content:    "A. ";
        font-weight:    bold;
        font-style:     italic;
        color:          #000099;
    }
    em {
      text-decoration:  none;
      background-color: #99CCFF;
      padding:          3px;
    }

	dfn {
      text-decoration:  none;
	font-style:       normal;
      background-color: lightyellow;
      padding:          3px;
    }


#dhtmltooltip{

position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
 
a:hover { color: red; } 