body { background-image : url(b.gif) ;
       color : #666666 ;
       font-size : 15 ;
       margin : 0 0 0 0 ;
}

#outline { width : 750px ;
           text-align : left ;
           border:dotted 2px #666;
}
.margin { margin : 10px ;
}

.header { height : 180 ;
          text-align : left ;
          
          background-image : url(logo.gif) ;
          background-repeat:no-repeat;
          background-position:90% 85%;
}

.main { margin-top : 50 ;
        padding : 50 0 50 0 ;
        width : 560px ;
        float : left ;
        background : #ffffff ;
}

.side { margin-top : 50 ;
        width : 160px ;
        float : right ;
}

.c-both { clear : both ;
}

.footer { text-align : center ;
}

h1 { font-size : 20 ;
     color : #666666 ;
     font-weight : 100 ;
     padding-left : 5px ;
     margin : 0px 0px 0px 0px ;
     background : #dfffff ;
     border : solid 1px #c2e4fe ;
     border-left : solid 10px #c2e4fe ;
}

h2 { font-size : 12 ;
     text-align : right ;
     font-weight : 100 ;
     margin : 135 0 0 0 ;
     padding : 1 0 1 0 ;
     background : #f9f9f9 ;
     border-bottom : solid 2px #cccccc ;
}

h3 { font-size : 15px ;
     font-weight : 100 ;
     margin : 100 0 20 0 ;
}

p { font-size : 15 ;
    text-align : center ;
}

b { font-size : 15 ;
}

td { font-size : 13 ;
     color : #666666 ;
}

img { border : 0 ;
}

a { text-decoration: none; 
}
a:link { color: #666666 ;
}
a:visited { color: #666666 ;
}
a:hover { color: #999999 ;
}
a:active { color: #999999 ;
}
a:hover { text-decoration: underline;
          position: relative;
          left: 1px;
          top: 1px;
}

