﻿.blueMsgBox
{
    width: 50%;
    border-right: #333399 thin solid;
    border-top: #333399 thin solid;
    border-left: #333399 thin solid;
    border-bottom: #333399 thin solid;
    margin: 10px;
    vertical-align: top;
}
.blueMsgBox h1
{
    width: 100%;
    background-color: #333399;
    font-weight: bold;
    font-size: 120%;
    color: white;
    text-align: center;
}
.blueMsgBox .row
{
    width: 80%;
    padding: 10px, 0px, 10px, 0px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.countyName
{
    font-family: Arial;
    color: #870A08;
    font-weight: bold;
    font-size: 16pt;
    text-transform: uppercase;
}
.headerNavLink
{
    font-size: smaller;
    font-family: Verdana;
}
.main
{
    width: 98%;
    border-right: #00009e 1px solid;
    border-top: #00009e 1px solid;
    border-left: #00009e 1px solid;
    border-bottom: #00009e 1px solid;
    text-align: center;
}

.contentMain
{
    width: 100%;
    height: 100%;
}

.mainTitle
{
    font-weight: bold;
    font-size: 120%;
    background-color: #00009e;
    color: White;
    height: 20px;
    width: 100%;
}
.redMsgBox
{
    width: 50%;
    border-right: #ff3300 thin solid;
    border-top: #ff3300 thin solid;
    border-left: #ff3300 thin solid;
    border-bottom: #ff3300 thin solid;
    margin: 10px;
    vertical-align: top;
}
.redMsgBox h1
{
    width: 100%;
    background-color: #ff3300;
    font-weight: bold;
    font-size: 120%;
    color: white;
    text-align: center;
}
.redMsgBox .row
{
    width: 80%;
    padding: 10px, 0px, 10px, 0px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}