
/* Cascading Style Sheet for the IEEE 1471 | ISO IEC 42010 web site. */

html,
body { 
    overflow: auto;
    background: #fffff0;
    font-family: Verdana, Tahoma, sans-serif; 
    font-size: 10pt; }

/* Headers */

/* h1, h2, h3, h4 { color: #003088; } */

h1 { font-family: Helvetica, Arial; font-size: 14pt; font-weight: normal; }
h2 { font-family: Helvetica, Arial; font-size: 12pt; font-weight: normal; }
h3, h4 { 
    font-family: Helvetica, Arial; 
    font-size: 11pt; 
    font-weight: 600; }


/* Links */
a { text-decoration: none; }
a:hover { border-bottom: 2px solid #ee0000; }

li { margin-top: 0.05in; margin-bottom: 0.05in; }

/* Special Stuff */
.update, 
.news 
{ color: red; }



/* DIVS Start Here */

/* BANNER: header on all pages */
#banner { 
    position: fixed;
    overflow: hidden;
    /* left: 120; */ top: 0; height: 90px; width: 100%;
    padding: 15px;
    z-index: 4; 
    background: #3a3e3f; 
    color: #fffff0; }

#banner h1,
#banner h2 { 
    text-align: right; 
    margin-left: .5in; 
    margin-right: .5in; 
    color: #fffff0; }


/* Map: left side content map on all pages */
#map {
    position: fixed;
    left: 0px;
    top: 0px; 
    width: 137px;
    height: 600px; 
    z-index: 5; 
    background: #003088; 
    color: white; 
    color: #fffff0; }

#map ul { 
  list-style-type: none;
  margin-top: 140px;
  margin-right: 0px;
  padding: 6px;
  text-align: right; }

#map li { margin-bottom: 10px; }

#map a { 
    color: #fffff0;
    text-decoration: none; 
    font-size: 10pt;
    font-variant: small-caps; }


/* Wraps HEADLINES, RECENT and FOOTER */
#wrapper {     
    position: absolute;
    overflow: auto;
    left: 137px;
    top: 160px;
    width: 80%; }


/* Main panel */
#headlines {
    float: left;
    width: 480px;
    overflow: auto;
    background: #fffff0;
    color: black;
    padding: 6px;
    z-index: 3; 
    margin: .2in; 
    margin-bottom: 1in; }

#headlines h1, 
#headlines h2, 
#headlines h3, 
#headlines h4 { color: #3a3e3f; font-weight: bold; }

#headlines a:link { color: #003088; }
#headlines a:visited { color: #003088; }

#headlines cite { 
    font-style: normal; 
    font-size: 110%;
    font-variant: small-caps; 
    background: #e6e6fa; }


/* RECENT: right hand panel */
#recent { 
    float: right;
    overflow: auto;
    width: 240px;
    border: thin groove #003088;
    background: #cfcfcf;
    color: #000000;
    padding: 8px; }

#recent h1, 
#recent h2, 
#recent h3, 
#recent h4 { 
    color: #00009C;
    font-weight: 600; }

#recent p, 
#recent a { 
    font-size: 9pt; 
    font-family: Verdana, Tahoma; }
#recent a:link { color: #003088; }

#recent cite { font-style: normal; font-variant: small-caps; font-weight: bold; }


/* Use Address at bottom of headlines */
address { 
    border-top: thin groove #003088;
    font-style: normal; 
    font-family: Tahoma, sans-serif;
    font-size: 9pt; 
    text-align: justify;
    margin-top: 1in; 
    margin-bottom: .5in; }

address a { text-decoration: none; }
address a:link { color: #003088; }
address a:visited { color: #003088; }


/* Search page */
form { font-size: 9pt; }
input { font-family: Tahoma, sans-serif; font-size: 8pt; }

