/* -*-css-*- */
/* Stylesheet file for MIST web pages */


body { 	
    margin-top: 0px; 
    font-family: sans-serif;
    background-color: #ffffff;
    color: #000000;
}

/* if margins are needed for content wrap in a DIV block */
div.content {
    margin: 10px;		  		
}	    



div.sidebar-menu-title {
    font-size: 18px; 
    font-family: sans-serif;
    font-weight: bold;
    background-color: #000000;
    padding: 5px;
    color: white;
}


div.sidebar {
    position: absolute;
    width: 200px;
    float: left;
    background-color: black;
}


div.sidebar-menu {
    background-color: #000000;
    padding: 5px;
    margin-bottom: 20px;
    font-color: white;
}


ul.sidebar {
    /* items for ul list */
    line-height: 1.2em;
    margin-left: 5px; 
    padding-left: 5px;
    font-size: normal;
}


*.lastmodified {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 12px;
    color: white;
}



h1 {
        color: #FFFFFF;
    background-color: transparent;
    font-size: 24px; 
    font-family: sans-serif; 
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2,h3,h4,h5,h6 {
    color: #000000;	       
}

acronym {
    font-style: normal;
}

abbr {
    font-style: normal;
}

a:link {
    color: #0099FF;
    text-decoration: none;
}


a:hover { 
    text-decoration: underline;
}

a:visited { 
    color: #993333;
    text-decoration: none;
} 

a:active {
    color: #0099FF;
}


div.logo {
    position: relative;
    top: 5px; 
    left: 0px; 
}


div.sub-title {
   position: relative;
   font-size: 18px;
   color: white;
   top: 25px;
}

div.main-title{
    position: relative;
    font-size: 32px;
    color: white;
    top: 20px;
}

div.main {
    position: relative;
    margin-left: 10px;
	margin-right: 10px;
    font-size: normal;
    top: 5px;
}


div.return {
    font-size: 12px
}


.noborder {
    border-width: 0px;
}





