body {
   background: #41453c url(images/bg.png) repeat;
   margin: 0px;
   padding: 0px;
   font-family: verdana, serif;
   font-size: 11px;
}

p, li, td, dt, dd, blockquote {
   font-family: verdana, serif;
   font-size: 11px;
   margin: 1em 0px 0px 0px;
   padding: 0px;
   line-height: 1.5em;
}

h1, h2, h3 {
    margin: 1em 0px 0px 0px;
    padding: 0px;
    color: #075c8c;
}

h1 {
   font-size: 14px;
   font-weight: normal;
}

h2 {
   font-size: 13px;
   font-weight: normal;
}

.first {
    margin-top: 0px;
}

ul {
   font-family: verdana, serif;
   font-size: 11px;
    list-style: square;
    list-style-position: outside;
    margin-left: 1em;
    padding-left: 1em;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #075c8c;
  color: #075c8c;
}

a:hover {
  text-decoration: none;
  color: #0a7fc1;
  border-bottom-style: solid;
}

#splash {
   width: 540px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-top: -150px;
   margin-left: -270px;
}

#frame {
   margin: 0px auto;
   width: 720px;
   background-color: #fffbe9; /* #fffae5; */
   border-left: 1px solid black;
   border-right: 1px solid black;
   color: black;
}

#head {
   height: 159px;
   width: 720px;
   border-top: 4px solid gray;
   margin: 0px;
}

#widead {
	margin: 0px;
}

#navigation {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #075c8c;
    width: 100%;
    float: left;
}

#navigation ul {
    margin: 0px;
    padding: 0px 0px;
    list-style: none;
    font-size: 9px;
    text-transform: none;
    line-height: normal;
}

#navigation li {
    float: left;
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid black;
    line-height: normal;
}

/*
* #navigation li:first-child {
*     border-left: 1px solid black;
* }
*/

#navigation a, #navigation strong {
    display: block;
    padding: 5px 10px 6px;
    color: #f7f1d7;
    text-decoration: none;
    white-space: nowrap;
    border: none;
}

#navigation #current strong {
    background: #b28247;
    color: white;
    font-weight: normal;
    border: none;
}

#navigation a:hover {
    background-color: #0a7fc1;
}

#navigation-shadow {
   clear: both;
   background: url(images/nav-shadow.png) repeat-x;
   width: 720px;
   height: 9px;
}

#content {
   padding: 6px 20px 6px 20px;
}

#announcements {
   border-top: solid black 1px;
   border-bottom: solid black 1px;
   padding: 6px;
   margin: 6px 20px 6px 20px;
   background-color: #f7f4e8;
}

#footimage {
   clear: both;
   background: url(images/pc-panorama-foot.jpg) no-repeat bottom;
   height: 74px;
}

#footbar {
    background-color: #d7d2bf;
    border-bottom: solid black 4px;
}

#footbar p {
   margin: 0px;
   padding: 0px 0px 6px 0px;
   text-align: center;
   font-size: 12px;
}

.capimg {
/*    background-color: white; */
/*     border: 1px solid #808080; */
    padding: 10px;
    font-size: 9px;
    font-style: italic;
    line-height: normal;
}

.capimg img {
    border: 1px solid #404040;
}

#col3 {
    width: 210px;
    float: left;
    border-left: 1px dotted gray;
    padding: 0px 0px 0px 10px;
}

#col2 {
    width: 210px;
    float: left;
    border-left: 1px dotted gray;
    padding: 0px 10px;
}

#col1 {
    width: 210px;
    float: left;
    padding: 0px 10px 0px 0px;
}

.button a {
	border: 0px;
}
.button a:hover {
	border: 0px;
}

