/* document-specific styles come next */

body { 
	background-image:none; 
	background:#FFFFFF ; 
	font-family: verdana, arial, helvetica, "times new roman", sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: black;
        margin-left: 1%; margin-right: 1%;
      }


a:link {
      color:#0000EE;
      }  
a:active {
      color:#ff0000;
      }  
a:visited {
      color:#551A8B;
      }  


p     {
      }
p.nav {
	font-size: smaller ; 
      font-weight:bold; 
      }
p.youarehere {
	background-color: white;
	font-weight:bold;
	font-size: larger ; 
      } 
p.topic     {
	font-weight:bold; 
      }
p.small {
	font-size: smaller ; 
      }
p.header {
      color:navy ;
	font-size: larger; 
	font-weight:bold;
      }
p.indent {
      text-indent: 2em;
      }  


li.wide {
      margin-left: 2em; margin-bottom: 1em;
      }  

dt.emp {
      color:navy ;
	font-size: medium ; 
	font-weight:bold;
      }  

h1    { 
	color:navy ; 
	font-size: large ; 
	text-transform:uppercase;
      }
h2    { 
	color:navy ; 
	text-transform:capitalize;
      }
h3    {
      color:navy ;
	font-size: medium ; 
	font-weight:bold;
      }  
h4    { 
	color:navy ; 
      }

em    { 
	font-style:italic;
      } 
strong    {
      font-weight:bold; 
      }

/* class definitions */
.logo {
      }
.navbar {
        }
.content {
         }
.footer {
        }
.small  {
        }
.header {
        }
.wide {
        }
.indent {
        }

.shaded
{
  padding: 8px;
  border: 1px solid #CCC;
  box-shadow:8px 8px 12px #888;
  border-radius:6px;
}

