﻿/* '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Layout 
This stylesheet defines styles for various web page layouts (e.g., 1-column, 
2-column, 3-column web pages).
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/* Three-column layout */
table.containingblock {width:100%;}

td.leftcolumn
{   vertical-align: top;
    background-color: #ffffff;
    padding:0px 10px 0px 0px;
    width: 150px;}    
    
td.content
{   vertical-align: top;
    background-color: #ffffff;
    padding:0px 10px 10px 10px;}
    
td.rightcolumn
{   vertical-align: top;
    background-color:#ffffff;
    padding:0px 0px 0px 10px;
    width: 160px;}
    
td.rightcolumn120
{   vertical-align: top;
    background-color:#ffffff;
    padding:0px 0px 0px 10px;
    width: 120px;}
    
/* Spacer classes*/
.leftspacer {width:150px; height:1px; background-color:transparent;}
.middlespacer {width:400px; height:1px; background-color:transparent;}
.rightspacer {width:150px; height:1px; background-color:transparent; }
.rightspacer120 {width:110px; height:1px; background-color:transparent;}
.spacer200 {width:200px; height:1px; background-color:transparent;}
.spacer300 {width:300px; height:1px; background-color:transparent;}
.spacer400 {width:400px; height:1px; background-color:transparent;} 
.spacer430 {width:400px; height:1px; background-color:transparent;} 
.spacer440 {width:450px; height:1px; background-color:transparent;}  
.spacer450 {width:450px; height:1px; background-color:transparent;} 
.spacer500 {width:500px; height:1px; background-color:transparent;} 
.middlespacer700 {width:700px; height:1px; background-color:transparent;}
