/* CSS Document */

body {
    background-color: #eceef2;
    margin: 0px;
    font-family: Tahoma, Arial, Helvetica;
}
a {
    color: #628CC0;
    text-decoration: underline;
}

a:hover {
    color: #333333;
    text-decoration: none;
}
.backerAll {
    background-image: url(../Img/bkg/bkg_all.gif);
    width: 800px;
    background-position: center;
}
.bodyCopy {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
}

.more {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 86%;
	font-weight:bold
}

.grey {
    background-color: #999B9E;
    height: 6px;
    width: 800px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-top-style: solid;
    border-bottom-style: solid;
}

#trueContent {
    width: 800px;
}
.blue {
    background-color: #324B7D;
    height: 5px;
    width: 800px;
    /*margin-left: 1px;*/
}
.white {
    background-color: white;
    width: 800px;
}
.navHolder {
    width: 400px;
    text-align: right;
    float: right;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 30px;
    vertical-align: bottom;
	z-index:900;
}

#navHolder {
    width: 400px;
    text-align: right;
    float: right;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 30px;
    vertical-align: bottom;
	z-index:900;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    color: #666666;
    text-decoration: none;
    font-size: 11px;
		z-index:100;
}
#nav li {
    display: inline;
    margin: 0;
    padding: 5px 0;
    color: #666666;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
		z-index:100;
}
#nav li a {
    display: inline;
    margin: 0;
    padding: 5px 0;
    color: #666666;
    text-decoration: none;
    font-size: 11px;
		z-index:100;
}

#nav li a:hover {
    display: inline;
    margin: 0;
    padding: 5px 0;
    color: #666666;
    font-size: 11px;
    text-decoration: underline;
		z-index:100;
}
#flashHolder {
    width: 800px;
    margin-left: 1px;
}
.content {
    background-color: white;
    padding-top: 10;
    overflow: auto;
    position: relative;
}
.contentHolder {
    width: 485px;
    float: left;
    padding: 0 0 0 27px;
    text-align: left;
    font-size: 11px;
    color: #333333;
    line-height: 18px;
}
.contentHolderSub {
    width: 740px;
    float: left;
    padding: 0 0 0 27px;
    text-align: left;
    font-size: 11px;
    color: #333333;
    line-height: 18px;
}
.pageTitle {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 6px;
}
.titleBottom {
    border-bottom-width: 2px;
    border-bottom-color: #E5E5E5;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 7px;
    border-bottom-style: solid;
    margin-bottom: 15px;
    text-align: left;
}
.footer {
    height: 30px;
    font-size: 11px;
    color: #999999;
    text-align: left;
    padding-top: 10px;
}
.footer a {
    font-size: 11px;
    color: #999999;
    text-decoration: underline;
    text-align: left;
    padding-top: 10px;
}
.footer a:hover {
    font-size: 11px;
    color: #999999;
    text-decoration: none;
    text-align: left;
    padding-top: 10px;
}
.footRight {
    float: right;
    text-align: right;
}
.imageWrap {
    border: 1px solid #E4E4CA;
}
.right {
    float: right;
}
#footerLine {
    background-image: url(../Img/art/art_ftr_line.gif);
    background-repeat: repeat-x;
    margin-left: 0px;
    width: 800px;
    height: 50px;
}

.mainNav {
    background-image: url(../Img/bkg/bkg_nav.gif);
    background-repeat: repeat-x;
    text-align: left;
    width: 800px;
    height: 29px;
/*    margin-top: 60px; */
    white-space: nowrap;
    z-index: 1005 !important;
}
.mainNavInt {
    background-image: url(../Img/bkg/bkg_nav.gif);
    background-repeat: repeat-x;
    text-align: left;
    width: 800px;
    height: 29px;
    margin-top: 60px; 
    white-space: nowrap;
    z-index: 1005 !important;
}
#sidebar {
    background: #FFFFFF;
    float: right;
    width: 225px;
    text-align: left;
    font-size: 11px;
    color: #333333;
    line-height: 18px;
    padding-right: 30px;
}

.subHead {
    font-size: 14px;
    color: #444748;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 6px;
}

a.link {
    color: #628CC0;
    text-decoration: underline;
}

a.link:hover {
    color: #333333;
    text-decoration: none;
}
a.newsLink {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
a.newsLink:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #658FC3;
}
.leftLink {
    color: #333333;
    padding-top: 2px;
    margin-right: 10px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EFEFEF;
}
.leftLink a {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
.leftLink a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #658FC3;
}
.tanBacker {
    text-align: left;
    color: #666666;
    font-size: 11px;
    line-height: 16px;
    background-color: #E4E4CA;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.greyBar {
    border-bottom-width: 2px;
    border-bottom-color: #E5E5E5;
    margin-bottom: 2px;
    margin-top: 2px;
    border-bottom-style: solid;
}
.leftNav {
    text-align: left;
    float: left;
    vertical-align: top;
    padding: 0px 10px 0px 0px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    /*margin-right: 15px;*/
    display: block;
    overflow: auto;
    width: 130px;
    height: 300px;
    clear: left;
}
li.leftLink {
    list-style-image: url(../Img/art/arrow.gif);
    list-style-type: none;
    margin-left: -23px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
li.leftLink a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

li.leftLink a:hover {
    text-decoration: none;
    font-weight: bold;
}
#topImage {
    padding-top: 11px;
}

#centerContent {
    text-align: left;
    vertical-align: top;
    display: block;
}

.subNav {
    text-align: left;
    vertical-align: top;
    margin: 0 0 0 -10px;
    padding: 5px 0px 5px 0px;
}

li.subNavLink {
    padding: 0 0 0 5px;
    margin: 0 0 0 -10px;
    font-weight: normal;
    color: #628CC0;
    list-style-type: none;
    list-style-image: url(../Img/shim.gif);
}

li.subNavLink a {
    color: #628CC0;
    font-weight: normal;
    list-style-type: none;
    text-decoration: underline;
    list-style-image: url(../Img/shim.gif);
}

li.subNavLink a:hover {
    color: #333333;
    font-weight: normal;
    list-style-type: none;
    list-style-image: url(../Img/shim.gif);
    text-decoration: none;
}
li.newsLink {
    list-style-image: url(../Img/art/arrow.gif);
    list-style-type: none;
    margin-left: -23px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
li.newsLink a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

li.newsLink a:hover {
    text-decoration: none;
    font-weight: bold;
}
.triNav {
    color: #658FC3;
    padding: 5px 0px 10px 0px;
}
.triNav a {
    color: #658FC3;
    text-decoration: underline;
}
.triNav a:hover {
    text-decoration: underline;
    color: #CCCCCC;
}
.clear {
    clear: both;
}
.siteMapLevel0 {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}
.siteMapLevel1 {
    font-size: 12px;
    color: #324B7D;
    font-weight: bold;
}
.siteMapLevel2 {
    font-size: 11px;
    color: #324B7D;
}
.siteMapLevel3 {
    font-size: 11px;
    color: #324B7D;
}
