
/***********************************************/
/* daniel.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 




body {
    color : #333333;
    font-family : Arial,sans-serif;
    line-height : 1.166;
    margin-bottom : 0px;
    margin-left : 100px;
    margin-right : 0px;
    margin-top : 50px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    width : 785px;
  }


a {
    color : #006699;
    text-decoration : none;
  }


a:link {
    color: #006699;
    text-decoration: none;
  }


a:visited {
    color: #006699;
    text-decoration: none;
  }


a:hover {
    color: ##F4B60B;
    text-decoration: underline;
  }


h1 {
    color : #000000;
    font-family : Verdana,Arial,sans-serif;
    font-size : 120%;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 10px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 10px;
  }


h2 {
    color : #990000;
    font-family : Arial,sans-serif;
    font-size : 110%;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 5px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 5px;
  }


h3 {
    color : #e55603;
    font-family : Arial,sans-serif;
    font-size : 100%;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 3px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 3px;
  }


ul {
    list-style-type: square;
  }


ul ul {
    list-style-type: disc;
  }


ul ul ul {
    list-style-type: none;
  }


label {
    font-family: Arial,sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #334d55;
  }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/





#menu {
    background-color : #ffffff;
    /* float : top;
    left : 100px;
    */ padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    /* position : absolute;
    top : 75px;
    top-color : #cccccc;
    top-style : solid;
    top-width : 5px;
    */ width : 775px;
  }


#menu a {
    color : #000000;
    font-family : Impact, 'DejaVu Sans Mono';
    /* letter-spacing : 0.5px;
    */ text-decoration : none;
    width : 100px;
  }


#menu a:hover {
    color : #D59F09;
  }


#menu ul {
    height : 20px;
    border-top-color : #CCCCCC;
    border-top-style : solid;
    border-top-width : 1px;
    list-style-image : none;
    list-style-type : none;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 10px;
    padding-left : 0;
    padding-right : 0;
    padding-top : 10px;
  }


#menu li {
    color : #000000;
    display : inline;
    height : 20px;
    padding-right : 10px;
    text-decoration : none;
    width : 200px;
  }

#leftBar {
    background-color: #FFFFFF;
    padding: 0px;
/*    height: 600px;
*/    width: 380px;
    float: left;
    /* position:absolute;
    margin-left:151px;
    left: 100px;
    top: 130px;
    */
  }


#content {
    background-color: #ffffff;
    padding: 0px;
    height: 500px;
  }


#middleBar {
    background-color: #FFFFFF;
    padding: 0px;
/*    height: 600px;
*/    width: 800px;
     /*float: left;
    /*position:absolute;
    margin-left:151px;
    left: 100px;
    top: 130px;
    */
  }


.middleBarText {
    font-family: Arial, sans-serif;
    font-size: 90%;
    font-weight: normal;
    color: #000000;
    text-align: left;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 150%;
    overflow: auto;
  }

#bottomBar {
    height : 20px;
    float: bottom;
    border-top-color : #CCCCCC;
    border-top-style : solid;
    border-top-width : 1px;
    padding-bottom : 10px;
    padding-left : 0;
    padding-right : 0;
    padding-top : 00px;
    margin-top : 10;
  }

.bottomBarText {
    font-family: Arial, sans-serif;
    font-size: 90%;
    font-weight: normal;
    color: #000000;
    text-align: center;
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 150%;
    overflow: auto;
  }