﻿body
{
    margin-top: 10;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #AAAAAA;
    background-image: url("images/pageBackground.jpg" );
    background-repeat: repeat-x;
}

h2
{
    text-align:center;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 18pt;
    line-height: 28px;
    color: #333333;
}


div#container
{
    display: table;
    width: 900px;
    background-color: #ffffff;
    margin: 0 auto 0 auto;
    border: solid 2px #CA0000;
}

div#contentContainer
{
    background: #E2DDBD;
    float: left;
    width: 900px;
}

div#frequentLinks
{
  margin: 0 auto 0 auto; 
  text-align:center;
  width: 150px;
}

div#frequentLinksHeader
{
    text-align:center;
    width:100%;
    color: #C50000;
    font-weight:bold;
    font-size: 18pt;
    line-height: 28px;
}

div#mainContent
{
    width: 710px;
    float: right;
    background: white;
    border-left: solid 1px black;
}

.defaultImages
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 14pt;
    border-bottom: solid 2px #E40000;
    color: #444444;
}

.dottedLine
{
    border-bottom: dotted 2px #393939;
}

.historicPicture
{
    border: solid 1px black;
    }

.information
{
    font-family: Arial;
    font-size: 10pt;
    color: #393939;
}

.frequentLinks a:link, .frequentLinks A:visited
{
    color: #333333;
    font-weight: bold;
    font-size: 11pt;
    font-family: arial;
    text-decoration: none;
    text-align: left;
    border-bottom: dashed 1px black;
    width: 150px;
    display: block;
    line-height: 16pt;
}

.frequentLinks a:hover, .frequentLinks A:visited:hover
{
    color: #CA0000;
}


.minutesMiddle
{
    border-bottom: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
}

.navigate a:link, .navigate A:visited
{
    border-top: solid 1px #8f8f8f;
    border-bottom: solid 1px #333333;
    background-image: url('images/linkBackground.jpg');
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    height: 22px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    text-decoration: none;
    vertical-align:middle;
    padding-top: 4px;
}

.navigate a:hover, .navigate A:visited:hover
{
    background-image: url('images/linkBackground2.jpg');
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    padding-left:17px;
    padding-right:17px;
    color: #ffffff;
}

.navigateChild a:link, .navigateChild A:visited
{
    background-color: #01B4B9;
    border-bottom: solid 1px #444444;
    border-left: solid 1px #444444;
    border-right: solid 1px #444444;
    border-top: solid 1px #444444;
    margin: 0px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-size: 10pt;
    font-style: normal;
    font-family: Arial;
    padding: 2px;
    text-align: left;
    text-indent: 3px;
    text-decoration: none;
    top: 2px;
    left: 2px;
}

.navigateChild a:hover, .navigateChild A:visited:hover
{
    background-color: #84B639;
    border-bottom: solid 1px #444444;
    border-left: solid 1px #444444;
    border-right: solid 1px #444444;
    color: #ffffff;
}

.note
{
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    color: #494949;
}

.sectionHeading
{
    text-align:center;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 18pt;
    line-height: 28px;
    color: #333333;
    padding-bottom: 2px;
}

.welcome
{
    font-family: Arial;
    font-weight: bold;
    font-size: 16pt;
    color: #494949;
}
