/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*- COMPETITIONS PAGE -*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   The frame in which all the competition stuff sits
*/
   
div#competitionArticlesAndIndex {
   background-color : transparent;
   color : inherit;
   height : 100%;
   padding : 0px;
   margin : 0px;
   overflow : hidden;
   min-height : 600px;
}

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

div#competitionsIndex {
   background-color : inherit;
   color : inherit;
   float : right;
   height : 100%;
   margin : 40px 0px 0px 0px;
   width : 170px;
}

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

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

/*
   List of competition articles
*/

#competitionsIndex {
   margin: 10px 5px 0px 5px;;
   width: 180px;
   border: black 1px solid;
   border-bottom: black 5px solid;
}

#competitionsIndexTitle {
   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;
}

#competitionsIndexBody {
   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.competitionsIndexEntry {
}






