﻿*  
{
    margin: 0; 
    padding: 0;
    border: none;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 100%;
    color: #717174;
}

body 
{ 
    background-color: #606060;
}

#page 
{
	margin: 30px auto;
	text-align: left;
	width: 903px;
}

#header { clear: right; position: relative; }
#header img { position: absolute; z-index: 1; top: -23px; left: 33px; }


#flash
{
    background-image: url('/img/flash.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    width: 903px;
    height: 315px;
    position: absolute; 
    z-index: 0;
}

#flash img
{
    padding-left: 34px;
    margin-top: -28px;
}

#content
{
    background-color: #ffffff;
    padding-bottom: 50px;
    background-image: url('/img/content-bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 315px;
}

#main
{
    width: 542px;
    padding: 38px 33px 0 33px;
    float: left;
}

#side
{
    float: left;
    background-image: url('/img/side-bg.png');
    background-position: top left;
    background-repeat: no-repeat;
    width: 232px;
    padding: 38px 31px 0 31px;
}

#side h2
{ 
    color: #717074; 
    border-bottom: solid 1px #d4d4d5; 
    margin-bottom: 13px; 
    padding-bottom: 17px;
    line-height: 15px;
}

h1
{
    color: #72c167;
    border-bottom: solid 1px #d4d4d5;
    margin-bottom: 13px;
    padding-bottom: 17px;
    background-image: top right;
    background-repeat: no-repeat;
    text-indent: -9999em;
    width: 542px;
}

h2
{
    color: #72c167;
    font-size: 90%;
    line-height: 140%;
    padding-bottom: 10px;    
}

h3
{
    font-size: 80%;
    padding-bottom: 10px;     
}

p
{
    padding-bottom: 10px;
    line-height: 140%;
    font-size: 80%;
}

p span
{
    font-weight: bold;
}

p.heading
{
    color: #5fb153;
    font-size: 90%;
}

#main ul { margin-bottom: 10px; }

#main ul li
{
    margin-left: 15px;
    list-style-type: disc;
    font-size: 80%;
    line-height: 140%;
    color: #72c167;
}

#main li span { color: #717174; }

.clear { clear: left; }

#footer ul { margin: 10px 0 18px 0; }
#footer ul li { display: block; float: left; margin-bottom: 10px; }
#footer ul li.left { padding-right: 10px; }
#footer p { clear: left; font-size: 65%; text-align: right; }
#footer p a { color: #ffffff; text-decoration: none; }
#footer p a:hover, #footer p a:focus { text-decoration: underline; }

ul#menu { float: right; }
ul#menu li
{
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    font-size: 75%;
    margin-left: 20px;


}

ul#menu li a
{ 
    color: #ffffff; 
    text-decoration: none; 
    display: block;
    padding-bottom: 7px;
    font-weight: bold;
}

ul#menu li a:hover, ul#menu li a:focus, ul#menu li a.active
{
    border-bottom: solid 7px #5fb153;
    color: #5fb153;

}