

          body{
          font-size:0.8em;
        background:#f2f4ff url(/managed_files/1269/background_fade.png) 50% 0 repeat-x;
        font-family:        "Avant Garde",		/* MacOS */
        "Century Gothic",		/* Windows (HP printer) */
        "Avant Garde Gothic",	/* HP font name */
        "URW Gothic L",		/* Unix+X+FontConfig */
        /* Fallback options */
        helvetica,		
        ,sans-serif;
          }

        #pageWrap{
        background:white url(/managed_files/1270/middle_tile.png) 50% 0 repeat-y;
        width:792px;
        margin-left:auto;
        margin-right:auto;
        margin-top:10px;
        }

        #topBar{
        background:transparent url(/managed_files/1272/top_bar.png) 0 0 no-repeat;
        height:91px;
        width:792px;
        }

        #logo{
        position:relative;
        top:17px;
        left:51px;
        display:block;
        float:left;
        }
        
        #tagLine{
        margin-top:35px;
        margin-right:20px;
        float:right;
        }
        
        #tagLine span{
        margin-bottom:15px;
        }

        #menu ul{
        list-style:none;
        margin:0px;
        padding:0px;
        margin-left:10px;
        }

        #menu li{
        float:left;
        padding:0px;
        }


        #menu li a{
        display:block;
        margin:2px 15px;
        background:transparent url(/managed_files/1275/link_icon.png) 96% 50% no-repeat;
        padding:2px;
        padding-right:12px;
        color:#777;
        }

        #menu li a:hover{
        color:#f2f4ff;
        background:#7db3de url(/managed_files/1275/link_icon.png) 93% 50% no-repeat;
        }

        
        #menu .pageSub li{
        float:none;
        }

        #menu .pageSub{
        background:white;
        border:1px solid #006ec7;
        width:160px;
        }
        
        #menu li .pageSub a{
        margin:0px;
        }
        
        .endLeaf{
        display:none;
        }

        #branch span{
        color:#aaa;
        }

        #branch a, #branch span{
        opacity:0.85;
        filter:alpha(opacity=85);
        }

        #branch a:hover{
        opacity:0.99;
        filter:alpha(opacity=99);
        }
        
        #titleDiv{
        color:#006ec7;
        font-size:2em;
        }

        #bodyWrap{
        padding:25px;
        background:transparent url(/managed_files/1271/bottom_cap.png) 50% 100% no-repeat;
        }

        

        .siteInfo{
        width:792px;
        margin-left:auto;
        margin-right:auto;
        text-align:right;
        font-size:0.8em;
        margin-bottom:30px;
        }
        
        .siteInfo a{
        margin:0px 15px;
        }
        

        a{
        color:#777;
        text-decoration:none;
        }

        a:hover{
        color:#006ec7;
        text-decoration:underline;
        }

      