﻿body 
{
    background-color: #ffffff;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11pt;
}

input
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11pt;
}

textarea
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11pt;
    width: 25em;
}

h1, h2, h3
{
    color: #0800bf;
/*  border-bottom: solid 1px #000000;*/  
}

h1
{
    font-size: 14pt;
}

h2
{
    font-size: 12pt;
}

h3
{
    font-size: 11pt;
}


#container
{
    position: absolute;
    left: 50%;
    width: 780px;
    margin-left: -390px;
}

#head
{
    background: url(./images/head.gif);
	background-repeat:no-repeat;
	background-position:bottom;
    width: 780px;
    height: 210px;
    text-align: right;
    vertical-align: top;
    margin-bottom: 5px;
}

/* title is an invisible section used to textually show the title of the page
   for the benefit of search engines */

#title
{
    display: none;
}

#body
{
    width: 780px;
    clear: both;
}

#menu
{
    float: left;
    width: 150px;
    font-size: 11pt;
}

#menu a
{
    height: 35px;    
    display: block;
    background: #ffffba url(./images/MenuBG.gif);
    color: #0800bf;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    vertical-align: middle;
}

#menu a:hover
{
    background: #ff0000 url(./images/MenuHotBG.gif);
    color: #ffffff;
}

#content
{
    float: right;
    width: 600px;
    clear: none;
    padding: 10px;
}

#foot
{
    clear: both;
    margin-top: 15px;   
    text-align: center;
    font-size: 10pt;
}

#slideshow
{
    float: right;
    text-align: center;
/*    border: solid 2px black;*/
    padding: 10px;
    margin-left: 10px;
/*    background-color: #ffffba;*/
}
a {
	text-decoration:none;
}
