﻿html, body
{
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 8pt;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #dbd9d0;
    color: #fff;
}

h1, h2, h3, h4, hr, cite, #bottommenu
{
    visibility: hidden;
    display: none;
}

table, tbody, tr, th
{
    margin: 0;
    padding: 0;
    font-size: 8pt;
    font-family: Tahoma;
}

td
{
    
    font-size: 8pt;
    font-family: Tahoma;
    margin: 2px;
}

a
{
	color: #fff;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
    color: #ccc;
	/*text-decoration: underline;*/
}

#header a:active
{
	text-decoration: none;
}


ul
{
    text-indent: 0;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li
{
    font-family: Arial;
    display: inline;
    text-transform: uppercase;
    margin-left: 2px;
    margin-right: 2px;
    border-left: solid 1px #999;
    padding-left: 8px;
}

jli:before
{
    content: "\0020 \0020 \0020 | \0020 \0020 \0020";
    margin-left: 0px;
    margin-right: 4px;
    color: #000;
}

li.first
{
    padding-left: 0px;
    border: none;
}

jli.first:before
{
    content: " ";
    margin-left: -4px;
}

li.last {
    margin-right: 0px;
}


#home
{
    margin: 0 auto;
    width: 750px;
    text-align: left;
}

#home #main
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 350px;
    margin-top: -175px;
    width: 750px;
    margin-left: -375px;
}

#pageimage
{
    width: 750px;
    height: 250px;
    background: url(Images/banners/banner.jpg) no-repeat;
    display: block;
}

#content
{
    height: 350px;
    background: url(Images/lorenzo_meo.gif) #444444 no-repeat 0 250px;
}

#newsticker
{
    margin-left: 450px;
    padding-top: 7px;
    width: 300px;
    height: 84px;
    overflow: hidden;
}

#newsticker ul
{
    text-indent: 0;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#newsticker li
{
    font-family: inherit;
    text-transform: none;
    margin: 0;
    padding: 10px 4px 0px 4px;
    display: block;
}

#newsticker li:before
{
    content: normal;
    margin: 0;
}

#header
{
}

#header a
{
	color: #000;
}

#header a:link
{
	text-decoration: none;
}

#header a:visited
{
	text-decoration: none;
}

#header a:hover
{
    color: #666;
	/*text-decoration: underline;*/
}

#header a:active
{
	text-decoration: none;
}


#uprightmenu
{
    display: block;
    width: 100%;
    text-align: right;
    font-size: 7pt;
    margin-bottom: 4px;
}

#downrightmenu
{
    position: absolute;
    margin-top: 370px;
    top: 0;
    left: 0;
    display: block;
    width: 250px;
    margin-left: 500px;
    text-align: right;
}

#downleftmenu
{
    position: absolute;
    margin-top: 370px;
    top: 0;
    left: 0;
}

