body
{
    font: .9em Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
}
#container
{
    width: 70em;
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ /*border: 1px solid #000000;*/
    padding: 1em 0 0 0;
    text-align: left; /* this overrides the text-align: center on the body element. */
}
#container #header
{
    background: #FFFFFF;
    padding: .05em 1em; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#container #header h1
{
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #mainContent
{
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin: auto;
}
#container #footer
{
    padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: #DDDDDD;
    font-size: .65em;
    clear: both;
    text-align: center;
}
#container #footer p
{
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: .5em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div#creditfooter
{
    display: none;
}
.floatleft
{
    float: left;
    top: auto;
}
.floatright
{
    float: right;
    text-align: right;
    top: auto;
}
.floatclear
{
    clear: both;
    width: auto;
}
.floatleft > img
{
    width: auto;
    height: auto;
    background-color: White;
}
.floatright > img
{
    width: 6em;
    height: auto;
    background-color: White;
}
.style2
{
    color: #000000;
    font-size: .8em;
}
.style3
{
    font-size: .9em;
    margin-top: -1em;
}
.style4
{
    font-size: .7em;
    margin-left: auto;
    margin-left: auto;
    text-align: center;
}
#mainlogo
{
    clear: both;
}
#mainlogo > img
{
    width: 970px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div.blackbar
{
    background-color: black;
    line-height: 1.4em;
    height: 1.4em;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}
#column1, .column1
{
    float: left;
    text-align: left;
    width: 47%;
    position: relative;
    margin-left: 1em;
    margin-top: 1em;
}

#column2, .column2
{
    float: right;
    text-align: left;
    width: 47%;
    position: relative;
    margin-left: 1em;
    margin-top: 1em;
}

#emailupdate
{
    border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
}
#feedburner
{
    background-color: #DDD;
    margin-bottom: 1em;
}
#nav
{
    width: auto;
    background-color: black;
    position: relative;
    margin: auto;
    height: 1.6em;
}
.requiredText
{
    padding: .2em .4em;
    font-family: Tahoma, sans-serif;
    font-size: .9em;
    font-weight: bold;
    line-height: 1.4em;
    color: #FF0000;
    text-decoration: none;
}
.inputControl
{
    color: black;
    background-color: #FFFFFF;
    border: .1em solid #A5ACB2;
    font-family: Tahoma, sans-serif;
    font-size: .85em;
}
.inputControlnoborder
{
    color: black;
    background-color: #FFFFFF;
    font-family: Tahoma, sans-serif;
    font-size: .85em;
}
.formButton
{
    background-color: #003366;
    color: #ffffff;
    border-style: groove;
    font-size: .9em;
}
.formCaptionText
{
    font-weight: bold;
    font-size: .9em;
    color: #003366;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
    padding: .2em .4em;
}
.pageTitle
{
    font-weight: bold;
    font-size: 1em;
    color: #003366;
    line-height: 2em;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
}
.formCaptionTextError
{
    font-weight: bold;
    font-size: .9em;
    color: red;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
}
.formInstructionText
{
    font-weight: normal;
    font-size: .7em;
    color: #003366;
    line-height: 1em;
    font-family: Arial, sans-serif;
}
div.headerbar
{
    background-color: #E0E0E0;
    line-height: 1.2em;
    height: 1.5em;
    position: relative;
    margin: auto;
    padding: .1em .2em .2em .2em;
    font-weight: bold;
    color: #003366;
}
div.login
{
    width: 25em;
    clear: both;
    height: auto;
}
div.login .column1
{
    float: left;
    text-align: left;
    position: relative;
    width: 46%;
    margin: .2em;
}
div.login .column2
{
    float: right;
    text-align: right;
    position: relative;
    margin: .2em;
    height: auto;
    width: 46%;
    white-space: nowrap;
    vertical-align: bottom;
}
div.fullwidth
{
    margin: auto;
    clear: both;
}
div.fullwidth .column1
{
    float: left;
    text-align: left;
    width: 46%;
    position: relative;
    margin: .2em;
    line-height: 2em;
}
div.fullwidth .column2
{
    float: right;
    text-align: left;
    width: 46%;
    position: relative;
    margin: .2em;
    height: auto;
    line-height: 2em;
}
div.headerbar .hcolumn1
{
    float: left;
    text-align: left;
    width: 69%;
    position: relative;
    margin: .2em;
}
div.headerbar .hcolumn2
{
    float: right;
    text-align: right;
    width: 23%;
    position: relative;
    margin: .2em;
    height: auto;
}
.title
{
    background-color: white;
    line-height: 1.4em;
    height: 1.4em;
    position: relative;
    margin: 1em 0 0 0;
    width: 46%;
    text-align: center;
    font-weight: bold;
    color: black;
    right: 0;
    left: 0;
    top: 0;
}
.dataTable
{
    border: solid 1px #E0E0E0;
    font-size: .9em;
    background-color: #FFFFFF;
}
.dataTable TD
{
    border: solid 1px #E0E0E0;
}
.readOnlyField
{
    color: #003366;
    background-color: #FFFFFF;
    border: 0px #A5ACB2;
    font-size: .9em;
}
.calendartext
{
    color: #003366;
    font-size: .85em;
    text-decoration: none;
    font-weight: normal;
}
.inputeditgrid
{
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #A5ACB2;
    font-size: .9em;
}
.dataTableSmall
{
    border: solid 1px #A5ACB2;
    font-size: .85em;
    background-color: #FFFFFF;
}
.sobTitle
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}
.sobHeader
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.sobSubHeader
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 16px;
    text-decoration: underline;
    font-style: italic;
}
.sobNormal
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.sobWarning
{
    color: red;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 16px;
}
.resourceHead
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.resourceSubHead
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.resourceDescription
{
    color: black;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}
table.tbldefault TD
{
    border: solid .1em #E0E0E0;
    font-size: .9em;
    color: #003366;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
}
table.tbldefault TH
{
    font-size: .9em;
    color: #003366;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
    border-color: #E0E0E0;
    border-style: solid;
    border-width: .1em;
}
table.tblnofont TD
{
    border: solid .1em #E0E0E0;
}
.redtext
{
    color: Red;
    text-align: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.sobcomTitle
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
}
.sobcomWarning
{
    color: red;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: .9em;
    text-decoration: none;
}
.sobcomHeader
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: .9em;
    text-decoration: none;
    font-weight: bold;
}

.sobcomSubHeader
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: .8em;
    text-decoration: underline;
    font-style: italic;
}
.sobcomNormal
{
    color: #003399;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: .7em;
    text-decoration: none;
}
#columna
{
    float: left;
    width: 32%;
}

#columnc
{
    float: right;
    width: auto;
}

#columnb
{
    float: left;
    width: 32%;
}
.columnspacer
{
    float: left;
    width: 2%;
}
#column1full
{
    float: left;
    width: 49%;
}

#column2full
{
    float: right;
    width: 49%;
}
.bluetext
{
    font-size: .9em;
    color: blue;
    line-height: 1.4em;
    font-family: Tahoma, sans-serif;
}
.contact1
{
    float: left;
    text-align: right;
    position: relative;
    width: 6em;
    margin: .2em;
}
.contact2
{
    float: left;
    text-align: left;
    position: relative;
    margin: .2em;
    width: 30em;
}

/* Added Styles below */

.error, .notice, .success, .rimbox
{
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}
.error
{
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.notice, .rimbox
{
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}
.success
{
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.error a
{
    color: #8a1f11;
}
.notice a
{
    color: #514721;
}
.success a
{
    color: #264409;
}

.column1 p, .column2 p
{
    float: left;
    margin: 0.5em 0 0.5em;
}

.column1 ul, .column2 ul
{
    float: left;
    margin: 0;
}

.column1 ul li, .column2 ul li
{
    padding: 0.5em;
    list-style-type: none;
    list-style-image: url(../Images/icons/tick_16.png);
}

.feedburnerFeedBlock ul li
{
    margin-bottom: 1em;
    list-style-type: none;
    list-style-image: url(../Images/icons/pencil_16.png);
}

.feedburnerFeedBlock ul li p.date
{
    margin-bottom: 1em;
    display: list-item;
    list-style-type: none;
    list-style-image: url(../Images/icons/calendar_16.png);
}
.formNoDataToDisplay
{
    padding: 2px;
    margin: 5px;
    font-weight: bold;
    font-size: 0.8em;
    color: #003366;
    line-height: 1em;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}
p.fbsubscribelink
{
    float: right;
}