body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: smaller;
        background-color: #191C1F;
        color: #fff;
}

#overlayfrm {background-color:#333; -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80);}

table {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;

}

td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: smaller;

}
.copy {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000;
}
#leftmargin {
        position: relative;
        width: 480px;
        background-color: #ECE4D9;
        color: #000;
}

#rightmargin {
        position: relative;
        width: 200px;
        height: 100%;
        left: 0px;
        background-color: #ECE4D9;;
        color: #000;

}

#full {
        position: relative;
        width: 680px;
        background-color: #ECE4D9;;
        color: #000;

}

.top {
        background-image: url(images/layout/top.jpg);
        background-repeat: repeat-x;
        width: 100%;
}

.bottom {
        background-image: url(images/layout/bottom.jpg);
        background-repeat: repeat-x;
        width: 100%;
}

.left {
        background-image: url(images/layout/left.jpg);
        background-repeat: repeat-y;
        height: 100%;
}

.right {
        background-image: url(images/layout/right.jpg);
        background-repeat: repeat-y;
        height: 100%;
}

.menu {
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(images/layout/menu.gif);
        width: 673px;
        height: 35px;
}

.menutext {

        font-size: 18px;
        color: #A81012;
        font-weight: bold;
}
.menutext:link {
        font-size: 18px;
        color: #A81012;
        text-decoration: none;
        font-weight: bold;
}
.menutext:active {
        font-size: 18px;
        color: #A81012;
        text-decoration: none;
        font-weight: bold;
}
.menutext:visited {
        font-size: 18px;
        color: #A81012;
        text-decoration: none;
        font-weight: bold;
}
.menutext:hover {
        font-size: 18px;
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
}

h1 {
        color: #A81012;
        font-weight: bold;
        font-size: 18px;
}

h2 {
        color: #A81012;
        font-weight: bold;
        font-size: 105%;
}

.footer {
        font-size: 70%;
}

.footertext {

        color: #fff;
        font-weight: bold;
}
.footertext:link {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
}
.footertext:active {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
}
.footertext:visited {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
}

.more {

        color: #1E3D6C;
        font-weight: bold;
        text-align: right;
}
.more:link {
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
        text-align: right;
}
.more:active {
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
        text-align: right;
}
.more:visited {
        color: #1E3D6C;
        text-decoration: none;
        font-weight: bold;
        text-align: right;
}

a:link {
        color: #1E3D6C;
        text-decoration: none;
}
a:active {
        color: #1E3D6C;
        text-decoration: none;
}
a:visited {
        color: #1E3D6C;
        text-decoration: none;
}
a:hover {
        color: #1E3D6C;
        text-decoration: underline;
}


