body {
  padding:0px;
  text-align:center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#000000;
  background-color:#cccccc;
  line-height:150%;
}

a, a:link, a:visited {
  text-decoration:none;
  border-bottom: 1px dashed #999999;
  color:#000000;
}
a:hover, a:active, a:focus{
  border-bottom: 1px solid #ff9966;
  color:#000000;
}

h1 {
  font-family: Arial, sans-serif;
  font-weight:bold;
  font-size: 20px; 
  padding-top: 5px;
}
h2 { 
  font-family: Arial, sans-serif;
  font-weight:bold;
  font-size: 16px;
}
h3 { 
  font-family: Arial, sans-serif;
  font-weight:bold;
  font-size: 15px;
}
h4 { 
  font-family: Arial, sans-serif;
  font-weight:bold;
  font-size: 13px;
}
/*h5 { 
  font-family: Arial, sans-serif;
  font-weight:bold;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom:0px;
}
li {
  margin-top:5px;
}

li.main a { font-weight:bold;}*/

#mainframe {
  margin:10px;
  text-align:left;
  padding:30px;
  background-color:#ffffff;
  z-index:0;
  border: 2px solid #000000;
}


#sitemenu {
  margin-top:10px;
  margin-bottom:10px;
  z-index:1;
}

#sitemenu a, #sitemenu a:link, #sitemenu a:visited {
  font-family: Arial, sans-serif;
  font-weight:normal;
  font-size:16px;
  margin-right:10px;
  text-decoration:none;
  border-bottom: 1px dashed #999999;
  border-spacing: 15px;
  color:#000000;
}

#sitemenu a:hover, #sitemenu a:active, #sitemenu a:focus {
  border-bottom: 2px solid #ff9966;
  color:#000000;
}

#sitecontent {
  padding-bottom:20px;
  text-align: justify;
  overflow:auto;
  margin-top:5px;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  z-index:2;
  min-height:480px;
}


/*#sitecontent table {
  margin-left:10px;
  margin-right:10px;
  text-align:left;
  font-family: Arial, sans-serif;
  font-size: 12px;
  width: 680px;
  color:#000000;
  border-collapse:collapse;
}

#sitecontent table td {
  vertical-align:top;
  padding:5px;
  border: 1px solid #000000;
}

#sitecontent a {
  padding:0px;
  text-align:center;
  text-decoration: none;
  font-size: 12px;
  color:#000000;
}

ul {
  margin-top:10px;
  list-style-type:disc;
  list-style-position:outside;
}

ol.a {
  margin-top:10px;
  list-style-type:lower-alpha;
  list-style-position:outside;
}

ol.d {
  margin-top:10px;
  list-style-type:decimal;
  list-style-position:outside;
}




a img {
  width:250px; 
  border:0px;
}*/

p.imgcontainer {
  text-align: center;
}
