﻿body 
{
    padding: 0px;
    margin: 0px;
    background: #433729;
}
img
{
    border: 0px;    
}
a 
{
    color: #E40078;    
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
tr 
{
    vertical-align: top;    
}
#Content
{
    width: 770px;
    margin: 0px auto 0px auto;
}
#Content, #Content td
{
    font-family: Arial, helvetica;
    font-size: 9.25pt;
    color:#333333;
}
#Content #Header
{
    background: #ffffff;    
    text-align: center;
}

#Menu
{
   background-color:#E40078;
    height:20px;
    margin:0;
    padding:5px;
    text-transform:uppercase;
}
#Menu a
{
    color: #ffffff;  
    text-transform: uppercase;
    text-decoration: none;
}
#Menu li
{
    float: left;
    display: inline-block;    
    padding: 3px 6px 3px 6px;
}

#Menu .Current a
{
    color: #FCF500 !important;    
}

#Menu li ul /* hide any sub-sections */
{
    display: none;    
}
#Footer
{
    font-size: 10px;
    margin: 5px 20px 5px 20px;
}
#Footer, #Footer a
{
    color: #ffffff;
}

h1
{
    font-family: "Arial Narrow", Arial, Helvetica;
    color: #E40078;
    margin: 0px 0px 5px 0px;
    font-weight: normal;
}
h2
{
    font-family: "Arial Narrow", Arial, Helvetica;
    color: #E40078;
    margin: 0px 0px 5px 0px;
    font-size: 13pt;
}

hr 
{
    border-top: 1px solid #717171;
    border-bottom: 0px;
}

.BoxGray { background: #E9E7E6 url(/images/box-gray-tl.gif) no-repeat 0px 0px; }
.BoxGray div { background: url(/images/box-gray-tr.gif) no-repeat 100% 0px; }
.BoxGray div div { background: url(/images/box-gray-bl.gif) no-repeat 0px 100%; }
.BoxGray div div div { background: url(/images/box-gray-br.gif) no-repeat 100% 100%; }
.BoxGray div div div table { border-spacing: 10px; border: 0px; }
.BoxGray div div div table div { background: #ffffff url(/images/box-white-br-ongray.gif) no-repeat 100% 100%; }
.BoxGray div div div table div p { margin: 5px; }
.BoxGray div div div table div p a {color:#666666; display:block; font-weight:bold; padding:5px; text-align:right; font-size: 10px; }
.BoxGray div div div table div p img { margin-top: 5px;}

.BoxWhite { background: #ffffff url(/images/box-white-tl.gif) no-repeat 0px 0px; }
.BoxWhite div { background: url(/images/box-white-bl.gif) no-repeat 0px 100%; }
.BoxWhite div div { background: url(/images/box-white-br.gif) no-repeat 100% 100%; }
.BoxWhite div div table { border-spacing: 10px; border: 0px; }

.ArticleList p
{
    margin: 0px;
}
.ArticleList em
{
    display: block;
    color: #E40078;    
    font-style: normal;
}
.GalleryThumb
{
    margin-top: 5px;    
    /*margin-right: 5px;    */
    padding: 2px;
    border: 1px solid #ffffff;    
    display: inline-block;
    float: left;
}
.GalleryThumb:hover
{
    border: 1px solid #cccccc;    
}
.GalleryThumb img
{
    
}
.Copy, .Copy div
{
    background: transparent !important;    
}
.Copy img
{
    margin: 10px;    
}