@font-face
{
    font-family: 'brushtip-C';
    src: url('/BTCTRIAL.ttf') format('ttf');
    src: url('/BTCTRIAL.otf') ofrmat('otf');
}
img.center
{
    display: block;
    Margin-left:auto;
    margin-right:auto;
}
*
{
    margin: 0px;
    padding: 0px;
}
#Top_Banner
{
    background-color: white;
    height: 100px;
    text-align: left;
    font-size: 75px; 
    font-family: Times New Roman;
    border-bottom: forestgreen;
    border-bottom-width: .1em;
    border-bottom-style: solid;
}
#Copyright
{
    position: relative;
    bottom: 430px;
    text-align: center;
    border-top: forestgreen;
    border-top-style: solid;
    border-top-width: .5em;
}
#Menu
{
    position: relative;
    left: 5;
    width: 100px;
    line-height: 1.5
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
#Content
{
    position: relative;
    left: 108px;
    top: -490px;
    text-align: center;
    width:75%;
    font-family: Times New Roman;
    font-size: 32px;
}
.menu-item
{
    background: #fff;
    width: 100px;
}
.menu-item h4
{
    background: forestgreen;
    color: #fff;
    padding: 7px 12px;
    text-align: center;
    /*Gradient*/
    background: forestgreen; /* Old browsers */
    background: -moz-linear-gradient(top, forestgreen 0%, #088a1b 44%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,forestgreen), color-stop(44%,#088a1b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, forestgreen 0%,#088a1b 44%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, forestgreen 0%,#088a1b 44%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, forestgreen 0%,#088a1b 44%,#000000 100%); /* IE10+ */
    background: linear-gradient(top, forestgreen 0%,#088a1b 44%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='forestgreen', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.menu-item h4:hover 
{  
    background: #cc002c; /* Old browsers */
    background: -moz-linear-gradient(top,  #088a1b 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#088a1b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #088a1b 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #088a1b 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #088a1b 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(top,  #088a1b 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*ul Styles*/
.menu-item ul 
{
    background: #fff;
    font-size: 13px;
    line-height: 30px;
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
    height: 0px;    
}
 
.menu-item ul a 
{
    margin-left: 20px;
    text-decoration: none;
    color: black;
    display: block;
    width: 200px;
}
#clan-menu-item ul 
{
    height: 220px;
}
#category-menu-item ul
{
    height: 150px;
}
 
/*li Styles*/
.menu-item li 
{
    border-bottom: 1px solid #eee;
}
 
.menu-item li:hover 
{
    background: #eee;
}

.menu-item a
{
    text-decoration: none;
    color: white;
}

.Article p
{
    font-family: Times New Roman;
    font-size: 14px;
    padding-bottom: 10px;
}

.Article h4
{
    margin-top: 15px;
    margin-bottom: -20px;
}