* {
   padding: 0;
   margin: 0;
}

body {
      background: #517BA5;
      font-family: "Trebuchet MS", Arial, sans-serif;
}

#header {
         background: #C5D7DD;
         border-top: 3px solid #3F2C7F;
         border-bottom: 5px solid #3F2C7F;
         padding-bottom: 0px;
         height:90px;
}

#breadcrumbs {
              font-size: 12px;
              padding: 8px 2px 1px 10px;
              text-align: left;
              border-bottom: 1px solid #3F2C7F;
              height: 18px;
              
}

#error {
				color:red;
        font-size:18px;		  
}

#content { 
          background: white;
          width: 800px;
}

#content2 { 
           background: white url(event_circle.gif) repeat ;
}

#logo {
       float: left;
}

#minitabs {
           margin: 0;
           padding: 0 10px 5px 10px;
}

#minitabs li {
              margin: 0;
              padding: 0;
              display: inline;
              list-style: none;
}

#minitabs a {
             float: right;
             font-weight: bold;
             padding:15px 0px 0 0px;
             text-decoration: none;
             color: #8BB2C0;
             padding-bottom: 15px;
}



#minitabs a.active  {
                     background: url(tab_triangle.gif) no-repeat bottom center;
                     padding-bottom: 15px;
}                                   

#minitabs a:hover {
                   background: url(hover_tab_triangle.gif) no-repeat bottom center;
                   padding-bottom: 15px;
}          

a:link {
        color: #3F2C7F;
}

a:visited {
           color: #4B83B5;
}

a:hover {
         text-decoration: none;
}

a.active {
          font-weight: bold;
}

p {
   padding:10px;
   color: #3F2C7F;
   text-align: center;
}

#outer {
        background-color: #3F2C7F;
        width: 800px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        border-left: 1px solid #330000;
        border-right: 1px solid #330000;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        border-bottom: 3px solid #3F2C7F;
}

a img {
       border: none;
}

#footer {
         background: #C5D7DD;
         border-top: 1px solid #3F2C7F;
         height: 65px;
                
}

#contact p{
          text-align: center;
          font-size: 12px;
          padding-bottom: 0px;
}

a.definition {
              font-weight: bold;
}

#header a.definition {
                      color: #4B83B5;
}

#contact {
          margin-top: 10px;
          text-align: center;
          font-size: 14px;
}



a.pipes {
            border-right: 1px solid #3F2C7F;
            padding-left: 6px;
            padding-right: 6px;
}
            
#endpipes {
           border-left: 1px solid #3F2C7F;
            padding-left: 6px;
}           

span.red {
          color: #A6304E;
          font-weight: bold;
}
     
span.green {
            color: #19B057;
            font-weight: bold;
}    

span.blue {
            color: #4B83B5;
            font-weight: bold;
}    
