﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
  background-color: #3e86c6; 
  font-size: 12px;
  color:#ffffff;  
  margin:0px;
  text-align: center;
}

#OuterContainer
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("Images/Background.jpg");
    background-repeat: repeat-y;
}

#InnerContainer
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
}

#Header
{
    height: 400px;   
}

#Page
{
    height: 600px;
}

#Left
{
    width: 550px;
    height: 600px;
    float: left;
}

#Right
{
    width: 250px;
    height: 600px;
    float: right;
    margin-right: -13px;
}

#Footer
{
    height: 50px;   
    text-align: center;
}

h1,h2,h3,h4,h5,h6
{
    font-family: Verdana;
    font-weight: normal;
}

h1
{
    font-size: 135%;   
}

h2
{
    font-size: 120%;   
}

h3
{
    font-size: 105%;   
}

h4
{
    font-size: 90%;   
}

h5
{
    font-size: 75%;   
}

h6
{
    font-size: 60%;   
}

.PopupExit
{
    background-color: #000000;
    background-image: url("Images/x.png");
    border: 0px;
    cursor: pointer;
}

#BandshellBullets li
{
    font-size: 90%;
    font-family: Verdana;   
} 

.accordionHeader
{
    height: 40px;
    background-color: Transparent;
}

.accordionHeaderSelected
{
    height: 40px;
    background-color: Transparent;
}

.accordionContent
{
    border-top: none;
    padding: 5px;
    height: 100px;
    width: 200px;
}

.Black
{
    background-color: #514e4f;
    border-style: none;
    border-width: 0px;
}

.Blue
{
    background-color: #3f80c2;
    border-style: none;
    border-width: 0px;
}

.Copper
{
    background-color: #b84526;
    border-style: none;
    border-width: 0px;
}

.Green
{
    background-color: #86b241;
    border-style: none;
    border-width: 0px;
}

.Orange
{
    background-color: #ee8c2f;
    border-style: none;
    border-width: 0px;
}

.Pink
{
    background-color: #e864a0;
    border-style: none;
    border-width: 0px;
}

.Purple
{
    background-color: #604190;
    border-style: none;
    border-width: 0px;
}

.Red
{
    background-color: #e6463b;
    border-style: none;
    border-width: 0px;
}

.Silver
{
    background-color: #b8c3c4;
    border-style: none;
    border-width: 0px;
}

.White
{
    background-color: #e5e0dc;
    border-style: none;
    border-width: 0px;
}

.Yellow
{
    background-color: #f8d43e;
    border-style: none;
    border-width: 0px;
}

.Steel
{
    background-color: #2a6180;
    border-style: none;
    border-width: 0px;
}
