﻿body 
{
    margin:0px;
    background-color:Black;
}
.pagetitle
{
    color:Lime;
    background-color: Black;
    padding: 12px;
    font:1.45em Arial,Helvetica,Geneva,sans-serif;
    position:relative;
    top:10px;
    left:20px;
    width:80%;
}
div.layout
{
    margin: 0px;
}
div.index
{
    margin: 0px;
    background-color: Black;
    left: 50px;
    position: relative;
    top: 20px;
}

p.comingsoon
{
    color: Gray;
    background-color: Black;
    padding: 5px;
    font: 12px Verdana;
    position: relative;
    top: 0px;
    left: 10px;
    clear: both;
    width: inherit;
}
p.comingsoontitle
{
    color:Yellow;
    background-color:Black;
    padding:5px;
    font : 14px Verdana;
    font-weight :bold;
    position:relative;
    top:0px;
    left:5px;
    clear:both;
    width: inherit;
}
div.content
{
    color:Gray;
    background-color:Black;
    padding:12px;
    font : 12px Verdana;
    position:relative;
    top:10px;
    left:25px;
    width:80%;
    clear:both;
}
div.links
{
    color:Gray;
    background-color:Black;
    padding:12px;
    font : 12px Verdana;
    position:relative;
    top:10px;
    left:50px;
    width:80%;
    clear:both;
}

p.copytext
{
    
    text-align: justify;
}
p.footertext
{
    color: Orange;
    text-align: right;
    font-style:italic;
}
img.copytext
{
    padding-right:10px;
   
}
h2
{
    font: 14px Verdana;
    color: Gray;
    font-weight: bold;
    border-bottom: thin solid;
}
h3
{
    font: 14px Verdana;
    color:Yellow;
    font-weight:bold;
}
p.quotetext
{
    font-style:italic;
}

p.seotext
{
    color: #000000;
}

a:link {color: #DCDCDC}
a:visited {color: #DCDCDC}
a:hover {color: #DCDCDC}
a:active {color: #DCDCDC}
