body {
	background-color: #430882;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CEB5D7;
	font-size: small;
}


#logo {
    padding: 116px 0 0 0;
    overflow: hidden;
    background-image: url("images/AndrewWaleLogoLgePurp.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:116px;
    z-index:2;		
}

a:link {color: #CEB5D7;
	font-weight:bold;
	
}

a:visited {color: #CEB5D7;
	   text-decoration: underline;
}

a:hover {color:#430882;
	 background-color:#CEB5D7;
	 
}

a:active {color:#430882;
	 background-color: #CEB5D7;
	
}
	
.formtag {width:120px;
          text-align:left;
	  line-height:2.0ems;
	  float:left;
}

  

input.txt  {margin 10px 50px 5px 5px;
	    background-color:#CEB5D7;
	    color:#430882;
	    width:55%;
	    float:left;
}

input.rad  {margin 10px 50px 5px 5px;
	    background-color:#CEB5D7;
	    color:#430882;
	    width:10%;
	    float:left;
}

input.btn  {margin 10px 50px 5px 5px;
	    background-color:#CEB5D7;
	    color:#430882;
	    font-weight:bold;	
	    width:20%;
	    float:left;
}


.inpmulti  {background-color:#CEB5D7;
	    color:#430882;
	    width:95%;
}


#prefbox {border-style:solid;
          border-color:#430882;
          border-width:1px;
          width:240px;
}

#Contact {float:left;
	  width:28%;
	  margin:25px 5px 5px 5px;
	  padding:15px;
	  border-style:solid;
	  border-color:#CEB5D7;
	  border-width:2px;
}

#MenuBar {width:14%;
          padding-top:60px;
	  position:relative;
	  background-image:url("images/Header.jpg");
	  background-repeat:repeat-y;
	  float:left;
	  top:-50px;
	  text-align:center;
	  height:1000px;
	  z-index:1;
}

#Mainsect {float:left;
	  margin-left:15px;
          margin-right:15px;
	  margin-top:25px;
	  margin-bottom:25px;
	  width:48%;
}	

#Mainsecth {float:left;
	  margin-left:15px;
          margin-right:15px;
	  margin-top:25px;
	  margin-bottom:25px;
	  width:76%;
}	

#Text1   {padding:15px;
	  width:95%;
	  	
}

#Picturemain   {border-style:ridge;
	        border-color:#CEB5D7;
	        border-width:3px;
	        width:405px;
	    
} 
	 


#top     {margin:0;
	  padding-left:28%;
	  Padding-top:20px;
	  background-image:url("images/HeaderTop.jpg");
	  background-repeat:repeat-x;
	  z-index:1;
	  height:150px;
	  border:none;
	  
}

	  
#addressbar {color:ceb5d7;
	     border-style:solid;
	     border-color:ceb5d7;
	     border-width:2px;
	     text-align:center;
	     
}
	     
#menubox   {background-color:#430882;
	    width:95%;
	    z-index:2;
	    text-align:center;
	    line-height:1.2em;
	    float:left; 
	    /* for IE */
  	    filter:alpha(opacity=60);
  	    /* CSS3 standard */
  	    opacity:0.6;
 	     /* for Mozilla */
 	    -moz-opacity:0.6;	
	    
}		

#Picture   {position:relative;
	    left:60px;
	    top:25px;
	    margin-bottom:30px;
	    	    
}

#Footer   {border-style:solid;
	   border-color:#ceb5d7;
	   border-width:1px;
	   position:relative;
	   float:left;
	   width:700px;
	   left:60px;
	   top:30px;
	   text-align:center;
}

#MenuBarShort {width:14%;
               padding-top:60px;
	       position:relative;
	       background-image:url("images/Header.jpg");
	       background-repeat:repeat-y;
	       float:left;
	       top:-45px;
	       text-align:center;
	       height:900px;
	       z-index:1;
}

#MenuBarVst    {width:14%;
               padding-top:60px;
	       position:relative;
	       background-image:url("images/Header.jpg");
	       background-repeat:repeat-y;
	       float:left;
	       top:-45px;
	       text-align:center;
	       height:580px;
	       z-index:1;
}

.Picalign     {width:300px;
	       position:relative;
	       left:20px;		
               float:left;
	       text-align:center;
	       padding:5px;
               margin:20px:
}

.pheight     {height:350px;
}

#MenuBarLong  {width:14%;
               padding-top:60px;
	       position:relative;
	       background-image:url("images/Header.jpg");
	       background-repeat:repeat-y;
	       float:left;
	       top:-45px;
	       text-align:center;
	       height:1750px;
	       z-index:1;
}

#MainText     {margin-left:30px;
		 
               
}      



.spacer  {float:left;
	  margin:5px;
	  width:100px;
	  height:10px;
          background-color:red;
}

#EngFlag
	      {
            width:39%;
	    float: left;
	    text-align:right;
	    height : 120px;
	   	    		
	      } 

#flagpadcent
	      {
	    width:15%;
	    float: left;
	    height : 120px;
	    background-color:#430882;	
	       }			

#FrenchFlag
	      {
            width:39%;
	    float: left;
	    text-align:left;
	    height : 120px;	
	      } 
	    

      	
#footerh       {
	  position: relative;
	  float:left;	
	  bottom: 0;
	  width: 60%; /* See note below */
	  text-align: center;
	  padding: 0 20%;
              }

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 60%. 
 */
#footerh {
    \width: 100%;
    w\idth: 60%;
}

#HomeEngTxt {width:39%;
	     position:relative;
	     float:left;
	     text-align:right;
	     padding-top:30px;
	     
	    }	 
#HomeFrTxt  {position:relative;
	     float:left;
	     text-align:left;
	     padding-top:30px;
	    }	    	     	  
