﻿body
{
    font-size: 11pt;
    font-family: Tahoma;
    text-align: center;
}
.Header
{
    text-align:center;
    font-size:14pt;
}
.LeftColumn /* MENU */
{
    float:left;
    width:146px;
    text-align:left;
    padding:2px;
	overflow:hidden;
}
.CenterColumn
{
    float:left;
    width:696px;
    min-height:696px;
    text-align:left;
    padding:2px;
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-bottom-color: #02287b;
    background-image: url( '/Images/bg.png' );
    background-repeat:repeat-y;
    background-position:bottom;
    overflow:hidden;
}
.RightColumn
{
    float:right;
    width:146px;
    text-align:left;
    padding:2px;
	overflow:hidden;
}
.Footer
{
    clear:both;
    text-align:center;
    font-size:8pt;
    color: #02287b;
}
.MainDiv
{
    clear:both;
    width:1000px;
    /*
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-bottom-color: #02287b;
    border-top-style: dotted; 
    border-top-width: 1px;
    border-top-color: #02287b;
    border-left-style: dotted; 
    border-left-width: 1px;
    border-left-color: #02287b;
    border-right-style: dotted; 
    border-right-width: 1px;
    border-right-color: #02287b;
    */
}
.ItemTitle
{
    font-size: 11pt;
    color: #AA0000;
}
a
{ 
    font-size: 11pt;
    color: #AA0000;
    text-decoration:none;
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-bottom-color: #02287b;
}

.ItemContent
{
    font-size:10pt;
}
.ItemDate
{
    font-size:8pt;
    font-style:italic;
}
.BlockHeader
{
    padding: 5px;
    font-size: 12pt;
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    color: #02287b;
    border-bottom-color: #02287b;
}
.spacer
{
    padding:5px;
}
.Menu
{
    width:146px;
}
.MenuHover
{
    background-color: #02287b;
    color: #ffffff;
    width:146px;
}
.StaticMenu
{
    font-size:11pt;
    width:146px;
}
.MenuSubHover
{
    /*background-color: #02287b;
    border:solid 1px black;
    color: #ffffff;
    width:146px;*/
    background-color: #02287b;
    color: #ffffff;
}
.StaticSubMenu
{
    /*background-color: #02287b;
    color: #ffffff;*/
    border: dotted 1px black;
    width:146px;
}
.Error
{
    font-weight:bold;
    font-size:16px;
}
.DottedUnderLine
{
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-bottom-color: #02287b;
}