﻿body
{
    font-size: 10pt;
    color: White;
    font-family: Verdana;
    background: Black;    
}

a:link
{
    color:Red;
}
a:visited
{
    color:Red;
}
a:hover
{
    text-decoration: none;
    color: White;
}
a:active
{
    text-decoration: none;
    color: Red;
}

h1, h2, h3, h4, h5, h6
{
   margin: 0px 0 0px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 2px;
}

#body
{
    width: 776px;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    Margin-left: 10px;
    float: left;
    width: 310px;
    /*position: relative; */
}

#columnright
{
    margin-left: 335px;
  /*  position:relative; */
}

#columnfull
{
    Margin-left: 10px;
    float: left;
    width: 765px;
  /*  position:relative; */
}
.leftblock
{
    border: 1px solid white;
    padding: 5px;
    margin-bottom: 10px;
    background: #5b5a5a;
    vertical-align: top;
    color:White;
}

 .rightblock
{
    border: 1px solid white;
    padding: 5px;
    margin-bottom: 10px;
    background: #5b5a5a;
    position: relative;
    color:White;
}

 .fullblock
{
    border: 1px solid white;
    padding: 5px;
    margin-bottom: 10px;
    background: #5b5a5a;
    position: relative;
    color:White;
}

.centered
{
    text-align: center;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}
/* News Alerts */
#newsflash
{
    margin-left: 10px;
    width: 820px;
    height: 35px;
}
/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}   
