/* Interact Events 
    */

body {background-color: #000; color: #fff;  margin: 0 0 0 0; padding: 0 0 0 0;
    background-image:  url(images/content_back.jpg); 
    background-repeat: no-repeat; background-attachment: fixed;  
    font-family: Arial, Helvetica, sans-serif;
   
    scrollbar-face-color: #069; scrollbar-shadow-color: #666; scrollbar-highlight-color:#FFF;
    scrollbar-3dlight-color: #CCC; scrollbar-darkshadow-color:#000; scrollbar-track-color: #9CF; 
    scrollbar-arrow-color: #FC7713; }

#logo {float: right;}
#photo { border-bottom: 1px solid #000; }
#pic_right {float:right; }
#pic_left {float:left; }
#pic_right img {border: 1px solid #fff; margin: 5 5 5 5;}
#pic_left img {border: 1px solid #fff; margin: 5 25 5 5;}

#masthead {width: 100%; height: 80px; background-color: #000;
    background-image: url(images/event_management_hdr.gif); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 60px 0;}

#band {height: 20px; background-image: url(images/headband.gif);}

ul {list-style-image: url("images/bullet.gif")}
li {margin: 0 0 0 20px; padding: 0 0 0 0;}

#content { 
    position: absolute;
    top: 100px; left: 200px; right:0px;
    padding: 20px 4% 40% 4%;
    font-size: .9em;}
    #content a:link { color: #F9AA06  }
    #content a:visited { color: #F9AA06  ;}
    #content a:hover { background-color: #F9AA06;  color:#000;}

#content P, #content ul {font-size: 90%;}
#content ul {margin: .5em 0 0 20;}
#content P { color: #fff;  margin: 1em 0 0 0;}
#content P.caption { font-style: italic; margin: 1em 10% 0 5%;}
#content P.capname { font-style: normal; font-weight:bold; font-size: 90%; margin: 0 10% 0 5%;}
#content .highlight { font-style: italic;}

h1,h2,h3,h4 {font-weight:normal; color: #F9AA06; }
#content h1 {font-size: 1.6em;   margin: 0 0 0 0;  }
#content h2 {font-size: 1.3em; margin: 1.5em 0 0 0; }
#content h3 {font-size: 1em; margin: .5em 0 0 0;}
#content h4 {font-size: 1em;   margin: 1.5em 0 .1em 0;}



#leftnav { width: 200px; padding: 25 0 0 0;
    /* border-bottom: 1px solid #666; */}

#leftnav a, #leftnav p {margin: 0 0 0 0;
    font-size: 12px; font-variant:small-caps; display: block; padding: 6 0 6 4;
    border-bottom: 1px solid #666; border-right: 1px solid #666; 
    color:#fff; text-decoration: none;}
    #leftnav a:link { color: #fc0;}
    #leftnav a:visited { color: #fc0;}
    #leftnav a:hover, #leftnav p { background-color: #000; color:#fff;}

#siteinfo P { padding: 2em 50 0 0; width: 243px;  text-align: center; font-size:80%; color: #39f; margin: 0 0 0 0;}




