/*
   Base Style Sheet for bps8p
*/

/* body */
body {
  color:           black;
  background:      white;
  
  font-weight:     normal;
  font-family:     sans-serif;
  font-style:      normal;
  text-decoration: none;
  
  padding-bottom:   6.5ex;
}

/* link */
a {
  color: blue;
}

a:hover {
  color: blue;
  background-color: #eef;
}

a:active {
  color: blue;
  background-color: yellow;
}

a:visited {
  color: blue;
}

/* Header */

h1 {
  font-family:  sans-serif;
  font-size-adjust: .53;
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #053188
}

h2 {
  font-family: sans-serif;
  font-size-adjust: .53;
  font-size: 1.75em;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}

h3 {
  font-family: sans-serif;
  font-size-adjust: .53;
  font-size: 1.58em;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
}

h4 {
  font-family:  sans-serif;
  font-size-adjust: .53;
  font-size: 1.33em;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}

/* menu */
div.navbar {
  float:            left;
  
  text-align:       left;
  text-decoration:  none;
  
  margin:           6.1ex .1ex 2.5ex 1ex;
  padding:          1ex;

  background-color: #eee;
  border-left:      1px solid black;
  border-top:		1px solid black;
  border-bottom:	1px solid black;
  border-right:		1px solid black;
  
  width:            20%;
}

div.heading_pic_right {
  float:            right; 
  text-align:       right;   
  width:            30%;
  clear: 			left;
}

div.heading_pic_left {
  float:            left; 
  text-align:       left;   
  width:            30%;
  clear: 			left;
}

/* main text */
div.main {
  float:            right;
  text-align:       left;
  
  margin:           4.5ex 6.5ex 6.5ex .5ex;
  padding:          .5ex;
  
  width:            65%;
}

div.footer {
  float:            right;
  text-align:       center;
  
  margin-top:           4.5ex;
  margin-bottom:        4.5ex;
  width:            100%;
}

div.source {
  
  text-align:       left;
  text-decoration:  none;
  
  padding:           1.5ex 1.5ex 1.5ex 1.5ex;
  
  background-color: #eee;
  border-left:    1px solid black;
  border-top:		1px solid black;
  border-bottom:	1px solid black;
  border-right:	1px solid black;
  
  width:            90%;
}
