/* Global styles used across entire website */
h1 {
 text-align: center;
 font-size: large;
}

h2 {
 text-align: center;
 font-size: small;
}

h4 {
  text-align: center;
}

img.icon {
 border: 0;
 width: 88px;
 height: 31px
}

body {
 margin: 0;
 padding: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: black;
 background-color: #EEE;
 text-align: center;
}

#container {
 margin: auto;
 background-color: #FFF;
 border: 1px solid #333;
 width: 800px;
 text-align: justify;
} 

#header {
  text-align: center;
}

#footer {
 clear: both;
 background-color: #666;
 padding: 1em;
 text-align: center;
 border-top: 1px solid #333;
}

#fixed a {
 display: block;
 text-decoration: none;
 padding: 0.5em;
 background: navy none;
 color: white;
 font-weight: bold;
 font-size: smaller;
 margin-bottom: 2px;
}

#fixed a:hover {
 background: red none;
 color: white;
}

a:link    {background: transparent none; color: #0000ff; text-decoration: none; font-weight: bold;}
a:visited {background: transparent none; color: #A52A2A; text-decoration: none; font-weight: bold;}
a:active  {background: transparent none; color: #A52A2A; text-decoration: none; font-weight: bold;}
a:hover   {background: transparent none; color: #ff00ff; text-decoration: none; font-weight: bold;}

#current ul li a {
 background: red none;
 color: white;
}

#content {
 margin: 0.5em;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 /*line-height: 1.5;*/
}

form {
  margin: 2em;
}

div.image {
  margin: 5px 15px;
  height: 400px;
  width: 350px;
  float: left;
  text-align: center;
}

div.image img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  border: none;
}

div.image a:hover img {
  border: 1px solid #0000ff;
}

div.desc {
  text-align: justify;
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: normal;
  width: 300px;
  margin: 0px 25px;
}

.navcontainer {
 width: 800px;
 height:21px;
 background: navy;
}

.navcontainer ul {
 margin: 0 auto 0 auto;
 list-style: none;
 padding: 0;
 border: none;
 text-align: center;
}

.navcontainer ul li {
 display: block;
 margin: 0 auto 0 auto;
 padding: 0;
 float: left;
}

.navcontainer ul li a {
 text-decoration: none;
 background: navy none;
 color: white;
 padding: 2px 10px;
 border-top: 1px solid #b7b7ff;
 border-right: 1px solid #aaa;
 border-left: 1px solid #b7b7ff;
}

.navcontainer ul li a:hover {
 background: red none;
 color: white;
}

