body {
    margin:0;
    padding:0;  
    }

* HTML table { /*explorer bug fix*/
    font-size: 1em;
    }

TD {  /*Some browsers eg Firefox don't let tables inherit from parent*/
    font-size:80%;
    }
    
    
.base {
    background-color: #DDDDDD;  
    margin: 0 auto;
    }
    
.Main {
    background-color: #FEFEFE;
    float: right;
    width: 84%; 
    position: relative; 
    }
    
.header {
    color: #111111;
    background-color: #CCCCCC; 
    margin-left: 0;
    margin-right: 0;
    height: 20px; 
    padding-bottom: 0.5em;
    text-align: center;
    font-size: 175%;
    font-family:  Optima, "Franklin Gothic Book", Arial, sans-serif; 
    }

.navBar {
    background-color: #333333; 
    margin-left: 0;
    margin-right: 0; 
    font-family: Verdana, Arial, sans-serif; 
    }
    
.navBar a:link { 
        color: #DDDDDD;
        text-decoration:none;
        }
        
.navBar a:visited { 
        color: #DDDDDD;
        text-decoration:none;
        }
        
.navBar a:hover { 
        color: #999999;
        background-color: #333333;
        text-decoration: none;
        }
        
.navBar a:active { 
        color: #333333;
        }
    
.navBarContent {
    color: #DDDDDD; 
    margin-left: 17%;
    width: 100%;
    } 

.leftbar {
	background:transparent; 
	background-color: #DDDDDD;
	width: 16%;  
	float: left;
	font-size: 80%;
	text-indent: 1em; 
	text-align: left;
	font-family:  Verdana, Arial, sans-serif;
	padding-top: 1em;
	padding-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	}

.leftbar a:link { 
        color: #333333;
        }
        
.leftbar a:visited { 
        color: #333333;
        }
        
.leftbar a:hover { 
        color: #CCCCCC;
        background-color: #333333;
        text-decoration: none;
        }
        
.leftbar a:active { 
        color: #333333;
        }

.leftbar P {
	text-indent: 1.5em;
	line-height: 50%;
	}

.footer {
    font-size:80%;
    color: #EEEEEE;
    background-color: 333333;
    clear: both;
    text-align: center;
    }

.boxcontent a:link { 
        color: #333333; 
        }
        
.boxcontent a:visited { 
        color: #333333;
        }
        
.boxcontent a:hover { 
        color: #CCCCCC;
        background-color: #333333;
        text-decoration: none;
        }
        
.boxcontent a:active { 
        color: #333333;
        }
    
.headline { 
    font-weight: bold;  
    padding-top: 0.5em;
    }
    
.raised {
  background:transparent; 
  width:100%;
  }
  
.margins {
    font-family: "Gill sans", "Arial", sans-serif; 
    margin-left: 2%; 
    margin-right: 4%;
    margin-top: 2em;
    background-color: #FEFEFE;
    color: black; 
    font-size: 100%; 
    clear: both;
    padding-left:1em; 
    margin-bottom:1em;
    } 
    
.raised .boxcontent {
    font-family: "Gill sans", "Arial", sans-serif; 
    display:block;  
    background:#EEEEEE; 
    border-left:1px solid #FFFFFF; 
    border-right:1px solid #999999;
    }
  
.photobox {   
     padding-left: 1%;
     padding-right: 1%;
     margin-left: 1%;
     margin-right: 1%;
    } 
    

.photobox a:link { 
        color: #DDDDDD;
        text-decoration:none;
        border:none;
        }   
  
.data { 
    font-family: Courier,Geneva,sans;
    margin-left:3em;
    } 
    
.caption {
    font-family: Verdana,  Arial, sans-serif;
    color: #222222;
    font-size: 100%; 
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 0.5em;
    margin-bottom: 3em;
    text-align: center;
    clear: both;
    }
    
.box {
    margin:1%;
    padding-left:1em;
    padding-right:1em;
    border-width:1px;
    border-style:solid;
    border-color:#999999;
    }
    
.downloadBox   {
    margin:1%;
    padding-left:1em;
    padding-right:1em;
    border-width:1px;
    border-style:solid;
    border-color:#999999;
    }


.downloadBox a:link { 
        color: #333333;
        text-decoration:none;
        }
        
.downloadBox a:visited { 
        color: #333333;
        text-decoration:none;
        }
        
.downloadBox a:hover { 
        color: #999999;
        background-color: #333333;
        text-decoration: none;
        }
        
.downloadBox a:active { 
        color: #333333;
        }
        
    
.ImgRight { 
    position:relative;
    margin-top: 2em; 
    width: 33.3%;
    float: right; 
    padding-left:2.5%;
    padding-right:5%;  
    }   
    
#right { 
    position:relative;
    margin-top: 2em; 
    width: 42.5%;
    float: right; 
    padding-left:2.5%;
    padding-right:5%;  
    } 
    
#left { 
    position:relative;
    margin-top: 2em; 
    width: 42.5%;
    float: left;  
    padding-left:5%;
    padding-right:2.5%; 
    }
    
     
/*UL {
    list-style-position: inside;
    list-style-type: none; 
    line-height: 125%; 
    } 
*/
     
/* Tab navigation */
ul#tabList, li#tabList{border:0; margin:0; padding:0; list-style:none;}

ul#tabList {
    border-bottom:solid 1px #EEEEEE;
    height:29px;
    padding-left:20px;
    }
    
li#tabList {
    float:left; 
    margin-right:2px;
    }

.tab a:link, .tab a:visited {
    background:url(HTML_ELEMENTS/tab-round.png) right 60px;
    color:#BBBBBB;
    display:block;
    font-weight:bold;
    height:30px;
    line-height:30px;
    text-decoration:none;
    }
    
.tab a span {
    background:url(HTML_ELEMENTS/tab-round.png) left 60px;
    display:block;
    height:30px;
    margin-right:14px;
    padding-left:14px;
    }

.tab a:hover {
    background:url(HTML_ELEMENTS/tab-round.png) right 30px;
    display:block;
    color:#666666
    }

.tab a:hover span {
    background:url(HTML_ELEMENTS/tab-round.png) left 30px;
    display:block;
    }

/* ACTIVE ELEMENTS */
.active a:link, .active a:visited, .active a:visited, .active a:hover {
    background:url(HTML_ELEMENTS/tab-round.png) right 0 no-repeat;
    color:#666666
    }

.active a span, .active a:hover span {
    background:url(HTML_ELEMENTS/tab-round.png) left 0 no-repeat;
    }

/* End of tab navigation */
/* -------------------------------- */


P.FAQ {
    padding-top:0.5em; 
    }
    
.FAQ  A {
    border-top-style:solid;
    border-top-color:#BBBBBB;
    border-top-width:1px;  
    margin-left:2em;
    font-family:"Times New Roman", serif;
    font-style:italic;
    }

H1 {
    color: black;
    background-color: #99AAFF;
    padding: 10px;
    border: 1;
    text-align: center;
    font-size: 175%;
    font-family: "Trebuchet MS", Arial, sans-serif;
    }
    
H2 {
    font-family: Verdana,  Arial, sans-serif;
    color: #222222;
    font-size: 80%; 
    font-weight: normal;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 0.5em;
    margin-bottom: 3em;
    text-align: center;
    clear: both;
    }
    
H3 {
    font-family: Verdana,  Arial, sans-serif;
    margin-left: 2em;
    color: black; 
    text-align: center;
    font-size: 85%; 
    }
        
H3_5 {
    font-family: Verdana,  Arial, sans-serif;
    margin-left: 2em;
    font-weight: bold;
    color: black; 
    text-align: left;
    font-size: 95%;  
    }

H4 { 
	font-family: Verdana,  Arial, sans-serif;
	margin-left: 2em;
	color: black; 
	text-align: left;
	font-size: 85%; 
	margin-left: 2em;
	}
    
H5 {
    font-family: Verdana,  Arial, sans-serif;
    color: #222222;
    font-size: 80%; 
    font-weight: normal;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 0.5em;
    margin-bottom: 3em;
    text-align: center;
    clear: both;
    font-style:italic;  
    }
    
H6 {
    font-family: Verdana,  Arial, sans-serif;
    margin-left: 1em;
    color: black; 
    text-align: left;
    font-size: 80%; 
    }
    
/*curved top and bottom*/

.raised h1, .raised p {
  margin:0 10px;
  }
.raised h1 {
  font-size:2em; 
  color:#fff;
  }
.raised p {
  padding-bottom:0.5em;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {
  height:1px;
  }
.raised .b2 {
  background:#EFEFEF; 
  border-left:1px solid #fff; 
  border-right:1px solid #eee;
  }
.raised .b3 {
  background:#EFEFEF; 
  border-left:1px solid #fff; 
  border-right:1px solid #ddd;
  }
.raised .b4 {
  background:#EFEFEF; 
  border-left:1px solid #fff; 
  border-right:1px solid #aaa;
  }
.raised .b4b {
  background:#EFEFEF; 
  border-left:1px solid #eee; 
  border-right:1px solid #999;
  }
.raised .b3b {
  background:#EFEFEF; 
  border-left:1px solid #ddd; 
  border-right:1px solid #999;
  }
.raised .b2b {
  background:#EFEFEF; 
  border-left:1px solid #aaa; 
  border-right:1px solid #999;
  }
.raised .b1 {
  margin:0 5px; 
  background:#fff;
  }
.raised .b2, .raised .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.raised .b3, .raised .b3b {
  margin:0 2px;
  }
.raised .b4, .raised .b4b {
  height:2px; margin:0 1px;
  }
.raised .b1b {
  margin:0 5px; background:#EFEFEF;
  }