﻿.LeftColumn
{
    width: 185px;
    float: left;
}

.RightColumn
{
    width: 775px;
    float: right;
}
.RightColumn .Padding
{
    padding: 0 20px 0 20px;
}

.ContentWrapper
{
    background-image: url('images/subnav-bg.jpg');
    background-repeat: repeat-y;
}

.NextPrevBox
{
    margin-bottom: 10px;
    border-top: 1px dotted #cccccc;
    margin-top: 20px;
    padding-top: 2px;
    clear: both;
}
.NextPrevBox a
{
    font-weight: bold;
}

img.ContentInset
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #999999;
}

.AdminBar
{
    width: 960px;
    margin: 10px auto 10px auto;
    padding: 4px;
    border: 1px solid #eeeeee;
}


.FormTable
{
    border-collapse:collapse;
    border:none;
}
.FormTable th
{
    text-align: right;
    padding:1px 2px;
    border:none;
}
.FormTable td
{
    padding:1px 2px;
    border:none;
}
