body {
            background-color: #f3f4f8;
            background-image: url(../img/1.jpg);
            background-position: 0px 0px;
            background-repeat: repeat-x;
            padding: 0px;
            margin: 0px;
        }

        div#navigation, div#frame, div#footer {
            margin: 0px auto;
            width: 950px;
        }

/* navigation section */
        div#navigation {
            margin: 0px auto;
            width: 948px;
            vertical-align: bottom;
            height: 39px;
        }

        div#navigation ul {
            list-style: none;
            float: right;
            margin: 0px;
            padding: 10px 0px 0px 0px;
        }

        div#navigation ul li {
            list-style: none;
            float: left;
            margin: 0px 20px 0px 20px;
            padding: 0px;
            height: 29px;
        }

        div#navigation ul li a {
            color: #ffffff;
            font-family: "Trebuchet MS";
            text-decoration: none;
            height: 29px;
            display: block;

        }

        div#navigation ul li a:hover {
            text-decoration: underline;
            color: #ff8a00;
        }


/* content section */

        div#frame {
            margin-top: 25px;
            background-color: #f5f9fb;
            padding: 1px 0px 1px 0px;
        }


        div#column {
            background-color: #f5f9fb;
            padding: 1px 0px 1px 0px;
            float:left;
            width: 200px;
        }

        div#up_column {
            margin: 5px;
            border: solid 0px #d1d1d1;
            width: 188px;
            padding-bottom: 0px;
        }

        div#bot_column {
            margin: 5px;
            border: solid 0px #d1d1d1;
            width: 188px;
            padding-bottom: 0px;
        }
        
        div#search_column {
            margin: 5px;
            border: solid 1px #d1d1d1;
            width: 163px;
            padding-bottom: 10px;
            padding-left: 25px;
        }

        div#content {
            background-color: #f5f9fb;
            padding: 1px 0px 1px 0px;
            float:left;
            width: 750px;
        }


        div#intro {
            margin: 5px;
            border: solid 0px #d1d1d1;
            width: 698px;
            min-height:46px; /*246*/
            padding: 0px;
            /*background-color: #f5f5f5;*/
            background-position: top right;
            background-repeat: no-repeat;
        }
        

        div#column div#up_column div#logo {
            display: block;
            float: left;
            width: 155px;
            margin-top: -57px;
            margin-left: 20px;
        }
        
/*        div#logo {margin-top: -60px;}*/

        div#column div#up_column div#logo h2 {
            font-family: "Verdana";
            font-size: 12px;
            font-weight: bold;
            color: #8c8c8c;
            display: block;
            margin: 10px 0px 10px 5px;
            padding: 0px;
            float: left;
        }

        div#column div#up_column div#logo h2 strong {
            color: #ff8a00;
        }


        div#column div#up_column div#logo ul,
        div#column div#bot_column ul {
            list-style: none;
            margin: 0px;
            padding: 10px 30px;
        }

        div#column div#up_column div#logo ul li,
        div#column div#bot_column ul li {
            border-bottom: dashed 1px #e3e5e6;
            padding: 0px 0px 0px 20px;
            background-image: url(../img/bull.png);
            background-position: 7px 5px;
            background-repeat: no-repeat;
        }

        div#column div#up_column div#logo ul li a,
        div#column div#bot_column ul li a {
            font-family: Verdana;
            font-size: 13px;
            color: #ff8a00;
            text-decoration: none;
        }


        div#column div#up_column div#logo ul {
            list-style: none;
            margin: 0px;
            padding: 10px;
        }

        div#column div#up_column div#logo ul li {
            border-bottom: dashed 1px #e3e5e6;
            padding: 0px 0px 0px 20px;
            background-image: url(../img/bullbw.png);
            background-position: 7px 5px;
            background-repeat: no-repeat;
        }

        div#column div#up_column div#logo ul li a {
            font-family: Verdana;
            font-size: 12px;
            color: #8c8c8c;
            text-decoration: none;
            font-weight: bold;
        }

        div#column div#up_column div#logo ul li a:hover {
            color: #ff8a00;
        }

        div#intro h1 {
            font-family: "Trebuchet MS";
            font-size: 20px;
            font-weight: bold;
            color: #ff8a00;
            display: block;
            float: left;
            width: 500px;
            margin-top: 15px;
            /*margin-left: 20px;*/
        }

        div#intro h1 strong {
            color: #2b2b2b;
        }

        div#intro p {
            font-family: Verdana;
            font-size: 11px;
            line-height: 16px;
            color: #646464;
            display: block;
            float: left;
            width: 450px;
            /*margin: 5px 0px 0px 20px;*/
            margin: 5px 0px 0px 0px;
            padding: 0px 10px 0px 0px;
        }

        div.insider {
            margin: 5px;
            width: 700px;
            float: left;
            vertical-align: top;
            padding: 0px;
            border: solid 0px #d1d1d1;				
        }

        div.insider img {
            margin: 10px auto;
            display: block;
        }

        div.insider h2 {
            font-family: "Arial Narrow";
            font-size: 18px;
            font-weight: bold;
            color: #2b2b2b;
            display: block;
            padding: 0px;            
        }

        div.insider h2 strong {
            color: #ff8a00;
        }

        div.insider h3 {
            font-family: "Arial Narrow";
            font-size: 12px;
            font-weight: bold;
            color: #646464;
            display: block;
            padding: 0px;            
            line-height: 16px;
        }

        div.insider p {
            font-family: Verdana;
            font-size: 12px;
            line-height: 16px;
            color: #2b2b2b;
            display: block;
            padding: 0px;
            padding-right: 20px;
        }

        div.insider a.more {
            margin-top: 10px;
            padding: 0px 0px 0px 20px;
            background-image: url(../img/bull.png);
            background-position: 10px 1px;
            background-repeat: no-repeat;
            font-family: Verdana;
            font-size: 10px;
            color: #ff8a00;
            text-decoration: none;
            display: block;
        }

        div.insider span.highlight {
            color: #ff8a00;
        }

        
        div#intro {font-family: Verdana;font-size:11px;}
        div.insider {font-family: Verdana;font-size:12px; line-height:16px;color:#2b2b2b;}

        div#footer {
          text-align: center;
          color: #545454;
          font-size: 11px;
          font-family: "Verdana";
          margin-top: 10px;
        }
  
/*        
.text2 {font-family:'Arial','Helvetica','Sans-serif';font-size:18px;font-weight:bold;text-decoration:none;color:#3C4048;}
.text4 {font-family:'Arial','Helvetica','Sans-serif';font-size:18px;font-weight:bold;text-decoration:none;color:#FF8A00;}

.font {font: 12px 'Tahoma Arial san-serif';}
.PageTitle {font: bold 18px 'Tahoma Arial san-serif';color: #000;}
.FormBody { font: bold 12px 'Tahoma Arial san-serif';color: #000;}
.formfield { border: solid 1px #800000; font: normal 12px 'Tahoma Arial san-serif'; LINE-HEIGHT: 14px;  BACKGROUND-COLOR: #ebebeb;}
*/
.error{color:Red;}




/*****************************************************************/
div.insider div.t {background: url(../img/dot2.gif) 0 0 repeat-x; width: 740px;}
div.insider div.b {background: url(../img/dot2.gif) 0 100% repeat-x; }
div.insider div.l {background: url(../img/dot2.gif) 0 0 repeat-y;}
div.insider div.r {background: url(../img/dot2.gif) 100% 0 repeat-y}
div.insider div.bl {background: url(../img/bl2.gif) 0 100% no-repeat}
div.insider div.br {background: url(../img/br2.gif) 100% 100% no-repeat}
div.insider div.tl {background: url(../img/tl2.gif) 0 0 no-repeat}
div.insider div.tr {background: url(../img/tr2.gif) 100% 0 no-repeat; padding: 10px 20px 20px 20px;}


div#intro div.t {background: url(../img/dot2.gif) 0 0 repeat-x; width: 740px;}
div#intro div.b {background: url(../img/dot2.gif) 0 100% repeat-x; }
div#intro div.l {background: url(../img/dot2.gif) 0 0 repeat-y;}
div#intro div.r {background: url(../img/dot2.gif) 100% 0 repeat-y}
div#intro div.bl {background: url(../img/bl2.gif) 0 100% no-repeat}
div#intro div.br {background: url(../img/br2.gif) 100% 100% no-repeat}
div#intro div.tl {background: url(../img/tl2.gif) 0 0 no-repeat}
div#intro div.tr {background: url(../img/tr2.gif) 100% 0 no-repeat; padding: 10px 20px 20px 20px; height: 46px !important;}


div#bot_column div.t {background: url(../img/dot2.gif) 0 0 repeat-x; width: 188px;}
div#bot_column div.b {background: url(../img/dot2.gif) 0 100% repeat-x; }
div#bot_column div.l {background: url(../img/dot2.gif) 0 0 repeat-y;}
div#bot_column div.r {background: url(../img/dot2.gif) 100% 0 repeat-y}
div#bot_column div.bl {background: url(../img/bl2.gif) 0 100% no-repeat}
div#bot_column div.br {background: url(../img/br2.gif) 100% 100% no-repeat}
div#bot_column div.tl {background: url(../img/tl2.gif) 0 0 no-repeat}
div#bot_column div.tr {background: url(../img/tr2.gif) 100% 0 no-repeat; padding-bottom: 20px; }


div#up_column div.t {background: url(../img/dot2.gif) 0 0 repeat-x; width: 188px;}
div#up_column div.b {background: url(../img/dot2.gif) 0 100% repeat-x; }
div#up_column div.l {background: url(../img/dot2.gif) 0 0 repeat-y;}
div#up_column div.r {background: url(../img/dot2.gif) 100% 0 repeat-y}
div#up_column div.bl {background: url(../img/bl2.gif) 0 100% no-repeat}
div#up_column div.br {background: url(../img/br2.gif) 100% 100% no-repeat}
div#up_column div.tl {background: url(../img/tl2.gif) 0 0 no-repeat}
div#up_column div.tr {background: url(../img/tr2.gif) 100% 0 no-repeat; padding-bottom: 20px; }

/*****************************************************************/