BODY  
{ 
  color: #000000;
    background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

body, p, html, table, td {
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 12px;
  line-height: 18px;
}

#centercolumn {
  border: 0px solid #666666;
  margin-left: 211px;
  margin-right: 211px;
  padding: 10px 4px;
}

#header {
  border-top: 2px solid #182746;
  border-bottom: 2px solid #182746;
  background: #A7B6C9;
  padding: 8px;
}

#leftcolumn {
  left: 0px;
  position: absolute;
  width: 210px;
  margin-top: 4px;
}

#rightcolumn {
  position: absolute;
  right: 0px;
  width: 210px;
  margin-top: 4px;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
  font-size: 11px;
  line-height: 16px;
}


#footer {
  border: 1px solid #00f;
  clear: both;
}

.block {
  margin:6px 6px 12px 6px;
  padding: 4px;
  background: #FFF;
  border: 1px solid #999;
}


.block H3 {
  background: #A7B6C9;
  color: #26344C;
  margin: -4px -4px 4px -4px;
  padding: 4px;
  border-bottom: 1px solid #999;
  font-size: 11px;
}

.block P {
  margin: 0px;
}

.content {
  padding: 4px;
  background: #FFF;
  border: 1px solid #999;
}

.entrycontent {
  padding: 12px;
  background: #FFF;
  border: 1px solid #999;
}


.content p {
  margin: 4px 2px 4px 2px;
}


H1 {
  font-size: 16px;
  margin: 4px;
  color: #FFF;
    display: inline;
}


H2 {
  font-size: 13px;
  border-bottom:1px dashed #999;
  margin:0px;
  padding: 2px;
  color: #26344C
}

H3 {
  font-size: 13px;
}

H4 {
  font-size: 14px;
  margin: 4px;
  color: #FFF;
  display: inline;
  font-style: italic;
}

.date {
  color: #666;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
  float: right;
}

.date_linkdump {
  color: #666;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
  float: right;
}

.entryfooter {
  color: #666;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  text-align:right;
  margin: 0px;
  padding: 6px 0px;
  clear: both;
}

.entryfooter_linkdump {
  color: #666;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
  text-align:right;
  margin: 0px;
  padding: 6px 0px;
  border-bottom: 1px dashed #666;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
  text-decoration: none;
  font-weight: bold;
  color: #5C6B8E;
}


.entryfooter a:hover, .date a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #5C6B8E;
}


a {
 color: #253A69;
}

.prevnext_links {
  float: right;
  color: #FFF;
}

H1 A, .prevnext_links A {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}



/* these styles are for the search boxes */
.searchbox { 
  width: 10em; 
  font-size: 10px;
}

.searchbutton {
  border: 1px solid #000;
  font-size: 10px;
}


/* these styles are for the calendar widget */
.calendar { 
  padding: 1px 5px;
  margin: 0px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
}


.calendarHeader { 
  font-weight: bold; 
  color: #000;                   
  background: #DDD;
  margin:0px;
  padding: 2px 5px;
    font-size: 11px;
}

.calendarToday { 
  background-color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

  
table.calendar {
/* only the calendar has a line, not the individual cells */
  border: 1px solid #000;
  padding:0px;
  width: 175px;
}

.calendarHeader A, .calendar A {
  font-weight: bold; 
  color: #253A69;
  text-decoration: none;
}
/* end of the calendar styles */





P.centered 
{
  text-align: center;
}
IMG
{
//  border: 0px solid; 
}
A:link, A:visited, A:active 
{
  color: #333366;
}
A:hover 
{
  color: #336666;
}
/*DIV
{
  border: red 1px solid; 
}*/
DIV.header
{
  background-color: #000000;
  clear: both;
  text-align: left;
}
DIV.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
DIV.header #nav a {
  font-weight: bold;
  color: #cccccc;
  text-decoration: none;
}
DIV.header #nav li li a {
  display: block;
  font-weight: normal;
  color: black;
  padding: 0.2em 10px;
}
DIV.header #nav li li a:hover { /* the menu elements at hover */
  padding: 0.2em 5px;
  border: 5px solid black;
  border-width: 0 5px;
}
DIV.header li { /* menus (home, etc) */
  float: left;
  position: relative;
  width: 10em;
  text-align: center;
  cursor: default;
  background-color: black;
}
DIV.header li#first {
  border-left-width: 1em;   
}
DIV.header li#last {
  border-right-width: 1em;  
}
DIV.header li ul { /* border on the drop-down */
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  font-weight: normal;
  background: #cccccc bottom left repeat;
  border: solid 1px black;  
}
DIV.header li>ul {
  top: auto;
  left: auto;
}
DIV.header li li {
  display: block;
  float: none;
  background-color: transparent;
  border: 0;
}
DIV.header li:hover ul, DIV.header li.over ul {
  display: block;
}
DIV.left
{
  float: left;
  margin-left: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  width:200px;
  text-align: center;
}
DIV.center
{
  padding: 12px;
  margin-left: 203px;
  margin-right:203px;
}
DIV.center-listing
{
  padding: 12px;
  margin-left: 203px;
  margin-right:203px;
  text-align: center;
}
DIV.right 
{
  float: right;
  width:200px;
  margin-right: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
DIV.footer
{
  clear: both;
  padding-top: 10px;
  padding-right: 2px;
  padding-left: 2px;
  margin: 2px;
  text-align: center;
  border-top: #000000 1px groove;
}
DIV.footer ul, DIV.footer li
{
  margin: 0;
  padding: 0;
  display: inline;
}
DIV.travelRing 
{
  margin: 3px;
  padding: 3px;
  border: #000000 1px groove;
  text-align: center;
}
.copyright
{
  font-size: 9px; 
}
