﻿    body {
    background:#fff url(assets/images/site_bg.jpg) repeat-x left top;
    margin:0;
    font-family:arial;
    font-size:.8em;
    color:#333;
    }
    
   a 
   {
    color:#317baa;
    font-weight:bold;
   
  
   }
   a:hover
   {
    color:#74b0d7;
   
   }
    
    div.container {
    width:950px;
    margin-left:auto;
    margin-right:auto;
   
    }
    
    ul.contentpages li 
    {
        margin-bottom:10px;
    }
    
    #header {
    float:left;
    width:100%;
    background:url(assets/images/bg.gif) repeat-x bottom;
    font:bold 110% Tahoma;
    line-height:normal;
    }
    
    #header ul {
    margin:0;
    padding:4px 20px 0;
    list-style:none;
    }
  #header li {
    float:left;
    background:url(assets/images/norm_right.gif) no-repeat right top;
    margin-right:3px;
    padding-bottom:0;
    }
    
   #header a {
    display:block;
    background:url(assets/images/norm_left.gif) no-repeat left top;
    padding:5px 18px 4px;
    color:#fff;
    text-decoration:none;
    }
    
    #header a:hover {   
    color:#ccc;
   
    }
    
    #header #current {
    background-image:url(assets/images/norm_right_on.gif);
    color:#fff;
    }
  #header #current a {
    background-image:url(assets/images/norm_left_on.gif);
     padding-bottom:5px;
     color:#fff;
    }
    
   #header #current a:hover {
   color:#3f7d59;
   }
   
   .bold {
   font-weight:bold;
   }
   
   .italic {
   font-style:italic;
   }
   
   .underline 
   {
    text-decoration:underline;
   }
   
   div.mediation a 
   {
    color:#99ccff;
    font-weight:bold;
    text-decoration:underline;
   }
   
    div.mediation a:hover 
   {
    color:#6699ff;
    font-weight:bold;
    text-decoration:underline;
   }
   
   table#quiz 
   {
    width:680px;
   }
   table#quiz td 
   {
    border-bottom:1px solid #d1d1d1;
    padding-bottom:6px;
    padding-top:6px;
    vertical-align:top;
    font-size:90%;
   }
   
  h1 
  {
    font-size:150%;
    color:#8b6946;
    font-weight:bold;
    border-bottom:1px solid #baddc9;
  }
  
  h2 
   {
    font-size:125%;
    margin-bottom:4px;
    font-weight:bold;
   }
   
   .brown {color:#8b6946;}
   
   div#footer 
   {
    width:950px;
    margin-left:auto;
    margin-right:auto;
    border-top:1px solid #6699ff;
    margin-top:-40px;
    font-size:90%;
    color:#317baa;
    text-align:center;
    padding-top:4px;
    padding-bottom:4px;
    line-height:17px;
   }
   /*
   div#footer a 
   {
     color:#216e42;
     text-decoration:none;
   }
   
    div#footer a:hover 
   {
     color:#23874e;
     text-decoration:none;
   }
   */
   
   /* styles for bios on training page 
======================
*/

#sweden{
    		float:left;
    		width:720px;
    		padding:10px 0;
    		border:2px solid #c8cdd2;
    		margin-bottom:30px;
    	}
    	
    	#sweden dl{
    		float:left;
    		width:680px;
    		margin:10px 20px;
    		padding:0;
    	display:inline;/* fixes IE/Win margin bug */
    	}
    	
    	#sweden dt{
    		width:537px;
    		float:right;
    		margin:0;
    		padding:0;
    		font-size:130%;
    		letter-spacing:1px;
    		color:#627081;
    	}
    	
    	#sweden dd {
    		margin:0;
    		padding:0;
    		font-size:100%;
    		line-height:1.4em;
    		color:#666;
    	}
    	#sweden dd.img img{
    		float:left;
    		margin:0 8px 0 0;
    		padding:4px;
    		border:1px solid #d9e0e6;
    		border-bottom-color:#c8cdd2;
    		border-right-color:#c8cdd2;
    		background:#fff;
    	}
    	
  table.regform{
  width:100%;
  margin-top:30px;
  }
  table.regform td{
  padding:10px 0;
  }
  
  .bulletin{
  width:157px;
  padding:15px;
  font-size:110%;
  float:right;
  margin-left:15px;
  background:#34464b;
  text-align:left;
  color:#bde2ed;
  }
  
  .bulletin em{
  font-size:130%;
  font-weight:bold;
  font-style:normal;
  color:#6e95a0;
  }
  
  
  
  
  
