/* nothing here yet */

img { border: none; }
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Timew New Roman", Times, serif; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }



a:link, a:active { color: #3D5899; }
a:visited { color: #818181; }
a:hover { text-decoration: none; }


/* body will set all the defaults */
body { font-size: normal 12px Tahoma, Helvetica, sans-serif; background-color: #fff; margin: 6px 0 0 0; }


/* important containers */
#mainContainer          { border-top: 1px solid white; }
#navColumnContainer     { background-color: #ced5e5; }
#contentColumnContainer { background-color: #fff; }
#headerContainer        { }
#footerContainer        { }


/* some important blocks */
#navBlock     { background-color: #ced5e5; padding: 10px; }
#teaserBlock  { background-color: #f7d0af; padding: 10px; }
#contentBlock { background-color: #fff; }


#topNavTabs a { color: #000000; }
#topNavTabs a:link, #topNavTabs a:visited { font: bold 0.9em Verdana, Helvetica, sans-serif; text-decoration: underline; }
#topNavTabs a:active, #topNavTabs a:hover { text-decoration: none; }





#navBlock p, #teaserBlock p
    { margin: 6px 0 0 6px; color: #7c8089; font: normal 11px Tahoma, Helvetica, sans-serif; }
#navBlock .subheader, #teaserBlock .subheader
    { margin: 0 0 0 6px; color: #3d5899; font: bold 12px Tahoma, Helvetica, sans-serif; border-bottom: 0; display: inline;  }
#navColumnContainer img.ctximg
    { margin: 0 0 6px 16px; }
    /* context-related images in the left column */
#navBlock a.activeLink
    { font-weight: bold; text-decoration: none; }

/* not used
#navBlock li, #teaserBlock li { list-style: disc outside; margin-left: -10px; }
*/

#contentBlock h1, #contentBlock h3, #contentBlock h5
    { margin: 16px; color: #a2afce; text-align: left; }
#contentBlock h2, #contentBlock h4, #contentBlock h6
    { margin: 16px; color: #f0aa6e; text-align: left; }
#contentBlock p, #contentBlock ul, #contentBlock ol
    { margin: 16px; color: #3d5899; font: normal 11px Tahoma, Helvetica, sans-serif;}

#contentBlock a { font-weight: bold; }
#contentBlock li a { font-weight: normal; }

/* #conPageContent p {  } */




#footer   { font-family: Tahoma; font-size: 11px; }
#footer a { color: #3D5899; text-decoration:underline; }
#footer p { padding: 0.5em 0 0.5em 1em; }

.bgcBurlywood { background-color: #f0aa6e; }
.bgcLightSteelBlue { background-color: #a2afce; }
.bgcPaleGreen { background-color: #82ca9c; }
