/* Allow percentage heights to work under xhtml transitional*/
html, body
        {height:100%} 


/* Standard Shell Body */
body.KwebShell                 
        {background-color:#D0D0C0;
         padding: 0px 0px;
         margin: 0px 0px;
         border: none;} 

/* Standard Shell Body */
body.KwebShellReadable                 
        {background-color:#D0D0C0;
         padding: 0px 0px;
         margin: 0px 0px;
         border: none;}

/* Break up Content Frame for better resize behavior */
table.KwebShellTable           
        {width:100%;height:100%;
         border: 0px solid #000000;
         border-collapse: collapse;}

/* Leftside Featured Text */
div.KwebLeftFeaturedText        
        {font: 85% Arial; 
         font-style:italic;
         font-weight:bold;
         color:#000000;
         margin-left:10px;
         margin-right:10px;
         margin-top:10px;}

/* Leftside Maroon Anchor Links Rollover Black */
div.KwebAnchor                  
        {font: 75% Arial;
         font-weight: bold;
         margin:10px 10px;
         line-height:150%}
a.KwebAnchor:link     
        {color: #B00039;}           
a.KwebAnchor:visited
        {color: #B00039;}        
a.KwebAnchor:active
        {color: #B00039;}  
a.KwebAnchor:hover
        {color: #404040;}

/* Anchor Link spacer */
div.KwebLinkSpacer       
        {font: 4px;}
    
/* Leftside tool buttons, eg. Bookmark, Printer Friendly */
div.KwebToolButton          
        {font: 70% Arial;  
         color:#000000;
         overflow:hidden;
         margin-left:10px;
         margin-bottom:2px;}      

/* Leftside flowing paragraphs */
div.KwebLeftParagraph       
        {font: 75% Arial;  
         color:#000000;
         margin-left:10px;
         margin-right:10px;
         margin-top:10px;}   

/* Leftside flowing paragraph spacer */
div.KwebLeftSpacer       
        {font: 6px;}

/* Content Box */
iframe.KwebContentBox       
        {border: none;}    

/* Rightside Photos and Captions */
div.KwebRightSide           
        {font: 70% Arial; 
         color:#000000;
         margin-top:10px; 
         margin-left:20px;}

/* Bottomside Content */
div.KwebBottomSide 
        {font: 70% Arial; 
         color:#000000;
         margin-left:5px;
         margin-right:1px;}

/* Karlsson CopyRight bottom of every page */
div.KwebCopyRight           
        {font: 55% Arial;
         color:#000000;           
         overflow:hidden;
         padding: 0px 0px;
         margin: 0px 0px;} 

/* Standard Enlarged Picture Body */
body.KwebPicShell              
        {background-color:#E8E8E8;
         padding: 0px 0px;
         margin: 0px 0px;} 

/* Standard Enlarged Picture Heading */
div.KwebPicShellHead
        {font: 90% Arial; 
         color:#B00039;
         margin-top:10px;}     

/* Standard Enlarged Picture Caption */
div.KwebPicShellText
        {font: 75% Arial; 
         color:#000000;}    
