#nav {
   position: absolute;
   top: 200px;
   left: 61px;
   width: 880px;
   height: 40px;
   background : url(../images/pnback.gif);
   padding: 0px;
   margin: 0px;
   overflow: hidden;
}
#nav1 {
   position: absolute;
   top: 200px;
   left: 61px;
   width: 880px;
   height: 40px;
   background : url(../images/pnback.gif);
   padding: 0px;
   margin: 0px;
   overflow: hidden;
}
#plaintext {
   position: absolute;
   top: 10px;
   left: 61px;
}

#plaintext a {
   color: #a0a0a0;
   text-decoration: none;
}

#logo {
   position: absolute;
   top: 40px;
   left: 61px;
   width: 880px;
   height: 200px;
   background : url(../images/ptlg.jpg);
}

#nav a {
   display: block;
   width: 275px;
   height: 40px;
   float: left;
   text-align: center;
   text-decoration : none;
   text-transform : uppercase;
   line-height : 36px;
   padding: 0px;
   margin: 0px;
   color: #ffffff;
   background : url(../images/pnbutton.gif);
   font-weight : bold;
   font-size : 11px;
}
#nav1 a {
   display: block;
   width: 210px;
   height: 40px;
   float: left;
   text-align: center;
   text-decoration : none;
   text-transform : none;
   line-height : 36px;
   padding: 0px;
   margin: 0px;
   color: #ffffff;
   background : url(../images/pnbutton.gif);
   font-weight : bold;
   font-size : 9px;
}
#nav a.active {
   background : url(../images/pnbuttona.gif) !important;
}


#nav a:hover {
/*   color: #FF00FF;   */
   color: #00FFFF;
   background : url(../images/pnbuttonh.gif);
}

#nav1 a.active {
   background : url(../images/pnbuttona.gif) !important;
}

#nav1 a:hover {
/*   color: #FF00FF;   */
   color: #00FFFF;
   background : url(../images/pnbuttonh.gif);
}
#content {
   position: absolute;
   top: 241px;
   left: 61px;
   width: 480px;
   background : url(../images/pcback.gif);
   background-repeat : no-repeat;
   padding: 10px 40px 10px 20px;
}

#content1 {
   position: absolute;
   top: 600px;
   left: 150px;
   width: 700px;
/*   background : url(../images/pcback.gif);  */
/*   background-repeat : no-repeat;           */
   padding: 10px 40px 10px 20px;
}
#content2 {
   position: absolute;
   top: 241px;
   left: 150px;
   width: 700px;
/*   background : url(../images/pcback.gif);  */
/*   background-repeat : no-repeat;           */
   padding: 10px 40px 10px 20px;
}
#content3 {
   position: absolute;
   top: 241px;
   left: 50px;
   width: 650px;
   background : url(../images/pcback1.gif);
   background-repeat : no-repeat;
   padding: 10px 40px 10px 20px;
}
#subnav {
   position: absolute;
   top: 241px;
   left: 601px;
   width: 150px;
   height: 300px;
   background : url(../images/psback.gif) no-repeat;
   padding: 10px 40px 10px 0px;
}

#subnav a {
   display: block;
   text-decoration : none;
/*   text-transform : uppercase;   */
   text-transform : none;
   margin: 0px;
   color: #535353;
   font-size : 100%;
   background : url(../images/pbull.gif) no-repeat;
   padding: 2px 0px 4px 15px;
}

#subnav a.active {
   font-weight: bold;
   color: #194C85;
}

#subnav a:hover {
   font-weight: bold;
}
#subnav1 {
   position: absolute;
   top: 241px;
   left: 766px;
   width: 150px;
   height: 300px;
   background : url(../images/psback.gif) no-repeat;
   padding: 10px 40px 10px 0px;
}
#subnav1 a {
   display: block;
   text-decoration : none;
/*   text-transform : uppercase;   */
   text-transform : none;
   margin: 0px;
   color: #535353;
   font-size : 100%;
   background : url(../images/pbull.gif) no-repeat;
   padding: 2px 0px 4px 15px;
}

#subnav1 a.active {
   font-weight: bold;
   color: #194C85;
}

#subnav1 a:hover {
   font-weight: bold;
}
/*                                                         */
#sidebar {
   position: absolute;
   top: 241px;
   left: 791px;
   width: 150px;
   padding-top: 10px;
}

form.search {
   padding: 0px;
   margin: 20px 0px 20px 0px;
}

form.search input {
   margin: 0px;
   vertical-align : middle;
}

input.search {
   border : 1px solid #C0C0C0;
   width: 118px;
   padding: 2px;
   color: #194C85;
   font-size: 10px;
}
