﻿body {
   margin: 0px;
   font-family: verdana;
   font-size: 10pt;
   background-color: White;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
}

.menu a {
   font-size: 11px;
   color: White;
   text-decoration: none;
}

div#content {
   background-color: #EEE8DB;
   padding: 5px 10px 10px 10px;
}

a:hover {
   text-decoration: underline;
}

a {
   color: Black;
   text-decoration: none;
   border-style: none;
   border-width: 0;
}

a.lista {
   color: Blue;
}

table td.marginRight {
   border-style: dashed;
   border-width: 1px;
   border-color: #78634F;
   border-left: none;
   text-align: center;
   font-size: 16pt;
   width: 250px;
   font-family: Monotype Corsiva;
}

table td.marginLeft {
   border-style: dashed;
   border-width: 1px;
   border-color: #78634F;
   border-right: none;
   text-align: center;
   font-size: 16pt;
   width: 250px;
   font-family: Monotype Corsiva;
}

h1 {
   text-align: center;
   color: #800000;
   font-size: 26pt;
   font-family: Monotype Corsiva;
}

h2 {
   font-size: 20pt;
   text-transform: capitalize;
   font-family: Monotype Corsiva;
}

h3 {
   color: #800000;
   font-size: 26pt;
   font-family: Monotype Corsiva;
}

div.ListaLeft {
   float: left;
   margin-bottom: 10px;
}

div.ListaRight {
   float: right;
   margin-bottom: 10px;
}

.eventHeader {
   font-size: 26pt;
   color: #800000;
   text-align: center;
   font-family: Monotype Corsiva;
}
.accordionHeader {
   border: 1px solid #463a2e;
   color: white;
   background-color: #5e4e3f;
   font-family: Arial, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   padding: 5px;
   margin-top: 5px;
   cursor: pointer;
}

.accordionHeader a {
   color: #FFFFFF;
   background: none;
   text-decoration: none;
}

.accordionHeader a:hover {
   background: none;
   text-decoration: underline;
}

.accordionHeaderSelected {
   border: 1px solid #463a2e;
   color: white;
   background-color: #cbba99;
   font-family: Arial, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   padding: 5px;
   margin-top: 5px;
   cursor: pointer;
}

.accordionHeaderSelected a {
   color: #FFFFFF;
   background: none;
   text-decoration: none;
}

.accordionHeaderSelected a:hover {
   background: none;
   text-decoration: underline;
}

.accordionContent {
   //*background-color: #D3DEEF;*//
   border: 1px dashed #2F4F4F;
   border-top: none;
   padding: 5px;
   padding-top: 10px;
}

.Left
{
   background-image: url(img/Left.jpg);
   background-repeat: repeat-y;
}

.Right
{
   background-image: url(img/Right.jpg);
   background-repeat: repeat-y;
}

.BottomLeft
{
   background-image: url(img/BottomLeft.jpg);
   background-repeat: no-repeat;
}

.BottomRight
{
   background-image: url(img/BottomRight.jpg);
   background-repeat: no-repeat;
}

.Bottom
{
   background-image: url(img/Bottom.jpg);
   background-repeat: repeat-x;
}

.TopLeft
{
   background-image: url(img/TopLeft.jpg);
   background-repeat: no-repeat;
}

.TopRight
{
   background-image: url(img/TopRight.jpg);
   background-repeat: no-repeat;
}

.Top
{
   background-image: url(img/Top.jpg);
   background-repeat: repeat-x;
}

.HeaderLeft
{
   background-image: url(img/HeaderLeft.jpg);
   background-repeat: repeat-y;
}

.HeaderRight
{
   background-image: url(img/HeaderRight.jpg);
   background-repeat: repeat-y;
}

.SubHeader
{
   background-image: url(img/SubHeader.jpg);
   background-repeat: repeat-x;
}

.SubHeaderLeft
{
   background-image: url(img/SubHeaderLeft.jpg);
   background-repeat: repeat-y;
}

.SubHeaderRight
{
   background-image: url(img/SubHeaderRight.jpg);
   background-repeat: repeat-y;
}

.SubFooter
{
   background-image: url(img/SubFooter.jpg);
   background-repeat: repeat-x;
}

.SubFooterLeft
{
   background-image: url(img/SubFooterLeft.jpg);
   background-repeat: repeat-y;
}

.SubFooterRight
{
   background-image: url(img/SubFooterRight.jpg);
   background-repeat: repeat-y;
}

.footer
{
   font-size: smaller;
   padding: 20xp;
}
