﻿body {
    background-image: url(../images/background.gif);
}

.limargin15 {
    margin-bottom: 15px;
}
.limargin5 {
    margin-bottom: 5px;
}

.border {
    border: solid 1px #000000;
}
.borderbottom {
    border-bottom: solid 1px #000000;
}
.bordertop {
    border-top: solid 1px #000000;
}
.borderleft {
    border-left: solid 1px #000000;
}
.borderright {
    border-right: solid 1px #000000;
}

.content {
    background-color: #FFFFFF;
}

.paddingleft8 {
    padding-left: 8px;
}
.paddingleft10 {
    padding-left: 10px;
}
.paddingleft20 {
    padding-left: 20px;
}
.paddingright10 {
    padding-right: 10px;
}

.logoitem {
    background-color: #FFFFFF;
    padding-left: 10px;
    width: 332px;
}

.menuitemspacer {
    background-color: #000000;
    width: 1px;
}
.menuitem {
    background-image: url(../images/gradientbutton.jpg);
    background-repeat: repeat-x;
    height: 60px;
    width: 70px;
    padding: 10px;
}
.menuitemlink {
    color: #C3C3C3;
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.menuitemlink:hover {
    color: #FFFFFF;
}
.menuitemactive {
    background-image: url(../images/GradientSelectedButton.jpg);
    background-repeat: repeat-x;
    height: 60px;
    width: 70px;
    padding: 10px;
}
.menuitemactivelink {
    color: #FFFFFF;
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}

.bigbutton {
    background-image: url(../images/gradientbutton.jpg);
    background-repeat: repeat-x;
    padding: 3px;
    cursor: pointer;
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    border-left: solid 2px #A3A3A3;
    border-top: solid 2px #A3A3A3;
    text-align: center;
}

.footerleft {
    background-image: url(../images/GradientRedArea500.jpg);
    background-repeat: repeat-x;
}
.footerright {
    background-color: #F8F8F8;
}

.text12 {
    font-weight: normal;
    font-family: Times New Roman, MS Serif;
    font-size: 12px;
}
.text12bold {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 12px;
}

.text14 {
    font-weight: normal;
    font-family: Times New Roman, MS Serif;
    font-size: 14px;
}
.text14bold {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 14px;
}
.text14white {
    font-weight: normal;
    font-family: Times New Roman, MS Serif;
    font-size: 14px;
    color: #FFFFFF;
}
.text14boldwhite {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 14px;
    color: #FFFFFF;
}

.text16bold {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 16px;
}
.text16red {
    font-weight: normal;
    font-family: Times New Roman, MS Serif;
    font-size: 16px;
    color: #780A09;
}

.text18bold {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 18px;
}

.sitemaplink {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 20px;
    color: #780A09;
    text-decoration: underline
}
.sitemaplink:hover {
    color: #000066;
}
.videolink {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 14px;
    color: #780A09;
    text-decoration: underline
}
.videolink:hover {
    color: #000066;
}
.maillink {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 12px;
    color: #780A09;
    text-decoration: underline
}
.maillink:hover {
    color: #000066;
}
.footermaillink {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 14px;
    color: #780A09;
    text-decoration: underline
}
.footermaillink:hover {
    color: #000066;
}
.footerlink {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline
}
.footerlink:hover {
    color: #000000;
}
.buttonlink {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 18px;
    color: #C3C3C3;
    text-decoration: none
}
.buttonlink:hover {
    color: #FFFFFF;
}

.inputbox {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 14px;
    background-color: #FFFFFF;
}
.inputboxerror {
    font-weight: bold;
    font-family: Times New Roman, MS Serif;
    font-size: 14px;
    background-color: #FF5555;
}