body {
    margin: 0px;
    background-color: #94A4B1;
 }

 .content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #333333;
    display: block;
    padding: 7px;
    text-align: left;
    white-space: normal;
    letter-spacing: normal;
    word-spacing: normal;
 }

 .title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #FF6600;
    padding: 7px;
 }

 .name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0099FF;
 }

 .emph {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-style: normal;
    font-weight: bold;
 }

 a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC6600;
    text-decoration: none;
 }

 .copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
 }

 li {
    list-style-image: url(Images/Bull_03.gif);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #333333;
 }

 a:link, a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC6600;
    text-decoration: none;
 }

 a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF6600;
    text-decoration: none;
 }

 /*content*/
 div.masterContainer {
    font-size: 1.1em;
    color: #333333;
    width: 900px;
    margin: 20px auto 0 auto;
    padding-left: 10px;
    background: transparent url(-%=SkinPath %-images/BackShadow_02.gif) no-repeat center top;
 }

 div.masterPage {
    background: transparent url(images/mp_rightShadow.gif) no-repeat right top;
    display: block;
    width: 900px;
    padding: 2px;
 }

 div.contentSection {
    width: 650px;
    display: block;
    overflow: hidden;
    float: left;
 }

 div.contentSection p {
    margin-left: 10px;
 }

 div.upperHeaderContent {
    float: right;
    height: 20px;
    width: 200px;
 }

 div.upperHeaderContent ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
 }

 div.upperHeaderContent li {
    list-style-image: none;
    border-right: 1px solid #888888;
    float: left;
    line-height: 0.9em;
    margin-top: 2px;
    padding: 0 10px;
 }

 div.upperHeaderContent li a {
    color: #FFF;
 }

 div.upperHeaderContent li a:visited {
    color: #FFF;
 }

 div.upperHeaderContent li a:hover {
    color: #FF9900;
 }

 div.upperHeaderContent .lastItem {
    border-right: medium none;
 }

 .pageTitle h1 {
    padding: 18px 10px 10px 50px;
    background: #fff url(Images/MainBull_02.gif) no-repeat 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #FF6600;
 }

 div.footerContentLinks {
    width: 800px;
    float: none;
    text-align: center;
    margin: 10px 0px 0px 0px;
    padding-left: 100px;
 }

 div.footerContentLinks .upperHeaderContent {
 }

 div.upperHeaderLeft {
    margin-left: 5px;
    font: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #eee;
    height: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
 }

 div.upperHeaderLeft p {
    margin-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
 }

 div.upperHeaderLeft  span.number {
    color: #FFF;
    font-weight: bold;
 }

 div.upperHeaderLeft  a {
    font-weight: bold;
    color: #FFF;
    text-decoration: underline;
 }

 .bannerRightMenu a, .bannerRightMenu a:visited {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-top: 10px;
    list-style: none;
    list-style-type: none;
    vertical-align: middle;
    text-decoration: none;
    list-style-image: none;
    background-color: #EAEFF4;
    color: #003366;
    display: block;
    width: 235px;
    height: 1.9em;
    border: 1px solid #fff;
    background: #fff url(Images/bullArrow_03.gif) no-repeat 0 5px;
 }

 .bannerRightMenu ul {
    list-style: none;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 3px;
    margin-bottom: 0px;
 }

 .bannerRightMenu li {
    list-style: none;
    margin-left: 0px;
 }

 .bannerRightMenu a:hover {
    color: #FF6600;
    background-color: #F8F8F8;
    border-color: #dfd7ca #b2ab9b;
 }

 div.BoxOrange {
    float: right;
    width: 200px;
    border: 1px solid #CCCCCC;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FF8218;
 }

 div.BoxOrangTop {
    background-color: white;
    color: #333333;
    margin-top: 0px;
 }

 div.BoxOrangeContent h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 10px 5px 5px 5px;
 }

 div.BoxOrangeContent p {
    display: block;
    color: #fff;
 }

 div.BoxOrangeContent p .number {
    font-weight: bold;
    color: #fff;
 }

 div.BoxOrangeContent p a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
 }

 div.BoxGrey {
    width: 99%;
    border: 1px solid #CCCCCC;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eee;
 }

 div.BoxGreyTop {
    background-color: #ddd;
    color: #333333;
    margin-top: 0px;
 }

 div.BoxGreyContent h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 10px 5px 5px 5px;
 }

 div.BoxGreyContent p {
    display: block;
    color: #000;
 }

 div.BoxGreyContent p .number {
    font-weight: bold;
    color: #fff;
 }

 div.BoxGreyContent p a {
    color: #FF6600;
    text-decoration: underline;
    font-weight: bold;
 }

 .sf_blog_extra4 {
    width: 900px;
    height: 92px;
    background-image: url(images/Ban_Logo_full.gif);
    background-repeat: no-repeat;
 }

 
