﻿body
{
    margin: 0px;
    background: transparent url(bg_left.gif) repeat-y scroll left top;
    
    font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Verdana,Arial,Sans-Serif;
    color: #716b6d;
    color: #050D24;
    font-size: 62.5%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    height: 100%;
}

a
{
    color: #576892;
}

#container
{
    width: 100%;
    background: transparent url(bg_body.gif) repeat-x scroll left top;
    float: left;
   /* margin:0 !important;*/
}

#header
{
    display: block;
    height: 80px;
    background-color:#FFF;
    padding: 28px 0px 28px 28px;
    width:573px;
}



#content
{
    margin:7px 0px 0px 0px;
    width: 760px;
    background: transparent url(bg_left.gif) repeat-y scroll left top;

}
#left
{
    font-size: 1.3em;
    /*line-height: 1.5em;*/
    width: 185px;
    float: left;
    background-color: #c3d9e5;
    /*position: absolute;*/
    left: 0;
    top: 143px;
    padding: 0;
    height: 100%; /* works only if parent container is assigned a height value */
}

.navmenu
{
    margin: 0px;
    padding: 0px;
    width:100%;
}


.navli
{
    /*display: block;
    width: 100%;*/
    margin: 0px;
    padding: 0px;
    background: none;
}

#left table.navli 
{
        background: transparent url(divider_2.gif) repeat-x scroll left bottom;
}

#left a.navli 
{
    display:block;
    padding:5px 0px 12px 5px;
   /* width:100%;*/
}

#left ul li.current, #left ul li:hover, .navlihov
{
    background: #e9d7bf url(divider_2.gif) repeat-x scroll left bottom;
}
#left ul li.current a, .navlisel
{
    color: #f06a22;
    background: #e9d7bf url(divider_2.gif) repeat-x scroll left bottom;
}
#left a
{
    font-weight: bold;
    text-decoration: none;
}
#left a:hover
{
    text-decoration: underline;
}
#main /*width:545px*/
{
    margin-left: 200px;
    padding: 0;
    font-size: 1.3em;
}

#main h1
{
    /*color: #FFF;
    padding: 0 0 2px;
    background-color: #6b90a9;
    font-size: 1.8em;
    font-variant: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
*/
    padding: 0 0 10px;
    border-bottom: solid 6px #f06a22;

}
#main h2
{
    font-size: 1.6em;
    padding: 0 0 10px;
    border-bottom: solid 4px #f06a22;
}
#main h3
{
    font-size: 1.4em;
}

#main p
{
    margin: 0pt 0pt 1em;
    text-align: left;
    line-height: 150%;
}

#footer
{
    margin-top: 80px;
    background: url(divider_1.gif) no-repeat;
    padding: 20px 0px;
}
h1
{
    margin-top: 0;
}
.last
{
    margin-bottom: 0;
}
.clearing
{
    height: 0;
    clear: both;
}



a.download-link {
padding:15px 15px 15px 60px;
background:transparent url(download-button.png) no-repeat scroll 0 0;
display:block;
height:63px;
padding:15px 15px 15px 60px;
text-decoration:none;
font-size:120%;
}

a.download-link:hover {
background-position:-300px 0;
cursor:pointer;
text-decoration:none;
}


a.download-link span {
line-height:1.1;
display:block;
height:49px;
padding:10px 20px 20px 20px;
line-height:1.2;
position:static;
cursor:pointer;
font-size:100%;
}

a.download-link strong {
padding-right:27px;
line-height:1.2;
}

a.download-link em {
display:block;
font-style:normal;
font-size:90%;
}

.msg 
{
    background: #fff6bf url(info.png) 8px 6px no-repeat;
	background-position: 0px 20px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 40px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	

}






@media print 
{
#content {width:100%}
#left {display:none}
#main {margin: 0px;}
}