﻿
* {margin:0;padding:0;} 

html, body 
{
    height: 100%;
    letter-spacing: 3pt;
}

a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

a:hover, a:active, a:focus 
{
	color: #cc0000;
	text-decoration: underline;
}

a:visited 
{
	color:#909
}

a img 
{
	border:0px;
}

.splashContainer 
{
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;            
}

.splash 
{
    position: absolute;
    top: 50%;
    width: 960px;
    height: 125px;
    margin-top: -63px; /* Half of splash height */  
}

.splashNoticeLink
{
	font-size: small;
}

.splashLangPadding
{
	padding-top: 15px;
	padding-bottom: 20px;
} 
             
.splashEnglishDiv
{
    width: 460px; 
    float: left; 
}

.splashFrenchDiv
{
    width: 460px; 
    float: right;
} 
 
img
{
    border:none;
}

h1 {
font-size: 1em;
font-weight: normal;
}

