
/* @charset "utf-8"; CSS Document */

body {
	background: #200000 fixed;
	background-image: url(/images/BGImage.jpg);
	background-repeat: no-repeat;
	margin: 0;
	color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.nav1
{
	color: White;    
}

.socials {
	position: fixed;
	bottom: 0px;
	left: 0px;
}
.container 
{
    position: relative;
    left: 38px;
    margin: 0;
    bottom: 0;
    height: 100%;
    max-width: 1100px;
    min-width: 760px;
    
}

.header 
{
    height: 129px;
}

.contentDiv
{
    margin: 45px 10px 0px 0px;
    width: 760px;
    background-image: url(/images/fade.png);
}

.contentHead
{
    position: relative;
    top: -20px;
    margin-left: 15px;
    font-family: Pyxid, Arial, Tahoma, Helvetica;
    font-size: 28px;
    font-weight: bold;

    color: #ffff99;
}

.contentBody
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
}

.contentBody p
{
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.sidebar 
{
    
}

.newsDiv
{
    margin: 45px 10px 0px 0px;
    width: 760px;
    background-image: url(/images/fade.png);
}

.newsHead
{
    position: relative;
    top: -15px;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 20px;
    font-weight: bold;
    color: #ffff99;
    left: 15px;
}

.newsBody
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
}

.newsBody p
{
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.newsDate
{
    position: relative;
    top: -44px;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #f00;
    text-align:center;
    float:right;
    right: 15px;
}

.footer
{
    position: fixed;
    bottom: 0px;
    height: 20px;
    background-image: url(/images/fade.png);
    background-color: Black;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10px;
    color: #CCCCCC;
    font-variant: small-caps;
    width: 760px;
    text-align: center;
}

.footer a
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10px;
    color: #CCCCCC;
    font-variant: small-caps;
}

.floatLeft
{
    float: left;
}

.infoTD
{
    width:190px;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
}

.bodyTD
{
    
    text-align: left;
    vertical-align: top;
}

.picTD
{
    width:120px;
    text-align: left;
    vertical-align: top;
}


a.contentLink

{
    color: #ffff99;
}

ol
{
    margin-left:30px;
    list-style-type:disc;
}

