/*
 Colors:

#A4C6FF
#4F74B3
#8BB6FF
#B38628
#FFD98B

color: #326496;


 * */

body {
  background:#FFFFFF;
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:11px;
}

html>body {
  width: 800px;
  margin: auto;
} 

#header {
  background-color: #A4C6FF;
}

#content {
  width:auto;
  min-width:120px;
  padding: 0 10px 10px 10px;
  background-color:#EEEEEE;
}

#portfoliocontent {
  width:auto;
  min-width:120px;
  background-color:#EEEEEE;
}
.contentodd {
  background-color:#EEEEEE;
  padding: 0 10px 10px 10px;
}

.contenteven {
  background-color:#F4F4F4;
  padding: 0 10px 10px 10px;
}

a {
  color:#07a;
  font-weight: normal;
  text-decoration:none;
}

a:link {
  text-decoration:none;
  color:#07a;
}
a:visited {
  text-decoration:none;
  color:#07a;
}
a:hover {
  text-decoration:none;
}

h1,h2,h3,h4,h5,h6
{
  padding: 0px;
  margin: 0px;
}
h1 {
  margin: 0px 0px 0px 0px;
  padding: 10px;
  font-weight:normal;
  font: 300% Arial Black, sans-serif;
  color: #000000;
}
h1 a {
  color: #000000;
}
h1 a:visited {
  color: #000000;
}
h1 a:link {
  color: #000000;
}
h1 a:hover {
  color: #000000;
}
h2 {
  font: 16px Arial, sans-serif;
  padding: 5px 0px;
  font-weight: bold;
}
h3 {
  font: 20px Arial, sans-serif;
  padding: 5px 0px 5px 10px;
  font-weight: bold;
}
h4
{
  padding:5px 0px 0px 0px;
  color:#326496;
  font: 16px Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
h6
{
  color:#B8A80D;
  font-size:140%;
}

p {
  padding: 0 0 5px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color:#A4C6FF;
}

.ulist {
  list-style: disc;
  padding: 0 0 5px 10px;
  margin: 0;
  background-color:transparent;
}

.headermenu {
  background-color:#326496;
  width: 800px;
}

.menuheader {
  color: #FFF3E4;
  background-color:#326496;
  font-weight:bold;
  padding: 10px 10px;
}
#menu a {
  font-weight: bold;
  color: #007cc2;
  text-decoration: none;
  background-color:#A4C6FF;
}
#menu li li a {
  display: block;
  font-weight: bold;
  color: #007cc2;
  padding: 10px;
  background-color:#A4C6FF;
}

#menu li li a:hover {
  padding: 10px;
  background-color:#FFD98B;
}

#menu li {
  float: left;
  position: relative;
  width: 200px;
  text-align: left;
  cursor: default;
}

#menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: normal;
}

#menu li>ul {
  top: auto;
  left: auto;
}

#menu li li {
  display: block;
  float: none;
  background-color: transparent;
  border: 0;
}

#menu li:hover ul, li.over ul {
  display: block;
}


