/* Color Definitions      */
/* ---------------------  */
/* Lt Gold :      #FFD700 */
/* Dk Gold :      #EEC900 */
/* Royal Purple : #551A8B */

body { background-color: #ee80ee;
       border: 0px; margin: 0px; padding: 0px;
     }

div.fullcap    { background-image: url(../images/bannerhead.gif); 
                 height: 100px; width:800px;
                 border: 0px; margin: 0px; padding: 0px;
               } 
               
div.capspacer  { height: 55px; width: 720px;
                 border: 0px; margin: 0px; padding: 0px;
               }
               
div.captitle   {
				 height: 45px;  width: 700px;
			     border: 0px; margin: 0px; padding: 0px;
                 font-family: "Times New Roman PS MT",Times,serif;
                 color: #ffffff;
                 font-weight: bold;
                 font-size: 36px;
                 text-align:right;
	
               }
div.sidebar    { background-image: url(../images/sidebarback.gif);
				 height: 697; width: 120;
                 border: 0px; margin: 0px; padding: 0px;
                 float: left;
               }

div.sidebutton { height: 30px; width: 108px;  
                 top: 120px; left: 2px;
                 border: 0px;  padding: 0px;
                 font-family: "Comic Sans MS",Arial,sans-serif;
				 color: #ffffff;
                 font-weight: bold;
                 font-size: 14px;
                 text-align:center;
                 z-index: 1000;
               }




div.content     { margin-left:120px; padding: 20px 20px; 
                  font-family: Arial,sans-serif;
                }

IMG.topper      { position:absolute; top:  0px; left:100px;                            }
IMG.banner      { position:absolute; top: 25px; left:100px; height:100px; width:600px; }
IMG.bioshot     { float:right; padding-left:4px; padding-bottom:4px; }
IMG.indexhead   { position:absolute; top:  0px; left:  0px; height: 16px; width: 60px; }
IMG.indexitem   { position:absolute;                        height:144px; width: 20px; }
IMG.indexfiller { position:absolute;                        height: 72px; width: 20px; }

