﻿	body {
		font: 12px Arial, sans-serif;
		background:#fff;
		padding:0px;
		margin:0px;
	}

	#frame {

		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		
	}

	#contentbody {

		padding-top:10px;
		padding-bottom:20px;
		padding-left:20px;
		padding-right:20px;
		background:#fff;
		margin-left:auto;
		margin-right:auto;
	}

	#contentheader 
	{
		width:641px;
		background:#fff;
		width:641px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	
	#contentfooter
	{
		width:641px;
		margin-left:auto;
		margin-right:auto;
		padding-top:20px;
		padding-bottom:20px;
	}

	#contentheadernav {
		background:#fff;
		float:right;
	}

	#language {
		background:#fff;
		float:right;
	}

	.selected 
	{
		text-decoration:none;
		color: Black;
		cursor: default;
		
	}
	
	.notselected
	{
	
		text-decoration:underline;
		color:Blue;
		cursor:pointer;
		
	}

	a, a:link, a:visited, a:active {
		color: #330099;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		color: blue;
	}

	a.nav, a.navlink, a.nav:visited, a.nav:active, a.nav:hover {
		font-weight: bold;
	}
	
	a.navp, a.navp:link, a.nav:visited, a.navp:active, a.navp:hover {
		text-align: center
	}

	input {
		border-width: 1px;
		padding: 2px;
	}

	input.button {
		border-width: 1px;
		font-weight: bold;
		font-size:10px;
	}

	font.h1 {
		font-size:120%;
		font-weight: normal;
	}

	font.h2 {
		font-size:120%;
		font-weight: normal;
	}	
	 
	font.h3 {
		font-size:120%;
		font-weight: normal;
		text-align:center;
		
	}
	
	.dropdown{
	    width:270px;
	}
	
	table.search{
	    margin-left: auto;
        margin-right: auto;
        text-align: left;
	    width:100%;
	    padding:0;	
	}
	
    .center{ 
        text-align: center;
    }
    
    div.border{
        border-width: 1px;
	    border-style: outset;
	    border-collapse: separate;
	    border-color: black;        
        padding-top:15px;
        padding-bottom:15px;
        padding-left:15px;
        padding-right:15px;
    }
    
    td.searchLeftColumn{
        width:100px;
    }
    
    .detailColumn{
        width:170px;
        text-align:left;
    }
        
    div.resultHeader{
        font-weight:600;
    }  
      
    div.resultCount{
        font-weight:600;
    }
    
    div.instruction{
        font-weight:600;
    }
    
    .alternatingRow{
        background-color:#F0F8FF;
    }
    
    .inuktitut
    {
		font-family:Pigiarniq;
    }
    
    .english
    {
		font-family: Arial;	
    }
    
    div.intro
    {
		width: 80%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;	
    }
    
    div.language
    {
		float:right;
    }
    
    td.leftwide
    {
		padding-left:5px;
		text-align:left;
		width:50%;
		vertical-align:top;
    }
    
    td.yearhead
    {
		text-decoration:underline;
		font-weight: bold;
		font-size: 1.2em;
    }
 
    .languageButtons
    {
		margin-top:5px;
		padding: 3px 3px 3px 3px;
    }
    
    .automargin
    {
		margin-left:auto;
		margin-right:auto;	
    }
    
    .leasegridview
    {
		max-width:80%;
		margin-left:auto;
		margin-right:auto;	
    }