
body {
	height:100%;
	text-align: center;
    background-color:#E4DFD3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
    color:#000000;
}
	

a:link    {    
    text-decoration:underline;
    color:#3333cc;
    }    
        
a:visited {    
    text-decoration:underline;
    color:#333399;
}    
        
a:active {    
    text-decoration:underline;
    color:#333399;
}    
        
a:hover {    
    text-decoration:underline;
    color:#3333cc;
}
      
p {
	margin:1em 0 0 0;
	padding: 0 0 0 0;
}

table {
	width:810px;

}

#logo1 {
	
}

#container {
	
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}

#main {
	vertical-align:middle;
	background-image:url(../media/tmp_bg_content.jpg);
	background-repeat:repeat-y;
}

#main td {
}

#top_header {
	background: url(../media/splash_img_header.jpg) #fff bottom left repeat-x;
	height:195px;
}

#top_header h1 {
	display:none;
}

#english {
	padding: 1em 1em .5em 3em;
	text-align:right;
}

#french {
	padding: 1em 3em .5em 1em;
	text-align:left;
}

.header {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.7em;
	line-height: 1.2em;
	width: 325px;
	color: #003663;
	font-weight: normal;
}

/* BOTTOM */
#bottom {	
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align:center;
	font-size: .8em;
	color: #999999;
	padding: 1em 1.5em;
}

#bottom a:link    {    
	text-decoration:  none;
	color:  #999999;
}    
        
#bottom a:visited    { 
	text-decoration:  none;
	color:  #999999;
}    
        
#bottom a:active    {    
	text-decoration:  none;
	color:  #999999;
}    

#bottom a:hover    {  
	text-decoration: underline;
	color: #666666;
}

.top_spacing {
	padding-top:100px;
}