html, body {
    font-family: verdana, tahoma, sans-serif;
    font-size        : 12px;
    margin           : 0px;
    padding          : 0px;
    text-align       : center;
    font             : verdana, tahoma, arial, sans-serif;
}
#container
{
    width            : 786px;
    text-align       : left;
    margin-left      : auto;
    margin-right     : auto;
}

#header
{
    height           : 60px;
    width            : 100%;
    padding          : 0px;
    margin           : 0px;
}

#menubar
{
    margin-bottom    : 10px;
    height           : 20px;
    /*border-bottom    : 1px solid #B4B4B4;*/
}

#menu
{
    padding-top      : 1px;
    padding-bottom   : 1px;
}

#menu ul
{
    padding         : .2em 0;
    margin          : 0;
    list-style-type : none;
    color           : #FFF;
    width           : 100%;
    text-align      : center;
}

#menu li
{

    padding          : .1em 1em;
	position         : relative;
    padding          : 0;
    border-left      : 0px solid #B4B4B4;
    display          : inline;
    font-weight      : bold;
    font-size        : 12px;
    letter-spacing   : 0.00em;
}

#menu a, #menu a:link, #menu a:visited
{
   padding          : .1em .5em;
    color            : #333366;
    text-decoration  : none;
}

#menu a:hover
{
    background       : #818181;
    color            : #FFFFFF;
}

#menu li.selected
{
    display          : block;
    width            : auto;
    padding          : 2px 7px;
    background       : #FFFFFF;
    color            : #000000;
    border-bottom    : 1px solid #FFFFFF;
}

#menu br
{
    clear: both;
}

a, a:link, a:visited
{
    color            : #333366;
    text-decoration  : none;
	font-size:12px; 
}
A:hover {color: #0000AA; text-decoration: underline; font-size:12px; }


TD {font-family : verdana,arial;}
H1 {font-family: Verdana, Arial, Helvetica; font-size: 20px;}
H2 {font-size:16px; text-decoration:none; font-family:Verdana, Arial, Helvetica;}
H3 {font-size:14px; font-weight: bold; text-decoration:none; font-family:Verdana, Arial, Helvetica;}

