/* Updated 14 January 2008 */

body {text-align: justify; min-width:800px;} /* left | right | center | justify */


/* Float Box Classes */

.right {float: right;  /* left | right | none */
        margin: 0em 0.5em 0em 0.5em; /* top right bottom left */
        clear:;} /* left | right | both */
/* End Float Box Classes */ 


/* NEW FLOAT BOX CLASSES */
.container {width:100%; text-align:; 
           }
.tt_navibar2{float: left;
             margin: 0em 0em 0em 0em; /* top right bottom left */
             background-color: #FFFFFF;
             padding: 0 0 0 0;
			 text-align: left;
			 width:5px;
			 }
.lifestyle{float: right;
           padding:0.75em;
		   background-color:#CCCCCC;
		   width:225px;
		   }

.magazine{margin: 0px 225px 0px 5px;
      /* border-right:1px solid #000000;
      border-left:1px solid #000000;
      border-width:thin; /*thin medium thick */
      }

.footer{width:100%;
        clear:both;
	    padding: 20px 0 0 0; 
		text-align:justify;
		}
			   
			   
 /* END NEW FLOAT BOX */
             
			 

/* NAVIGATION CLASSES*/


li.off{display:inline;
       text-align:center;
	   font-size:9pt;
	   font-family:helvetica, sans-serif;
	   padding: 0 1.5em 0 1.5em;}
   


/* END NAVIGATION CLASSES*/



/* Table Classes */      
table {margin:0.5em 0.5em 0.5em 0.5em;}
td {text-align:justify;
    vertical-align:top;
	font-family:sans-serif;
	font-size:9pt;
	}   
/* End Table Classes */
    
a{text-decoration:none;}
em{font-weight:bold;} 
img{border:4px solid; border-color:transparent;}

/* Paragraph Classes */
p{font-family:sans-serif;
  margin-left:0.5em;width:auto;margin-right:0.5em;
  vertical-align: ; /* baseline | sub | super | top | text-top | middle | bottom | text-bottom */
  font-size:10pt;}
				
.noindent{margin-left:0.5em;width:auto;margin-right:0.5em;
        font-size: 10.5pt;
        color:black;
        background-color:white;
        }
.sidebar{background-color:#CCCCFF;
           border-top:4px solid black; /* border-width border-style border-color */
           border-bottom:4px solid black; /* dotted | dashed | solid | double | groove | ridge | inset | outset */
           padding:0.5em 0.5em 0.5em 0.5em; /* top right bottom left */
           text-align:left; /* left | right | center | justify */
     	   font-family:serif;
           width:250px;
		 } 
        

/* End Paragraph Classes */        

div.break{margin-left:0.5em;width:auto;margin-right:0.5em;
        background-color:white;}

h1, h2, h3, h4{margin-top: 0.5em;
               margin-right: 0.5em;
               margin-bottom: 0.5em;
               margin-left: 0.5em;
               line-height: ;
               width:auto; 
               font-family:Times, serif;}



               
               
.section{margin:0.1em 0.5em 0.1em 0.5em;
         color:#000000;
         background-color:;
         line-height:1.5em;
		 text-align:right;
		 font-variant:small-caps;
		 }
.sectionbar{font-family:Georgia, serif;
        line-height: 0.75em;
        color:#FFFFFF;
        background-color:#003366;
        text-decoration:underline;
        }

.marginl{margin:0.5em 0 0.5em 0.5em;
        }		
.lineupl{border-bottom:1px solid black;
        margin:0.5em 0 0.5em 0.5em;
		}
.lineupr{border-bottom:1px solid black;
        margin:0.5em 0.5em 0.5em 0;
		}	
.marginr{margin:0.5em 0.5em 0.5em 0;
        }
.lineup0{border-bottom:1px solid black;
        margin:0.5em 0em 0.5em 0;
		}		
.margin0{margin:0.5em 0em 0.5em 0;
        }




        
        
        










/* Pseudo class declarations */   
                
a:link, a:visited{                    /* :link==unvisited link; :visited==visited link */
               color: #0000FF;
               background:#FFFFFF;
               } 
a:hover, a:active{font-weight:bold;    /* :hover==mouse-pointed link :active==mouse-clicked link */            
                color: #0000FF;
                background:#FFCC99;
                text-decoration:underline;
                }
                
a.navibar:link, a.navibar:visited{                    
               color: #FFFFFF;
               background:#003366;
               } 
a.navibar:hover, a.navibar:active{font-weight:bold;                
                color: #FF9933;
                background:#003366;
                text-decoration:none;
                }

	
                
/* End Pseudo class declarations */                            