/* Generic */

    a:link {
    }
    
    a:visited { 
    }
    
    a:hover { 
    }
    
    a:active {   
    }

    body {
        background-color: #ccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.75em;
        font-weight: bold;
        margin: 50px auto 50px auto;
        padding: 0px;
        width: 760px;
    }
        
    h1 {
    } 
    
    h2 {
    }   
    
    h3 {
    }    
    
    h4 {
    }
    
    h5 {
    }
    
    h6 {
    }
    
    img {
        border: 0;
    }
    
    p {
    }
    
    ul {
    }




/* Custom */
    
    /* class */
    
        a.thumbnail:hover {
            background: url(graphics/bg_thumbnail_hover.gif) no-repeat;
        }
        
        .large {
            clear: both;
            color: #fff;
            font-size: 2.6em;
            font-weight: normal;
        }
                
        .medium {
            clear: both;
            color: #666;
            font-size: 1.1em;
            font-weight: normal;
            line-height: 140%;
        }
        
        .thumbnail {
            background: url(graphics/bg_thumbnail_link.gif) no-repeat;
            float: left;
            height: 24px;
            margin: 0 5px 5px 0;
            width: 32px;
        } 
    
    /* id */

        
        #column_1 {
            padding: 0 0 0 50px;
            width: 467px;
        }
        
        #column_2 {
            background: url(graphics/bg_symbol.gif) no-repeat;
            background-position: top right;
            float: right;
            padding: 248px 50px 0 0;
            width: 148px;
        }
                
        #content {
            margin: 0;
        }
        
        #footer {
            background: url(graphics/bg_logo.gif) no-repeat;
            background-position: top left;
            clear: both;
            padding: 67px 0 0 50px;
        }
        
        #footer a:link {
            background: url(graphics/li_link.gif) repeat-x 100% 100%;
            color: #fff;
            padding: 2px 2px 2px 2px;
            text-decoration: none;
            white-space: nowrap; 
        }
        
        #footer a:visited {
            background: url(graphics/li_link.gif) repeat-x 100% 100%;
            color: #fff;
            padding: 2px 2px 2px 2px;
            text-decoration: none;
            white-space: nowrap; 
        }
        
        #footer a:hover {
            background-color: #999;
            color: #fff;
            padding: 2px 2px 2px 2px;
            text-decoration: none;
            white-space: nowrap;
        }
        
        #footer {
            color: #999;
            margin: 10px 0 0 0;
        }
        
        #frame {
            background-color: #fff;
            padding: 40px;
        }
        
        #frame_footer {
            background: url(graphics/bg_frame_footer.gif) no-repeat;
            height: 40px;
        }
        
        #logo {
            display: none;
        }
        
		#message {
            background: url(graphics/bg_signpost.gif) no-repeat;
            background-position: bottom right;
            height: 294px;
            padding: 40px 239px 40px 0;
        }
        
        #message a:link {
            background: url(graphics/li_link.gif) repeat-x 100% 100%;
            color: #fff;
            padding: 2px 1px 2px 1px;
            text-decoration: none;
            white-space: nowrap;
        }
        
        #message a:visited {
            background: url(graphics/li_link.gif) repeat-x 100% 100%;
            color: #fff;
            padding: 2px 1px 2px 1px;
            text-decoration: none;
            white-space: nowrap;
        }
        
        #message a:hover {
            background-color: #999;
            color: #fff;
            padding: 2px 1px 2px 1px;
            text-decoration: none;
            white-space: nowrap;
        }
        
        #set {
            clear: both;
            padding-top: 3px;
        }

        #set a:link {
            background: url(graphics/li_link.gif) repeat-x 100% 100%;
            color: #fff;
            padding: 2px 2px 2px 2px;
            text-decoration: none;
            white-space: nowrap; 
        }
        
        #set a:visited {
            background: url(graphics/li_link.gif) repeat-x 100% 100%;
            color: #fff;
            padding: 2px 2px 2px 2px;
            text-decoration: none;
            white-space: nowrap; 
        }
        
        #set a:hover {
            background-color: #999;
            color: #fff;
            padding: 3px 2px 3px 2px;
            text-decoration: none;
            white-space: nowrap;
        }
        
        #symbol {
            display: none;
        }
        
        #thumbnails img {
            margin: 0 5px 5px 0;
            padding: 0
        }
                           
               
/* Accessibility */

    #navigation {
        display: none;
    }
    
    #support {
        display: none;
    }