	
	body {
		margin:0;
		padding:0;
		font-family: Arial, Verdana, Helvetica,sans-serif;
		font-size: 10pt;
		background-color: #ffffff;
		//background-color: #472987;
		//background-color: #7e7e7e;
		//background-image: url(http://www.nunatsiaqonline.ca/pub/images/background.gif);
		//background-position: top center;
		//background-repeat: repeat-y;
	}
	
	h1 {
		margin:3px;
		margin-left: 0px;
		font-size:20pt;
		font-weight:normal;
		line-height:20pt;
		font-family: Times New Roman,Times,serif;
	}

	h2 {
		margin-top:6px;
		font-size:12pt;
		font-weight:bold;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}

	h3 {
		font-size:10pt;
		font-weight:normal;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}

	p {
		font-size:10pt;
		font-weight:normal;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}

	a { text-decoration: underline; color:black; }
	a:link { text-decoration:underline; color:black; }
	a:visited { text-decoration:underline; color:black; }
	a:active { text-decoration:underline; color:black; }
	a:hover { text-decoration: underline; color:#000099; }

	#maincontainer {
		width: 950px; /*Width of main container*/
		margin: 0 auto; /*Center container on page*/
		background: #ffffff;
	}
	
	#topsection {
		background: #1497A9;
		//background: #B1C4C4;
		height: 90px;
	}
		
	#contentwrapper {
		float: left;
		width: 100%;
	}
	
	#contentcolumn {
		margin-right: 349px; 
		/*Set right margin to RightColumnWidth - fooled around with numbers because of the 1px borders */
		border-right: solid 1px #CCCCCC;
	}
	
	#rightcolumn {
		float: left;
		width: 349px; /*Width of right column - fooled around with numbers because of the 1px borders */
		margin-left: -351px; /*Set left margin to -(RightColumnWidth) */
		background: #ffffff;
		border-left: solid 1px #CCCCCC;
	}

	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
		
	.wireframemenu{
		border: 1px solid #cccccc;
		border-left: 0px solid #cccccc;
		background-color: white;
		border-bottom-width: 0;
		width: 174px;
		font-size:11px;
	}
		
	* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
		width: 168px;
	}
		
	.wireframemenu ul{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
		
	.wireframemenu a{
		padding: 4px 3px;
		display: block;
		width: 100%; /*Define width for IE6's sake*/
		color: #595959;
		text-decoration: none;
		border-bottom: 1px solid #cccccc;
	}
		
	.wireframemenu .navoff{
		background-color: #B1C4C4;
	}

	.wireframemenu a:visited{
		color: #595959;
	}
		
	html>body .wireframemenu a{ /*Non IE rule*/
		width: auto;
	}
		
	.wireframemenu a:hover{
		background-color: #B1C4C4;
	}

	.wireframemenu2 { width: 175px;background-color: #D9ECFF;  }
	.wireframemenu3 { width: 175px;background-color: #EEF7FF; margin-left:-1px;border-left: 1px solid #cccccc; }

	.slideshow {
		width: 325px;
		margin: 10px;
		margin-top:5px;
		background-color: #EEF7FF;
	}

	.slideshow p { margin-top:0px; }
	
	#footer{
		clear: left;
		width: 100%;
		background: white;
		border-top: solid 1px #CCCCCC;
		color: #666666;
		font-size: 9px;
		text-align: center;
		padding: 4px 0;
	}

	#footer ul {
		margin: 0px;
	}
	#footer li {
		display: inline;
		list-style-type: none;
		padding-right: 10px;
	}
	#footer a {
		color: #595959;
		text-decoration: none;
	}
	#footer a:visited{
		color: #595959;
		text-decoration: none;
	}
	#footer a:hover{
		color: #595959;
		text-decoration: underline;
	}


	.innertube{
		margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
		margin-top: 10px;
	}

	.story {
		border-top: solid 1px #CCCCCC;
		padding: 10px;
	}

	.story category {
		font-size:10pt;
		padding-left:14px;
		font-weight:bold;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background-image: url(http://www.nunatsiaqonline.ca/pub/images/newscatbox.png); background-repeat: no-repeat;
	}

	.story byline {
		font-size:10pt;
		font-weight:bold;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	.story fullstory a {
		font-size:8pt;
		font-weight:bold;
		color:red;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	.story img	{
		border: solid 1px black;
		margin-bottom: 9px;
	}

        .adbox {
		margin: 5px; 
		background: #EEEEEE; 
        }

	.caption {
		margin: 5px; 
		padding: 5px; 
		/* width: 45px; */ /* width cannot go here unless all images are same size so put width inline instead */ 
		border: 1px solid #000000;	
		background: #EEEEEE; 
		font-size:85%; 
		color: #333300; 
                text-align: left;
	} 
	.caption img {border: 1px solid #000000;} 
	.left {float: left;} 
	.right {float: right;}
	.center {float: center;}

	.comments {
		border-top: solid 1px #CCCCCC;
		padding: 10px;
		float: both;
	}

	.comments posted {
		font-size:10pt;
		padding-left:14px;
		font-weight:bold;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background-image: url(http://www.nunatsiaqonline.ca/pub/images/newscatbox.png); background-repeat: no-repeat;
	}

	.comments p {
		font-size:10pt;
		padding-left:14px;
		font-weight: normal;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}

	.formtable {
		background: #EEF7FF;
		border: solid 1px #666666;
		margin-left: 10px;
		margin-bottom: 10px;
		width: 560px;
		padding: 5px;
	}
	.formtable td {
		font-size:9pt;
		color: #666666;
		font-weight: normal;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	 

	.imgright {float :right;margin-left: 9px;} 
	.imgleft {float :left;margin-right: 9px;} 
