/***********-Navigation-**********************/
        #navigation li {
                display         : inline;
                list-style-type : none;
                padding-left    : 15px;
                padding-right   : 20px;
                font-size       : 12px;
        }

        #navigation a {

                text-decoration : none;
                color           : #076BA7;
        }

        #navigation a:hover,
        #navigation a:active {

                text-decoration : underline;
                color           : #CCFF33;
        }
/***********-Content-**********************/

        #content .left h1 {

                 font: 80%/1.5 "Trebuchet MS","Helvetica","Arial",sans-serif;
                 color: #3399FF;
	         font-size: 1.85em;
	         margin-bottom: 0.3em;
	         font-weight: normal;

                 background:     url(./h_bg.gif) #F8F9F8;
                 height:         27px;
                 width:          570px;
                 text-align:     left;
                 padding-left:   10px;
                 margin-bottom:  10px;
                 border-bottom:  1px solid #CCCCCC;

}

        #content .left h2 {

                 font: 80%/1.5 "Trebuchet MS","Helvetica","Arial",sans-serif;
                 color: #3399FF;
	         font-size: 1.65em;
	         margin-bottom: 0.3em;
	         font-weight: bold;

                 background:     url(./h_bg.gif) #F8F9F8;
                 height:         27px;
                 width:          570px;
                 text-align:     left;
                 padding-left:   10px;
                 margin-top:     65px;
                 margin-bottom:  10px;
                 border:  1px solid #CCCCCC;
}

        #content .left h3 {

                 font: 80%/1.5 "Trebuchet MS","Helvetica","Arial",sans-serif;
                 color: #3399FF;
	         font-size: 1.45em;
	         margin-bottom: 0.3em;
	         font-weight: bold;

                 background:     url(./h_bg.gif) #F8F9F8;
                 height:         27px;
                 width:          570px;
                 text-align:     left;

                 
                 padding-left:   10px;
                 margin-top:     25px;
                 margin-bottom:  10px;
                 border-bottom:  1px solid #CCCCCC;

}

        #content p {

                 font-family:    'Lucida Grande', Verdana, Sans-Serif;
                 font-weight:    normal;
                 font-size:      12px;
                 line-height:    22px;
                 color:          #484848;
                 text-align:     left;
                 padding:        8px 10px 10px 8px;
}

        #content p.port {

                 font-family:    'Lucida Grande', Verdana, Sans-Serif;
                 font-weight:    normal;
                 font-size:      12px;
                 line-height:    20px;
                 color:          #484848;
                 text-align:     justify;
                 padding:        8px 10px 10px 8px;
}

        #content p.agb {

                 font-family:    'Lucida Grande', Verdana, Sans-Serif;
                 font-weight:    normal;
                 font-size:      12px;
                 line-height:    20px;
                 color:          #484848;
                 text-align:     justify;
                 padding:        8px 10px 10px 10px;
}

        #content .welcome {

                 font-family:    'Lucida Grande', Verdana, Sans-Serif;
                 font-weight:    bold;
                 font-size:      15px;
                 line-height:    20px;
                 letter-spacing:   -1px;
                 color:          #484848;
                 text-align:     left;
                 padding:        8px 10px 25px 8px;
}

        #content .just {

                 text-align:     justify;
}

         #content li {

                 display         : outline;
                 list-style-type : square;
                 margin-left     : 35px;
                 padding-left    : 15px;
                 padding-bottom  : 5px;
                 font-size       : 12px;
        }

        #content .left a {

        color           : #076BA7;
        text-decoration : none;
        padding         : 2px;
        background-color: #BBDDFF;
        }

        #content .left a:hover {

        background: #9ad7f2;
        color: #fff;
        text-decoration: none;
        }
/*************-Right-********************/
        #content .right h1 {

                 font         : 80%/1.5 "Trebuchet MS","Helvetica","Arial",sans-serif;
                 color        : #87BF06;
	         font-size    : 1.1em;
	         margin-bottom: 0px;
	         font-weight  : bold;

                 background   : url(./h_bg.gif) #F8F9F8;
                 height       : 27px;
                 width        : 288px;
                 text-align   : left;
                 padding-top  : 3px;
                 padding-left : 10px;
                 border       : 1px solid #CCCCCC;
}

        #content .right .txt {
                 background-color: #EDF6FF;
        }

        #content .right .txt p {

                 font-family:    'Lucida Grande', Verdana, Sans-Serif;
                 font-weight:    normal;
                 font-size:      12px;
                 line-height:    20px;
                 color:          #484848;
                 text-align:     left;
                 padding:        16px 8px 15px 8px;
}

        #content .right .txt ul {

                 list-style-type: square;
                 font-family:    'Lucida Grande', Verdana, Sans-Serif;
                 font-weight:    normal;
                 font-size:      12px;
                 line-height:    20px;
                 color:          #808080;
                 text-align:     left;
                 padding:        0px 8px 25px 38px;
}

        #content .right .txt li {
                 list-style: square;
}

        #content .right .txt a {
                padding        : 1px;
                color          : #076BA7;
                text-decoration: none;
                font-weight    : normal;
                border-bottom  : 1px solid #076BA7;
}

        #content .right .txt a:hover {
                padding        : 1px;
                background     : #87BF06;
                color          : #ffffff;
                text-decoration: none;
                border-bottom  : 1px solid #87BF06;
}

/***********-Footer-**********************/

#footer p {
        padding-bottom: 5px;
}
#footer a {
        color          : #acacac;
        text-decoration: underline;
        padding        : 2px;
}
#footer a:hover {
        color          : #111111;
        background     : #CCFF33;
        text-decoration: none;
        padding        : 2px;
}