BODY { 
  margin: 0.8em;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.4;
  /*background-color: #33336F;*/
  color: black;
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  margin: 0px auto;
  display: block }

P { margin: 18px auto;#margin: 16px auto;font-size:small; }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

H1, H2, H3, H4 { margin-top: 0.6em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }
/*H1 { text-align: center }*/
/*H1 { padding: 0.2em 0em; margin-top: 1.3em; margin-bottom: 0.5em; #margin-top: 0.2em; #margin-bottom: 0.2em; }*/
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: italic }

H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: blue }          /* unvisited link */
A:visited { color: red }        /* visited links */
A:active { color: lime }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 3px solid #8859A1 }
A:visited IMG { border: 3px solid #8859A1 }
A:active IMG { border: 3px solid #8859A1 }

#header {
  width:960px;
  height:165px;
  margin-left: auto;
  margin-right: auto;
  /*background: #ADE;*/
}

#container {
  width:960px;
  text-align:left;
  margin-left: auto;
  margin-right: auto;
  background: #C7E9FA;
}

#content {
  padding: 0.8em 1.8em; #padding: 0.2em 1.8em;
  font-size: small;
  border:6px solid #C7E9FA;border-top:0;
  padding-bottom: 6px;
  padding-top: 6px;display:block;clear:both;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  margin-top:6px;
  /*background: #ADE;*/
  text-align:center;
  font-size:0.7em;
  padding: 0.2em 1em;
  /*background-image:url(../images/bg_.jpg);*/
  color: #fff;
  font-weight:bold;
}

#date {
  float:right;
  padding: 2em 0em; #padding: 1.8em 0em;
  font-size: small;
}

#editmenu {
  float:left;
  padding: 2em 0em; #padding: 1.8em 0em;
  font-size: small;
}

div#navcontainer
{
border:6px solid #C7E9FA;
width: 948px;
background-color: #014076;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:0.75em;
text-transform:lowercase;
color: white;
text-align: left;
margin: 0;
padding: 8px 10px 8px 0px;
}

div#navcontainer ul li
{
display: inline;
margin-left: 0px;
}

div#navcontainer ul li a
{
padding: 9px 26px 9px 26px;
color: white;
text-decoration: none;
border-right: 1px solid #C7E9FA;
}

div#navcontainer ul li a:hover
{
background-color: #8859A1;
color: white;
}
