@charset "utf-8";


#initially, #introduction, #achievements  {
    margin-bottom : 15px;
}

#main .article {
	width        : 750px;
}
#introduction ol {
    margin : 10px 2em ;
}

#introduction ol li {
    margin-left : 1em ;
}


table.navigation {
    width            : 730px ;
    table-layout     : fixed;
    border           : groove 2px #00687c ;
    border-collapse  : collapse ;
    border-spacing   : 0px ;
    margin-top       : 0.5em ;
    margin-left      : auto;
    margin-right     : auto;
    padding          : 0px
}

table.navigation th, table.navigation td{
    border-collapse  : collapse ;
    border-spacing   : 0px ;
    margin           : 0px
    padding          : 0px
}
table.navigation th{
    border-right     : groove 2px #00687c ;
    background-color : #009C9E ;
    color            : #FFFFFF ;
    width            : 25%     ;
    text-align       : center  ;
    vertical-align   : middle ;
}

table.navigation td{
    border-bottom  : solid 1px #A9A9A9 ;
    border-right   : solid 1px #A9A9A9 ;
    width          : 25%   ;
    text-align     : center ;
}

table.navigation td a{
    text-decoration : none ;
}
table.navigation td a:hover {
    cursor   : pointer ;
    color    : orange ;
}