﻿html {
    margin: 0;
    padding: 0;
    background-color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    }
    
body {
    margin: 0;
    padding: 0;
    }

img {
    border: 0;
    }

#SuperContainer
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #AA262D;
    background: url("../../Images/bg_red.gif");
}

#Container {
    background: url("../../Images/bg_grad.gif") repeat-x;
    }
    
#Header {
    height: 116px;
    text-align: right;
    color: #FFFFFF;
    padding-right: 20px;
    }

#HeaderLanguageBox {
    padding-top: 20px;
    padding-bottom: 40px;
    }
    
#Content {
    overflow: auto;
    height: 100%;
	text-align: right;
	width: 720px;
	float: left;
    border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
    }
    
#LeftNav {
    width: 269px;
    float: left;
    }
 
#LeftCurve {
    height: 310px;
    background-image: url('../../Images/bg_left_curve_red8.gif');
	background-repeat: no-repeat;
    }
    
#LeftCurveLinks {
    padding-left: 20px;
    font-size: 9pt;
    }
    
#LeftNav a {
    color: #FFFFFF;
    text-decoration: none;
    }

#LeftNav a:hover {
    text-decoration: underline;
    }

.LinkContainer 
{
	height: 27px;
	padding-top: 8px;
	color: #FFFFFF;
}

.LinkContainerSmall
{
	height: 27px;
	padding-top: 7px;
	color: #FFFFFF;	
}
    
#Footer {
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: right;
    font-size: 6pt;
    }

#Footer a {
    color: #FFFFFF;
    text-decoration: none;
    }

#Footer a:hover {
    text-decoration: underline;
    }
    
#FooterLinks {
    color: #FFFFFF;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size:9px;
    }
    
#FooterText {
    font-size: 7pt;
    }

#txtSearch {
    width: 120px;
    font-size: 8pt;
    border: 1px inset #000000;
    }

#SafetyInfo 
{
	font-size: 8pt;
	text-align: left;
    margin-top: 100px;
    padding-left: 320px;
    }
    
    
  #Contentflash{    
    height: 100%;
	text-align: left;
	width: 720px;
	float: left;
    border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	
	

    }
