/* CSS Document */

#body{
background-color: #989898;
}
#topEdge{
background-image: url(images/topEdge.gif);
background-repeat: no-repeat;
height: 15px;
}
#bottomEdge{
background-image: url(images/bottomEdge.gif);
background-repeat: no-repeat;
height: 15px;
}
#blkLeftEdge{
background-color: #000000;
width: 16px;
}
#navLeftEdge{
background-image: url(images/navLeftEdge.gif);
height: 31px;
width: 16px;
}
#navShim{
background-image:url(images/navShim.gif);
background-repeat: repeat-x;
height: 31px;
}
#topShim{
background-image: url(images/topShim.gif);
background-repeat: repeat-x;
width: 759px;
}
#headerSpacer{
height: 7px;
background-color: #000000;
}
#leftShim{
background-image: url(images/leftShim.gif);
background-repeat: repeat-y;
width: 16px;
}
#contentBg{
background-color: #343434;
width: 618px;
}
#content{
font-family: "Trebuchet MS";
font-size: 11px;
color: #CCCCCC;
padding: 15px;
}
#contentff{
font-family: "Trebuchet MS";
font-size: 11px;
color: #CCCCCC;
padding: 0px;
}
#content a {
color: #CCCCCC;
}
#content a:hover {
color: #CCCCCC;
}
#content a.subon {
color: #CCCCCC;
}
.bold{
font-weight: bold;
color: #fff;
}
#rightPodBg{
background-image: url(images/podBg.gif);
background-repeat: repeat-y;
width: 127px;
}
#podContent{
font-family: "Trebuchet MS";
font-size: 10px;
color: #999;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
#podContent a {
color: #999;
}
#podContent a:hover {
color: #999;
}
#podContent a.subon {
color: #999;
}
#dottedShim{
background-image: url(images/dottedShim.gif);
background-repeat: repeat-x;
background-position: bottom;
padding-bottom: 7px;
}