/*
** Standard CSS file for mefopolis sites
**
** Color Palette derived from www.colorsontheweb.com/colorwizard.asp
**   Base color is 0709B4, used in title bars
**   Logo color is derived from 5B5DF8 using Kimberley (modern) font on the Gradient Bevel logo style from www.cooltext.com
*/

body
{
  font-family: arial, sans-serif;
  font-size: 100%;
  background: url(stripes.gif);
}
div.logo
{
  background: url(m72new.gif);
  background-repeat: no-repeat;
  height: 72px;
  width: 690px;
}
div.title
{
  padding: 1px 1px 2px 4px;
  background: #0709B4 url(0709B4-8B8CFD30.png) repeat-x;
  font-size: 1.1em;
  color: white;
  margin-top: 18px;
  margin-bottom: 2px;
}
div.text
{
  padding: 4px;
  background: #EEEEFE;
}
div.gradient
{
  background: #EEEEFE url(D5D6FD-EEEEFE100.png) repeat-x;
}
div.footer
{  
  margin-top: 3em;
  font-size: 0.8em;
  font-weight: lighter;
  font-style: oblique;
}
h1
{
  font-size: 1em;
  text-decoration: underline;
  margin: 0.2em 0 0 0;
}
p
{
  margin: 0 0 0.5em 0;
}
ul
{
  margin: 0 0 0.4em 0;
  margin-left: 1em;
  padding-left: 0;
}
li
{
  list-style: square;
}
table
{
  padding: 1px;
  border: 1px solid black;
  border-collapse: collapse;
}
td
{
  background-color: silver;
}
