/* May 07, 2010 mathemaddicts.css */

body { background-color: #ffffff;
   color: #000000;
   font-family: Verdana, Arial, sans-serif;
}

#container { margin-left: auto;
   min-width: 700px;
   background-color: #ffffff;
   color: #000000;
   margin-right: auto;
   width: 80%;
}

#logo { text-align: center;
}

#leftcolumn { float: left;
   min-width: 160px;
   width: 20%;
   padding: 5px;
   text-align: center;
}

.navbarleft { text-decoration: none;
   margin: 10px;
   display: block;
}

.navbutton { border: 3px outset #000000;
   width: 100px;
   padding: 5px 10px;
   margin: 5px;
   display: block;
   color: #000000;
   background-color: #c0c0c0;
   font-size: 16px;
   font-style: italic;
   font-family: serif, cursive, fantasy;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
}

a.navbutton: link { color: #000000;
}

a.navbutton: hover { color: #008000;
   border: 2px inset #CCCCCC;
}

a.navbutton: visited { color: #ffff00;
}

.navbuttonsub { margin: 5px;
   display: block;
   width: 140px;
   margin-left: 15px;
   color: #000000;
   font-style: italic;
   font-family: serif, cursive, fantasy;
   text-decoration: none;
   text-align: left;
}

.navbarright { text-decoration: none;
   margin: 10px;
   display: block;
}

a.navbarright { color: #000000;
   text-decoration: none;
   font-weight: bolder;
}

a.navbarright:hover { color: #008000;
   text-decoration: none; 
   font-weight: bolder;
}

a.navbarright:visited { color: #ffff00; 
   text-decoration: none; 
   font-weight: bolder;
}

#rightcolumn { float: right;
   min-width: 160px;
   width: 20%;
   padding: 5px;
   text-align: left;
}

#midcolumn { margin-left: 25%;
   margin-right: 25%;
   padding: 5px;
}

#midcolumnmain { margin-left: 25%;
   margin-right: 15%;
   padding: 5px;
}

#footer { clear: both;
   font-size: .60em;
   font-style: italic;
   text-align: center;
}