/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*- INFORMATION PAGE *-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   The frame in which all the information stuff sits
*/

div#informationArticleAndIndex {
   background-color : transparent;
   color : inherit;
   height : 100%;
   padding : 0px;
   overflow : hidden;
   min-height:600px;
}

div#informationFrame {
   background-color : inherit;
   color : inherit;
   float : left;
   height : 100%;
   width : 470px;
   margin : 0px;
}

div#informationIndexFrame {
   background-color : inherit;
   color : inherit;
   float : right;
   height : 100%;
   width : 180px;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Each article sits in a div
*/

div#informationFrame h1 {
   font-family : Georgia, times, serif;
   color : rgb(102, 0, 0);
   font-style : italic;
   font-size : 120%;
}

div#informationFrame h2 {
   font-family : Georgia, times, serif;
   color : rgb(102, 0, 0);
   font-style : italic;
   font-size : 100%;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   List of information articles
*/

div#informationIndex {
   margin : 0px auto 0px;
   width : 170px;
   border : black 1px solid;
   border-bottom : black 5px solid;
}

div#informationIndexTitle {
   background-color : #660000;
   border : 1px solid #000000;
   color : #FFFFFF;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 100%;
   font-weight : bold;
   height : 16px;
   text-align : center;
   padding : 2px 5px;
}

div#informationIndexBody {
   background-color : #C5B9A5;
   border-left : 1px solid #000000;
   border-right : 1px solid #000000;
   color : #000000;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 95%;
   font-weight : bold;
   padding : 5px;
}

p.informationIndexEntry {
}

/*
   Committee table
*/

table#committee {
   border : 1px black solid;
   border-bottom : black 5px solid;
}

table#committee tr {
}

table#committee tr td {
   font-family : georgia, verdana, arial, sans-serif;
   font-size : 90%;
   text-align : left;
   margin : 0px 0px 0px 0px;
   padding : 0px 5px 0px 5px;
   color : black;
}




