body
    {
    font-family:Verdana, sans-serif, Helvetica, Arial; 
    color:purple;
    margin:0 0 0 0;
    padding:0 0 0 0;
    background-color: white;
    background-image: url(img/nm.gif);
    background-repeat: repeat-y;
    marker-offset:auto;
    }
    
    /* The next three styles help make textboxes and some other dimensions  */
    /* the same across multiple browsers.                                   */
*
{
    padding: 0px;
    margin: 0px;
}
#textbox
{
    -moz-padding-start: 1px;
    -moz-padding-end: 1px;
}
#textarea
{
    padding: 1px;
}

div.content
{
    position: absolute;
    left: 170px;
    top: 120px;
    width: 600px;
    bottom: 0px;
    font-size: 10pt;
}

div.fpHeader 
{
    position: absolute;
    left: 170px; 
    top: 15px; 
    z-index: 2;
    width: 600px;
    font-family: 'Comic Sans MS', Helvetica, Arial, Verdana, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    font-weight: normal;
    color: purple;
    overflow: hidden;
}
div.boxLeft
{
    float:left;
}
div.boxRight
{
    float:right;
}
div.boxBottom
{
 position:absolute;
 left: 5px;
 bottom:5px;
}

#navStyle 
{
    font-size:.7em;
    margin:9 5 5 0;
    border:1px solid gray;
    background-color: white;
    margin-bottom:9px;
    padding-left:2px;
}
#navTitle { font-weight:bold; }
#featInfo 
{
    padding:5 5 5 5;
    text-align:left;
}

#divider 
{
    position:relative;
    border-bottom:solid 1px #999999;
    width:98%;
    margin-left:1%;
    text-align:center;
}

#images { text-align:center; }
#imageDescrip 
{
    width:70%;
    margin-left:15%;
}
.thumbnail {}
.formFormat 
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    size: 10px;
}
#imageDescripDet 
{
    border:1px dashed #999999;
    padding: 5 5 5 5;
    background-color:#EEEEEE;
    margin-bottom:20px;
}
#link 
{
    background:url(img/mark.jpg);
    background-repeat:no-repeat;
    background-position:center left;
    text-decoration:none;
    padding-left:7px;
    margin-left:2px;
}
#loginBox 
{
    margin:9 5 5 0;
    padding:5 5 0 5;
    border:1px solid #6F8D9B;
    background-color:#DBE6E9;
}

div.fpagelogo 
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
div.pagelogo 
{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

div.topmenu
{
    display: inline;
    cursor: pointer;
    text-weight: bolder;

}

    /* These styles define the appearence of the elements used  */
    /* in the menu.  Note that some styles are only applied     */
    /* when the current body ID matches.                        */

div.menubox
{
    position: absolute;
    left: 0;
    top: 130px;
    bottom: 10px;
    z-index:1;
    width: 160px;
    background-color: transparent;
    border-right:1px solid gray;
}

div.search
{
 
    padding: 5px; 
    padding-right: 20px;
    visibility: visible;
}

div.search:hover
{
    visibility: hidden;
}

body#tab1 a.menuItem#t1, body#tab2 a.menuItem#t2, body#tab3 a.menuItem#t3, body#tab4 a.menuItem#t4, body#tab5 a.menuItem#t5
    {
    font-family: Verdana, sans-serif, Helvetica, Arial;
/*    display: float;              */
    margin: 0px 0px 0px 25px;
    padding: 0px 5px 0px 5px;
    color: Black;  /*#B31FB3;  */ 
    font-size: 120%;
    text-align: left;   
    text-decoration: none;
    text-weight: bolder;
    vertical-align: middle;   
/*    font-style: italic;     */
    }


a.menuItem:link,  
a.menuItem:visited,  
a.menuItem:active 
    {
    font-family: Verdana, sans-serif, Helvetica, Arial;
    font-size: 90%;
    display: float;              
    margin: 0px 0px 0px 5px;
    padding: 0px 5px 0px 5px;
    color: purple;  /*#B31FB3;  */
    text-align: center;   
    text-decoration: none;   
    vertical-align: middle;   
    }
a.menuItem:hover 
    {
    background: lavender;
    font-style: italic;
    }

/* Dropdown menus   */

#wrapper {border-left: 1px solid purple; padding: 0; margin:0}
.dropdown {padding: 0; margin:0; display:block; position:relative}
.dropdown dt {width:80px; padding:4px; font-weight:bold; cursor:pointer; }
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:lavender;}
.dropdown dd {padding: 0; margin:0; position:absolute; top:0; overflow:hidden; width:124px; display:none; background:#fff; opacity:0}
.dropdown ul {padding: 0; margin:0; width:120px; border:1px solid gray; list-style:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:white; width:110px}
.dropdown a:hover {background:lavender; color:#000}
.dropdown .underline {border-bottom:1px solid gray}





a {
}

a:link {
color: purple;
}

a:visited {
color: #888888;
}

a:hover {
color: #000000;
}



td {
font-size:.7em;
font-family:verdana,sans-serif;
vertical-align:top;
}

