/* - METNET style sheet - */
/* - Last modified 02/18/05 - */

/* - PSEUDO-CLASSES - */
/* - Not editable or viewable in DreamWeaver - */

.pagewidth {
	width: 760px;
}



A:link.searchbar, A:visited.searchbar, A:active.searchbar {
        color : #FFFFFF;
        background-color: transparent;
        text-decoration: none;
        font-weight: bold;
        font-size: 8pt;
}

A:link.footer, A:visited.footer, A:active.footer {
        color : #FFFFFF;
        background-color: transparent;
        font-size: 9pt;
}

A:hover.footer {
        color: #FFCC66;
        font-size: 9pt;
}

A:hover.leftnav {
        color: #FFCC66;
}

A:hover.searchbar {
        color: #FFCC66;
        text-decoration: none;
        font-weight: bold;
        font-size: 8pt;
}

A:visited {
        color: #666666;
}

A:link {
        color: #666666;
}

A:active {
        color: #666666;
}

A:hover {
        color: #990000;
}


/* - REDEFINED HTML TAGS- */
body {
        background : #FFFFFF;
        background-color : #FFFFFF;
        margin: 10px;
        font-family: Verdana, sans-serif;
}


p {
        font-family : Verdana, sans-serif;
        font-size   : 12px;
}

li {
        font-family : Verdana, sans-serif;
        font-size   : 12px;
}
td {
        font-family : Verdana, sans-serif;
        font-size   : 12px;
}

th {
        font-family : Verdana, sans-serif;
        font-size   : 14px;
}

/* - CUSTOM CLASSES FOR UMN NAVIGATION CONVENTIONS - */

/* - Applied to Table cells for horizontal and vertical lines - */
.stroke {
        background       : #999999;
        background-color : #999999;
}

/* - Applied to bold text - */
.bold {
        font-weight : bold;
}

/* - Colors the links in the body content (Standard Grey) - */
.links {
        color : #666666;
}



/* - Applied to the navigation above the global header - */
.headernav {
        font-family: Verdana, sans-serif;
        font-size: 10px;
}

/* - Applied to table for the bread crumbs for to color text of non-linked widgets- */
.crumbs {
        color: #666666;
}

/* - CUSTOM CLASSES FOR COLOR OF BODY CONTENT HEADLINES AND LINKS- */
/* - ADAPT OR ADD ADDITIONAL CLASSES TO MATCH YOUR BODY CONTENT COLOR PALATTE - */

/* - Colors the headlines red in the body content - */
.headlinered {
        font-family : Verdana, sans-serif;
        color : #AA0000;
        font-size   : 15px;
        font-weight : bold;
}


/* - Use to override other styles making the text appear as the default font - */
.normal {
        font-family : Verdana, sans-serif;
        font-size   : 12px;
        font-weight: normal;
}

/* - CUSTOM CLASSES - */
.small {
        font-family : Verdana, sans-serif;
        font-size   : 10px;
        font-weight: normal;
}

.indented {
        margin: 15px;
}


ul.leftul { margin-left: 15px;
            padding-left: 0px;
            line-height: 1.5em;
            list-style-position: outside;
            list-style-type: disc;}

ul.nobullet { margin-top: 0px;
              margin-left: 0px;
              padding-left: 0px;
              line-height: 1.5em;
              list-style-position: outside;
              list-style-type: none;
              line-height: 1.5em;}

ul.quicklinks   {
  margin-left: 0.5em;
  padding-left: 1em;
  list-style-type: disc;
  }

li.quicklinks  {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  }

/* Properties for the left navigation bars */


        #NavBar {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                background: #D6D6D6;
        }


        #NavBar ul {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                list-style: none;
        }


        #NavBar li {
                display: inline;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
        }

        #NavBar li span {
                display: block;
                padding: 8px 8px 3px 10px;
                font-weight: bold;
                color: #666666;
                background: #D6D6D6;
                border-top: 1px solid #F0F0F0;
                border-right: 1px solid  #F0F0F0;
                border-bottom: 1px solid #D6D6D6;
        }

        #NavBar li span.endnav {
                display: block;
                padding: 8px 8px 3px 10px;
                font-weight: bold;
                color: #666666;
                background: #D6D6D6;
                border-top: 1px solid #F0F0F0;
                border-right: 1px solid  #DADADA;
                border-bottom: 1px solid #D6D6D6;
        }




        #NavBar li a {
                display: block;
                padding: 8px 8px 8px 10px;
                text-decoration: none;
                font-weight: bold;
                background: #D6D6D6;
                border-top: 1px solid #F0F0F0;
                border-right: 1px solid #F0F0F0;
                border-bottom: 1px solid #D6D6D6;
        }

        #NavBar li a:hover {
                background: #F0F0F0;
        }


        #NavBar li li a {
                padding: 3px 8px 3px 20px;
                font-weight: normal;
                background: #D6D6D6;
                border-top: 1px solid #DADADA;
                border-right: 1px solid  #F0F0F0;
                border-bottom: 1px solid #D6D6D6;
        }


