/*
   Styles for Alumni section

           Main: #8599a8
     Dark lines: #45637a
   Side Overlay: #5c788f
*/

/* General styles. */

body { font-family: helvetica, arial, sans-serif; margin: 0; }
img, table, tr, td, div, a, form, input { border: 0; padding: 0; margin: 0; }
a { text-decoration: none; color: black; }


/* Main page container. */

#container { width: 900px; margin: auto; }


/* Redesigning Lives banner. */

#redesigning-lives { width: 100%; height: 112px; }
#redesigning-lives #spirograph-top { display: none; }


/* Images of people banner. */

#people-banner { display: none; }


/* Main menu. */

#main-menu { display: none; }


/* Main content & sidebar. */

#main { width: 100%; clear: left; border-bottom: 3px solid #45637a; }
#main #sidebar { display: none; }

#main #content { width: 75%; font-size: 75%; line-height: 175%; vertical-align: top;
                         padding: 15px 10px 20px 20px; }
#main #content h1 { font-size: 140%; letter-spacing: +2px;
                              margin-top: 0.5em; margin-bottom: 0.75em;
                              color: #990000; }
#main #content h2 { font-size: 140%; color: black;
                              margin-top: 0.5em; margin-bottom: 0.75em; }
#main #content p, li { color: #333333; }
#main #content a { text-decoration: none; font-weight: bold; color: #45637a; border-bottom: 1px solid #cccccc; }
#main #content a:after { content: " ("attr(href)") "; }

#main #content #feedcontrols { display: none; }

#main #content table { width: 100%; text-align: center;
                                 border-left: 1px solid #333333; border-top: 1px solid #333333; }
#main #content table td, #main #content table th { padding: 3px;
                                                                         border-right: 1px solid #333333; border-bottom: 1px solid #333333; }
#main #content table th { font-weight: bold; background-color: #eeeeee; }

#main #spirograph { display: none; }

