body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #000011 url('images/lighthouse_v2.jpg') no-repeat center top;
    font-weight: regular;
    color: #ffff33;
    font-size: 1.0em
}		
a:link
{
    color: #33ccff;			/* was #3399ff */
}
a:visited
{
    color: #33ccff; 		/* was #3399ff */
}
a:hover
{
    text-decoration: none;
    color: #ff0000;
}
a:active
{
    text-decoration: none;
    color: #dd6600;
}
input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}
/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
   position: relative;
   z-index: -40;
}
h1
{
    font-size: 28px;
   z-index: 50;
    font-weight: bold;
   margin: 5px 0 5px 0;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    z-index: -60;
    font-size: 1.6em;
}
.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
    z-index: 50;
}
/************************************************************************
* Formatting common to most pages
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 768px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 50;
}
/* 2 column layout init 240 and 245 */
#columnleft
{
    float: left;
    width: 345px;
    position: relative;
    z-index: 50;
}
#columnright
{
    margin-left: 350px;
    position: relative;
    z-index: 50;
}
.leftblock
{
    /* border: 1px solid #DBDB79; */
    padding-top: 10px;
    margin-bottom: 10px;
    z-index: 50;
    vertical-align: top; padding-left:15px; padding-right:15px; padding-bottom:15px
}
.rightblock
{
    /* border: 1px solid #DBDB79; */
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 50;
    width:340px; padding-left:15px; padding-right:15px; padding-bottom:15px
}
