         body{
            font-family: trebuchet ms, verdana, helvetica, sans-serif;
            background: #C5E1FD;
            margin: 0;
          }
           a:link{
             color: #16497D;
          }
           a:visited{
             color: #63ff00;
          }
           a:hover{
             text-decoration: none;
          }
           a:active{
             color: #A71832;
          }
          #container{
            width: 768px;
            margin: 0 auto;
            background: #dbebfa;
            border-left: solid 1px #16497D;
            border-right: solid 1px #16497D;
            background-image: url(../images/container-bg2.jpg);
            background-repeat: no-repeat;
            background-position: 0 56px;
          }
          #masthead {
            background-image: url(../images/logo.gif);
            background-repeat: no-repeat;
            width: 247px;
            height: 156px;
            float: left;
            margin: 20px 0 0 10px;
            position: absolute; /* admics */
          }
          #navigation{
            font-size: 12px;
            background: #2377C9;
            width: 768px;
            height: 53px;
            border-bottom: solid 2px #16497D;
            border-top: solid 1px #2377C9;
          }
          #navigation ul{
            margin-top: 0;
          }
          #navigation ul li{
            list-style: none;
            background-image: url(../images/menu-back.gif);
            background-repeat: no-repeat;
            width: 100px;
            height: 24px;
            text-align: center;
            padding-top: 29px;
            float: right;
            border-left: solid 1px #2377C9;
            border-right: solid 1px #3E5D7D;
            background-color: #CDEFFF;
          }
          #navigation ul li.active{
            background-position: 0 -10px;
          }
          #navigation ul li a{
            text-decoration: none;
            color: #16497D;
          }
          #navigation ul li a:hover{
            text-decoration: none;
            color: #3E5D7D;
          }
          #subNav{
            background: #39644F;
            background: url(../images/subnav-bg.gif);
            height: 20px;
            margin-top: 167px;
            opacity: 1;
            text-align: center;
            line-height: 105%;
 
          }
          
          #subNav ul { /*admics*/
          	display: inline;
          	} 
          #subNav ul li{
            display: inline;
            list-style-type: none;
            font-size: 12px;
            padding: 15px;
            color: #CDEFFF;
            font-weight: bold;
            font-family: verdana, helvetica, arial, sans-serif;
          }
          #subNav a:link, #subNav a:visited{
            color: #CDEFFF;
            text-decoration: none;
          }
          #subNav a:hover{
            color: #FFF;
          }
          #columnOne, #columnTwo, #columnThree{
            font-size: 12px;
            width: 249px;
            height: 330px;
            overflow: auto;
          }
          #columnOne, #columnTwo{
            float: left;
          }
          #columnOne h3{
            background-image: url(../images/col1-h2-bg.gif);
            background-repeat: no-repeat;
            margin: 0;
            height: 34px;
            padding: 0 12px 0 43px;
            color: #16497D;
            line-height: 34px;
            font-size: 18px;
          }
          #columnOne p{
            background-image: url(../images/col1-p-bg.gif);
            background-repeat: repeat-y;
            margin: 0;
            padding: 3px 12px 8px 43px;
          }
          #columnOne p.bottom{
            background-image: url(../images/col1-pbottom-bg.gif);
            background-repeat: no-repeat;
            height: 7px; 
          }
     #columnTwo{
     display: none;
     }
          #columnTwo h3{
            background-image: url(../images/col23-h2-bg.gif);
            background-repeat: no-repeat;
            margin: 0;
            height: 34px;
            padding: 0 12px 0 12px;
            color: #CDEFFF;
            line-height: 34px;
            font-size: 18px;
          }
          #columnTwo p{
            background-image: url(../images/col23-p-bg.gif);
            background-repeat: repeat-y;
            margin: 0;
            padding: 3px 12px 8px 8px;
          }
          #columnTwo p.bottom{
            background-image: url(../images/col23-bottom-bg.gif);
            background-repeat: no-repeat;
            height: 7px;
          }
          #columnThree{
 		   width: 400px;
            background-image: url(../images/1pk-315w.jpg);
            background-repeat: no-repeat;
 		   background-position: 70px 0;
          }
          #columnThree p{
          display: none;
          }
          #columnThree h3{
          display: none;
          text-align: center;
          color: #39644F;
          font-size: 18px;
          }
          #main{
            margin: 194px 8px 0 10px;
          }
          #footer{
            font-size: 11px;
            width: 100%;
            background: #2377C9;
            color: #FFF;
            text-align: center;
            height: 30px;
            line-height: 30px;
          }