/* Home page styles */
/* Main Page Headings */
body{   margin-top: 0; margin-left: 0;margin-bottom: 0;margin-right: 0;  }

/*English font style for numeric characters*/
.en { font-family: verdana, arial; }
.slogan { font: bold 12px nunacom, arial; color: #999966; }

/*Main body text styles*/
.infotext { font: 10px/14px nunacom, arial; color: #000000; }

/* Center Headers */

.infotext2 { font: bold 16px/14px nunacom, arial; color: #000000; }

/* Text inside the website search box */
.search-box {font-family: arial, helvetica; color: #666666; text-decoration: none; font-size: 8pt;}
.search-box-i {font-family: nunacom; color: black; text-decoration: none; font-size: 8pt;}
/*Main link style*/
a.homelink:link { font: 10px nunacom; color: #666666; text-decoration: underline; }
a.homelink:active { font: 10px nunacom; color: #666666; text-decoration: underline; }
a.homelink:visited { font: 10px nunacom; color: #666666; text-decoration: underline; }
a.homelink:hover { font: 10px nunacom; color: #000000; text-decoration: underline; }

/*News Section link style (in tan box)*/
a.newslink:link { font: 9px nunacom; color: #6699cc; text-decoration: underline; padding-bottom: 3px; }
a.newslink:active { font: 9px nunacom; color: #6699cc; text-decoration: underline; padding-bottom: 3px; }
a.newslink:visited { font: 9px nunacom; color: #6699cc; text-decoration: underline; padding-bottom: 3px; }
a.newslink:hover { font: 9px nunacom; color: #000000; text-decoration: underline; padding-bottom: 3px; }

/* Links for the header hyperlinks */
a.header_link:link {font-family: arial, helvetica; color: #000000; font-size: 8pt; text-decoration: none;}
a.header_link:active {font-family: arial, helvetica; color: #000000; font-size: 8pt; text-decoration: none;}
a.header_link:visited {font-family: arial, helvetica; color: #000000; font-size: 8pt; text-decoration: none;}
a.header_link:hover {font-family: arial, helvetica; color: #666666; font-size: 8pt; text-decoration: none;}

/* Links for the header hyperlinks inuk */
a.header_link_i:link {font-family: nunacom; color: #000000; font-size: 8pt; text-decoration: none;}
a.header_link_i:active {font-family: nunacom; color: #000000; font-size: 8pt; text-decoration: none;}
a.header_link_i:visited {font-family: nunacom; color: #000000; font-size: 8pt; text-decoration: none;}
a.header_link_i:hover {font-family: nunacom; color: #666666; font-size: 8pt; text-decoration: none;}

a.bot-nav-i:link {font-family: nunacom; color: #000000; font-size: 8pt; text-decoration: none;}
a.bot-nav-i:active {font-family: nunacom; color: #000000; font-size: 8pt; text-decoration: none;}
a.bot-nav-i:visited {font-family: nunacom; color: #000000; font-size: 8pt; text-decoration: none;}
a.bot-nav-i:hover {font-family: nunacom; color: #999999; font-size: 8pt; text-decoration: none;}

/*index page book styles*/
.bookimg { border: solid 4px #98bcd7; }
.booktext { font: 10px/14px nunacom; color: #000000; margin-left: 8px; margin-top: 10px; margin-right: 15px; margin-bottom: 10px; width: 250px; }
.bookmargin { margin-left: 15px; margin-top: 10px; margin-bottom: 10px; }
.facts { color: #999966; border: solid 1px #98bcd7; padding: 5px; background-image: url(/images/bookfacts_bg.gif); background-repeat: no-repeat; }

/* global styles */ 
.floating-right {float: right;}
.floating-left {float: left;}
acronym { color: #0895f1; cursor: help; border: none; }

/**************Border and margin styles**********************/
/*border styles*/
.leftcolumn_border { border: solid 1px #dddddd; width: 130px; }
.rightcolumn_border { border-left: solid 1px #dddddd; }

/*margin spacing for text in column 1*/
.margin_1 { margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; }
/*margin spacing for text in column 2*/
.margin_2 { margin-left: 15px; margin-right: 18px; margin-top: 10px; margin-bottom: 10px; }
/*margin spacing for text in column 3*/
.margin_3 { margin-left: 15px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px; }
.margin_3_pic { margin-left: 15px; margin-right: 5px; margin-top: 10px; margin-bottom: 0px; }

/*background color style for news links*/
.tanbg { background-color: #f1f1eb; padding-left: 2px; padding-top: 3px; padding-right: 4px; padding-bottom: 3px; margin: 2px; }