html            {Background: #7399BD url('../images/clouds.jpg') repeat-x 0 0;}
body            {font-family: Verdana, Arial, Helvetica, sans-serif;}


/*
 * Preload Images ------------------------------------------- */

.hiddenPic      {display: none;}

/*
 * Link Definitions ----------------------------------------- */

a#home:link     {background-image: url('../images/clouds.jpg'); background-repeat: no-repeat;}
a#home:visited  {background-image: url('../images/clouds.jpg'); background-repeat: no-repeat;}
a#home:hover    {background-image: url('../images/clouds.jpg'); background-repeat: no-repeat;}
a#home:active   {background-image: url('../images/clouds.jpg'); background-repeat: no-repeat;}

a.gen:link      {color: #0A63C1; font-style: normal; text-decoration: none;}
a.gen:visited   {color: #0A63C1; font-style: normal; text-decoration: none;}
a.gen:hover     {color: #FF0000; font-style: normal; text-decoration: none;}
a.gen:active    {color: #0A63C1; font-style: normal; text-decoration: none;}

a.genul:link    {color: #0A63C1; font-style: normal;}
a.genul:visited {color: #0A63C1; font-style: normal;}
a.genul:hover   {color: #FF0000; font-style: normal;}
a.genul:active  {color: #0A63C1; font-style: normal;}

a.camhead:link      {color: #0A63C1; text-decoration: none;}
a.camhead:visited   {color: #0A63C1; text-decoration: none;}
a.camhead:hover     {color: #FF0000; text-decoration: none;}
a.camhead:active    {color: #0A63C1; text-decoration: none;}


/*
 * Header --------------------------------------------------- */

#div_header{
    margin: auto;
    width:  800px;
    height: 170px;
    background-image: url('../images/hdr.jpg');
    background-repeat: no-repeat;
}


/*
 * mainBodys ------------------------------------------------- */




/*
 * mainBody Panels ------------------------------------------- */




/*
 * Sidebar Panels Context ------------------------------------ */
#sidebar_left{
    width:  200px;
    height: 498px;
    background-image: url('../images/snowboard.gif');
    background-repeat: no-repeat;
}

#sidebar_left_txt{
    position: absolute; left: 15px; top: 30px;
    font-size: 80%;
    color: #0A63C1;
}


/*
 * Footers Panels -------------------------------------------- */

#div_footer{
    position: relative; top: 0px;
    margin: auto;
    width:  800px;
    height: 100px;
    background-color: #F8F8F8;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0', startColorStr='#ffffff', endColorStr='#A4CFFE');
}

#fot_text{
    position: relative; top: 70px;
    text-align: center;
    font-size: 60%;
    color: #0A63C1;
}