/*** BACKGROUND ***/

body, td.main
{
 background: rgb(255,240,175) url(../_img_/{bg}/yellow.jpg);
}

table, div.footer, div.iewarning
{
 background: rgb(175,200,175) url(../_img_/{bg}/green.jpg);
}

div.bottom
{
 background: url(../_img_/{bg}/greentoyellow.jpg) repeat-x;
}

input, table.menu
{
 background: transparent;
}

/*** SIZE ***/

body
{
 margin: 0px;
 padding: 0px;
}

td.main, table.page
{
 width: 100%;
}

td.menu
{
 padding: 5px;
}

td.main
{
 padding: 15px;
}

table.page, table.menu
{
 border-spacing: 0px;
}

div.bottom
{
 height: 50px;
}

div.footer
{
 padding-top: 10px;
}

table.menu *
{
 padding: 0px;
}

table.menu td
{
 border-spacing: 0px;
 margin: -10px;
}

table.menu.text td.menu
{
 padding: 12px;
 line-height: 65px;
 width: 616px;
}

table.menu img
{
 margin-bottom: -10px;
}

p.nomargin
{
 margin-top: -4px;
 margin-bottom: -4px;
}

h1
{
 margin-top: 5px;
}

map, area
{
 display: none;
}

/*** COLORS ***/

body
{
 color: #000;
}
 
a:link, a:visited
{
 color: #000080;
}

a:hover
{
 color: #800000;
}

div.iewarning
{
 
}

/*** FORMATTING ***/

body, table, .menushort
{
 font: 10pt "Verdana", "Tahoma", sans-serif;
}

h1, h1 input, table.menu td.menu
{
 font: bold italic 30pt "Times New Roman", "Times", serif;
}

p
{
 font: 14pt "Garamond", serif;
}

.footer
{
 font-size: 8pt;
}

a
{
 text-decoration: none;
}

.nowrap
{
 white-space: nowrap;
}

.menushort
{
 font: 8pt "Tahoma";
}

/*** POSITION & ALIGNMENT ***/

td.menu
{
 vertical-align: top;
}

.footer, h1, .center, td.main, table.menu, table.menu td, table.gallery td
{
 text-align: center;
}

p
{
 text-align: justify;
}

table, div.menu, div.menu p.items
{
 margin-left: auto;
 margin-right: auto;
}

table.menu
{
 display: table;
}

div.iewarning
{
 font-size: 8pt;
 text-align: center;
 font-weight: bold;
}

/*** BORDERS ***/

td.main
{
 border-left: 2px groove #808080;
 border-bottom: 2px groove #808080;
 }

img, .noborder
{
 border: none;
}

h1.menu
{
 margin-left: auto;
 margin-right: auto;
 display: table;
 padding: 0px;
 border-spacing: 0px;
 border: 2px outset #fff;
}

h1.menu img
{
 margin-bottom: -10px;
 padding: 0px;
 border-spacing: 0px;
}

table.gallery img
{
 border: 1px solid transparent;
}

table.gallery img:hover
{
 border: 1px solid black;
}

table.gallery img
{
 padding: 7px;
}

table.gallery, body.view table.image, table.menu td.menu
{
 border: 2px outset #fff;
}

