/* General CSS */


/* Body  background for all pages 

   IMPORTANT: for IE less than 6 you have to upgrade
   also JPG imgs because of no PNG support... :-/
   
*/

@import url(bkg.css);

/* GENERIC */

.centered
{
  text-align: center;
  /*left: 50%;*/
}

/* FORM */

.form
{
  color: #000000;
  background: #eeeeee;
  border: 1px #444444 inset;
  margin-bottom: 2px;
  
}

/* TEXT */

body
{
  font-family: sans-serif;
}

h1
{
  text-align: center;
  font-size: 2em;
}

h2
{
  text-align: center;
  font-size: 1em;
  font-style: italic;
}

h3
{
  text-align: center;
  font-style: normal;
  font-size: 1.2em;
}


/* BODY */

#body
{
  color: #000000;
  border: 0px;
  padding-top: 10px;
  width: 74%;
  float: right;
  text-align: left;
}


.duecol_1
{
  color: #000000;
  border: 0px;
  width: 49%;
  padding-top: 30px;
  float: left;
  text-align: center;
  font-size: 80%;
  line-height: 2em;
}

.duecol_2
{
  color: #000000;
  border: 0px;
  width: 49%;
  padding-top: 30px;
  float: right;
  text-align: center;
  font-size: 80%;
  line-height: 2em;
}

/* FOOTER */

#footer
{
  background-color: #5a2211;
  color: #cc9933;
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}


/* LINKS */

#linklist 
{
  background-color: #5a2211;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 80%;
  line-height: 2em;
  list-style: none;
}

#links
{
  width: 24%;
  float: left;
  font-size: 1.2em;
  border: 0px;
  padding-top: 20px;
  text-align: center;
}

a
{
  display: block;
  text-align: center;
  color: #cc9933;
}


#current
{
  color: #000aaa;
}

a:link
{
  color: #000000;
}
a:visited
{
  color: #000000;
}

a:hover
{
  font-style: italic;
  color: #0077ff;
}

/*
a:active
{
  color: #000aaa;
}
*/


