﻿body
{
    font: normal normal 10pt Arial;
    color: #000000;
    margin-top: 0px;
    padding-top: 0px;
    background: #ffffff url(/RL1/images/GradientBG.png) repeat-x top;
}
#Wrapper
{
    background: url(/RL1/images/BodyDSResized.png) repeat-y left top;
    width: 766px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.TableContents
{
    width: 760px;
    margin-left: 3px;
}
/*
-----------------
Main Links
-----------------
*/
a:link
{
    color: #06487c;
    font-style: normal;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
}
a:visited
{
    color: #06487c;
    font-style: normal;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
}
a:hover
{
    color: Red;
    font-style: normal;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}
/*
-----------------
Font Properties
-----------------
*/
.BoldText
{
    font-weight: bold;
}
.Text12
{
    font-size: 12pt;
}
.Text12Bold
{
    font-size: 12pt;
    font-weight: bold;
}
.Text12Blue
{
    font-size: 12pt;
    color: #06487c;
}
.RedRegText
{
    color: Red;
}
.Text16
{
    font-size: 16pt;
    font-weight: bold;
}
.Text18
{
    font-size: 18pt;
    font-family: Georgia;
}
.Text18Blue
{
    font-size: 18pt;
    font-family: Georgia;
    color: #06487c;
}
.TextItalic
{
    font-style: italic;
}
.TextBoldItalic
{
    font-style: italic;
    font-weight: bold;
}
.Text8Bold
{
    font-size: 8pt;
    font-weight: bold;
}
.Text8
{
    font-size: 8pt;
}
.Text7
{
    font-size: 7pt;
}
/*
-----------------
Header
-----------------
*/
.HeaderLeft
{
    width: 384px;
    height: 142px;
}
.HeaderRight
{
    width: 376px;
    height: 142px;
}
/*
-----------------
Navigation
-----------------
*/
.NavigationTable
{
    background: url(/RL1/images/NavigationBar.png) no-repeat center;
    width: 760px;
    height: 30px;
}
.NavigationLinks:link
{
    color: #dcdcdc;
    font-style: normal;
    font-family: Arial;
    font-weight: normal;
    font-size: 11pt;
    text-decoration: none;
}
.NavigationLinks:visited
{
    color: #dcdcdc;
    font-style: normal;
    font-family: Arial;
    font-weight: normal;
    font-size: 11pt;
    text-decoration: none;
}
.NavigationLinks:hover
{
    color: #06487c;
    font-style: normal;
    font-family: Arial;
    font-weight: normal;
    font-size: 11pt;
    text-decoration: none;
}
/*outline: -moz-use-text-color none medium;*/
.NavigationBarSeparator
{
    color: #dcdcdc;
}
/*
----------------
ContentPlaceHolder
----------------
*/
.Content
{
    width: 760px;
    height: 325px;
    background-color: White;
    padding: 5px 5px 0px 5px;
    vertical-align: top;
}
/*
----------------
Alternate Links
----------------
*/
.RedLink:link
{
    color: red;
    font-style: normal;
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
}
.RedLink:visited
{
    color: red;
    font-style: normal;
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
}
.RedLink:hover
{
    color: red;
    font-style: normal;
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline;
}
/*
-----------------
Footer Navigation
-----------------
*/
.FooterNavigationTable
{
    background: url(/RL1/images/NavigationBar.png) no-repeat center;
    width: 760px;
    height: 30px;
}
.FooterNavigationLinks:link
{
    font: normal normal 8pt Arial;
    color: #dcdcdc;
    text-decoration: none;
}
.FooterNavigationLinks:visited
{
    font: normal normal 8pt Arial;
    color: #dcdcdc;
    text-decoration: none;
}
.FooterNavigationLinks:hover
{
    font: normal normal 8pt Arial;
    color: #06487c;
    text-decoration: none;
}
.FooterNavigationBarSeparator
{
    color: #dcdcdc;
    font: normal bold 8pt Arial;
}
/*
-----------------
Copyright Row
-----------------
*/
#Copyright
{
    text-align: center;
    color: #aeaeae;
    font: normal normal 7pt Arial;
    margin-top: 8px;
}
/*
-----------------
Info Boxes
-----------------
*/
.InfoBox
{
    background: url(/RL1/images/GreenInfoBoxLarge.png) no-repeat center;
    width: 239px;
    height: 238px;
}
.InfoBoxLink:link
{
    font: normal normal 10pt Arial;
    color: #50a644;
    text-decoration: none;
}
.InfoBoxLink:visited
{
    font: normal normal 10pt Arial;
    color: #50a644;
    text-decoration: none;
}
.InfoBoxLink:hover
{
    font: normal normal 10pt Arial;
    color: #06487c;
    text-decoration: underline;
}
.InfoBoxHeaderText
{
    padding-top: 19px;
    padding-left: 6px;
    font-size: 13pt;
    color: #ffffff;
    text-align: left;
    vertical-align: top;
}
.InfoBoxBodyText
{
    padding-top: 28px;
    padding-left: 6px;
    font-size: 11pt;
    color: #50a644;
    text-align: left;
    vertical-align: top;
}
.InfoBoxButton
{
    text-align: right;
    padding-right: 6px;
    vertical-align: bottom;
}
/*
-----------------
Quick Link Menu
-----------------
*/
.QuickLinkMenuHeader
{
    font-size: 9pt;
    color: #50a644;
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
}
.QuickLinkMenuItem
{
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    height: 20px;
}
.QuickLink:link
{
    font: normal normal 9pt Arial;
    color: #aeaeae;
    text-decoration: none;
}
.QuickLink:visited
{
    font: normal normal 9pt Arial;
    color: #aeaeae;
    text-decoration: none;
}
.QuickLink:hover
{
    font: normal normal 9pt Arial;
    color: #06487c;
    text-decoration: none;
}
.QuickLinkContact
{
    font: normal normal 8pt Arial;
    color: #aeaeae;
    text-align: center;
    vertical-align: bottom;
}
.QuickLinkEmail:link
{
    font: normal normal 8pt Arial;
    color: #50a644;
    text-decoration: none;
}
.QuickLinkEmail:visited
{
    font: normal normal 8pt Arial;
    color: #50a644;
    text-decoration: none;
}
.QuickLinkEmail:hover
{
    font: normal normal 8pt Arial;
    color: #06487c;
    text-decoration: none;
}
.QuickLinksDivider
{
    border-left: solid 1pt #dcdcdc;
}
/*
-----------------
js Scroller
-----------------
*/
#jump_base
{
    overflow-y: hidden;
    width: 175px;
    height: 175px;
    border-top: solid 1pt #dcdcdc;
    border-bottom: solid 1pt #dcdcdc;
    padding: 0 2px 0 2px;
    font-size: 8pt;
    font-family: Arial;
    font-width: normal;
    font-style: italic;
}
#jump_base a
{
    color: #aeaeae;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    cursor: default;
    text-decoration: none;
}
.news
{
    color: #aeaeae;
    font-size: 8pt;
}
