body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #C2CBD4;
}
h1 {
	font-size: 1.2em;
	color: #840000;
}
h2 {
	font-size: 1.2em;
}
#container {
	position:relative;
	width:760px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#maintext {
	width:750px;
	margin:5px;
	top:0px;
	background-color: #FFFFFF;
	border: 2px solid #660000;
	padding: 5px;
	height: auto;
	position: absolute;
}
#textcontent {
	width:580px;
	float: right;
	left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main{
	position:relative;
	width:270px;
	margin:15px;
	float: left;
	left: 15px;
}
#content{
	position:relative;
	width:290px;
	text-align: left;
	float: right;
	padding: 0px;
	left: 0px;
	margin-top: 15px;
}
#banner{
	width:750px;
	height:auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-left-color: #660000;
}
#wrapper{
	background-color: #FFFFFF;
	text-align: left;
	height: auto;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	width: 750px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#link1{
	position:absolute;
	width:88px;
	height:117px;
	left: 70px;
	top: 325px;
	vertical-align:middle;
}
#link2{
	position:absolute;
	width:88px;
	height:117px;
	left: 168px;
	top: 325px;
	vertical-align:middle;
}
#link3{
	position:absolute;
	width:88px;
	height:117px;
	left: 70px;
	top: 460px;
	vertical-align:middle;
}
#link4{
	position:absolute;
	width:88px;
	height:117px;
	left: 168px;
	top: 460px;
	vertical-align:middle;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
a:link {
	text-decoration: underline;
	color: #840000;
}
a:visited{
	color: #840000;
	text-decoration: underline;
}
a:hover{
	color: #1B242B;
	text-decoration: underline;
}

/* RIGHT NAVIGATION */
#rightnav{
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
	width: 750px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}
#rightnav p{
	font-size:0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
}
#rightnav a:link {
	text-decoration: none;
	color: #840000;
}
#rightnav a:visited{
	color: #840000;
	text-decoration: none;
}
#rightnav a:hover{
	color:  #1B242B;
	text-decoration: underline;
}
/*	END RIGHT NAVIGATION */

/*     LEFT NAVIGATION     */
#leftnav {
	width: 150px;
	float: left;
	margin-top: 10px;
	background-color: #E9ECEF;
	border: 1px solid #C2CBD4;
}
#leftnav ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
/* style, color and size links and headings to suit */
#leftnav a, #leftnav h2 {
	display: block;
	margin: 0;
	padding: 2px 3px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
}
#leftnav h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}
#leftnav a {
	color: #000;
	background: #E9ECEF;
	text-decoration: none;
}
#leftnav a:hover {
	color: #a00;
	background: #fff;
}
#leftnav li {
/* make the list elements a containing block for the nested lists */
	position: relative;
} 
#leftnav ul ul li ul li a{
	background-color:#FFFFFF;
}
#leftnav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}
div#leftnav ul ul ul,
div#leftnav ul ul li:hover ul ul{
	display: none;
}
div#leftnav ul ul li:hover ul,
div#leftnav ul ul ul li:hover ul{
	display: block;
}
/*	END LEFT NAVIGATION */
	
/*  NAVIGATION */
#navbar{
	width:750px;
	height:auto;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2CBD4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
}
#navbar a:link {
	text-decoration: none;
	color: #840000;
	font-weight: normal;
}
#navbar a:visited{
	color: #840000;
	text-decoration: none;
}
#navbar a:hover{
	color: #003366;
	text-decoration: underline;
}
/*	END NAVIGATION */
.inuktitut {
	font-family: nunacom;
}
.brown {
	font-size: 1.2em;
	color: #840000;
	font-weight: bold;
}
.navbar {
	color: #840000;
	font-size: 1em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.italicbrown {
	font-style: italic;
	font-size: 1.2em;
	color: #840000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.color {
	color: #840000;
}
.left {
	float: left;
	padding-right: 8px;
}
.arrow {
	background-position: center;
	position: relative;
	top: 7px;
}
