/*main structure*/

body
{
    background-color: #ccc;
    font-family: Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #444444;
    font-size: 12px;
    line-height: 140%;
    
}
a:link, a:visited, a:active
{
    color: #0078c1;
    text-decoration: none;
}
a:hover
{
    color: #000;
    text-decoration: underline;
}
h2
{
    text-transform: uppercase;
    font-size: 14px;
}
img
{
    border: none;
}
#wrapper
{
    width: 800px;
    margin: 20px auto 0 auto;
    padding: 0;
    background-color: #fff;
	
}

#shading{
width:900px;
margin: 0 auto;
background: url(imgs/bg.png) #CCCCCC no-repeat;

}
#footer
{
    width: 780px;
    background-color: #444444;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: Arial, Sans-Serif;
    font-size: 9px;
    margin: 0 auto;
}

/*end main structure*/

/*begin header*/
#header
{
    background-color: #d8d3a7;
}
.logo
{
    float: left;
    background-color: #0078c1;
    padding: 20px;
    width: 180px;
    height: 75px;
    margin: 0;
}
.subheader
{
    float: left;
    background-color: #B0B579;
    padding: 0 2px 0 0;
    margin: 0;
    color: #fff;
    line-height: 100%;
}
.subsubheader
{
    float: right;
    background-color: #d8d3a7;
    padding: 5px 20px 0 20px;
    width: 540px;
    height: 25px;
    margin: 0;
    text-align: right;
}

.clr
{
    clear: both;
}


/*end header*/

/*begin left side column*/
#left
{
    float: left;
    width: 220px;
    margin: 0;
    padding: 0;
    background-color: #fff6dc;
}
#left ul {

line-height:150%;


}
.btn
{
    margin: 5 auto;
    padding: 5px;
    text-align: center;
}
.btn a:link, .btn a:visited, .btn a:hover, .btn a:active
{
    text-decoration: none;
}
.toc
{
    padding: 10px 15px 20px 20px;
    background-image: url(imgs/toc-bg.jpg);
    background-repeat: repeat-x;
}
.ee
{
    background-color: #efe3c6;
    padding: 10px 15px 20px 20px;
    background-image: url(imgs/ee-bg.jpg);
    background-repeat: repeat-x;
}
.ee a{font-weight:bold; font-style:italic;}
.date
{
    font-size: 10px;
}
.boiler
{
    margin: 0;
    padding: 10px 15px 20px 20px;
    background-image: url(imgs/toc-bg.jpg);
    background-repeat: repeat-x;
}
#icf
{
    padding: 10px 20px;
    margin: 0;
    clear: both;
	font-size:11px;
   
}
/*end left side column*/

/*begin right side column*/
#right
{
    float: right;
    width: 545px;
    margin: 10px 15px 10px 10px;
    padding: 0;
    background-color: #fff;
}
.article
{
    padding: 20px 0 10px 0;
    border-bottom: dashed 1px #444444;
	

}
.left
{
    float: left;
    margin: 0 10px 5px 0;
}
.right
{
    float: right;
    margin: 0 0 5px 10px;
}


.block
{
    margin: 0 20px 0 40px;
    padding: 0 20px 0 20px;
    border-left: dotted 3px #ccc;
    float: left;
    width: 460px;
}
.block .lf
{
    float: left;
    height: 50px;
    margin-top: -20px;
    margin-right: 10px;
    padding-top: 45px;
    font-size: 100px;
    font-family: Georgia, Times New Roman, Serif;
    color: #ccc;
}

.block .rt
{
    float: right;
    margin-bottom: 10px;
    padding-top: 32px;
    font-size: 100px;
    font-family: Georgia, Times New Roman, Serif;
    color: #ccc;
}

.block p
{
    margin: 10px 0 0 0;
}
/*endright side column*/