﻿
body
{
    margin: 0px;
    background-color: #CCCCCC;
    font: 100% LucidaGrande, 'Lucida Sans Unicode' , Verdana, Arial, sans-serif;
    font-size: 14pt;
}

#container
{
    background-color: #FFF;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-top:none;
    margin: 0 2px;
    padding: 0 10px;
}

#container a
{
    text-decoration: none;
}
#container a:link
{
    text-decoration: none;
}


p
{
    margin-top: 0;
}
a
{
    color: #0066CC;
}


a:hover
{
    color: #FF6600;
}
img
{
    border: 0px;
}
h1
{
    font: 1.8em Georgia, "Times New Roman" , Times, serif;
    color: #FF6600;
}
h2
{
    font-size: 1.1em;
    margin-bottom: 0;
}

/*------------------*/


#pageHeaderIndex
{
    height: 65px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#grid-n-picts
{
    background-color: #2c5587;
    display: block;
    width: 970px;
    min-height: 300px;
}

#leftColumnMenu
{
    width: 750px;
    height: 345px;
    background-color: transparent;
    background-image: url("lineDivider.gif");
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: 0% 0%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d1d3d4;
}

.float2
{
    float: right;
}

.section
{
    min-height: 100px;
    width: 175px;
    float: left;
    display: block;
}

#content .section
{
    min-height: 106px;
    width: 182px;
    float: left;
    display: block;
}


/*------------------*/
#comment
{
    width: 650px;
    margin-left: 210px;
    font-size: 1.1em;
    line-height: 1.8em;
    margin-top: 20px;
}

#link
{
    float: left;
    width: 150px;
    background-color: #efefef;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #ccc;
}

