/* -----------------------------------
CSS reset by  Russ Weakley
----------------------------------- */
html, body, ul, ol, li, {
margin: 0;
padding: 0;
}

table{
border-collapse: collapse;
border-spacing: 0;
}

caption, th, td{
text-align: left;
vertical-align: top;
font-weight: normal;

}

ul li { 
list-style: none; 
}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; 
width: 780px;
text-align: center;
}
h4 { font-size: 140%; }
h5 { font-size: 120%; }

/* ==================================  */

body { 
background-color: #fff; 
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
font-size: 100%;
line-height: 124%;
color: black;
background:  white url(art/Jewelbak.jpg) repeat left top;
}

#container {
width: 1024px;
margin-right: auto;
margin-left: auto;
padding: 5px 3px;
}

#header {
margin: 0 auto; 
width: 1016px;
padding-top: 10px;
color: #000;
background: #fff;
border: 2px outset #000;
margin-top: 14px;
margin-bottom: 10px;
}

.hdr-graphic {
border: 5px solid #191970; 
padding: 3px;
margin: auto;
}


/* place the Ice Jewels logo overlying the top graphic */
#logo{
width: 158px;
margin: 0;
padding: 0;
z-index: 10;
position: absolute;
top: 6px;
left: 6px; 
}


/*  =============  Main body of page ============== */

#page { /*  holds the two columns */
background-color: #fff;
padding: 0;
width: 1016px; 
text-align: left; 
margin-right: auto;
margin-left: auto;
}

#maincol {
background-color: #fff;
float: left;
padding: 0; 
padding-left: 3px;
margin: 0;
width: 812px; 
font-size: 100%; 
color: black;
margin-bottom: 10px;
}

#subcol {
float: left;
padding: 0; 
padding-left: 2px;
margin: 0;
padding-top: 15px;  
line-height: 1.3em; 
width: 195px; 
font-size: 100%;
background-color: #fff;
border-left: 2px solid #3d62ae; 
}


h1 {
text-align: center;
color: #191970;
font-size: 180%;
letter-spacing: 0.1em;
line-height: 1.2em;
margin-top: 15px;
}

h2 {
text-align: center;
color: #191970;
font-size: 160%;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 1.2em;
}

h3 {
text-align: left;
color: #191970;
font-size: 120%;
font-weight: bold;
letter-spacing: 0.1em;
}

.nav-hdr {
font-size: 120%; 
font-family: Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
color: #3d62ae;
font-weight: bold;
text-align: center;
border-top: 2px solid #3d62ae;
margin-top: 20px; 
margin-bottom: 11px;
font-variant:small-caps;
}


/* Text formatting */
p {
text-align: left;
height: auto;
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
width: 97%;
}

.red {
color: red;
}

.center {
text-align: center;
margin-right: auto;
margin-bottom: 1em;
margin-left: auto;
}

.right {
float: right;
border: 2px solid #191970;
margin-left: 1em;
}

.left {
float: left;
border: 2px solid #191970;
margin-right: 1em;
}

.strike {
text-decoration: line-through;
}

.smallball a:link {
color: #27408b;
background-color: white;
}
.smallball a:visited {
color: black;
background-color: white;
}

.smallball a:hover {
color: #0000ff;
background-color: white;
text-decoration: none;
}



.caption {
margin-top: 0;
margin-right: auto;
margin-left: auto;
text-align: center;
font-size: 90%;
font-style: italic;
width: 776px;
}

.brdr {
border: 2px solid #191970; 
margin: 6px;
}

.nobrdr {
border: none;
}

.clearall {
clear: both;
}


hr {
color: #3d62ae;
}

.text-box{  /* blue box around text in the body of a text object */
border: 6px solid #A2B5CD;
margin: 0.5em auto 0 auto;
width: 600px;
padding-top:  0;
padding-right:  0.6em;
padding-bottom:  0;
padding-left:  0.6em;
text-align: left;
}
.text-box p {
width: 98%;
}


/* ==========start navbar =============*/
.navdiv {
display: block;
width: 176px;
border-bottom: #ececec 1px solid;
text-align: left;
}

.navdiv a:link {
display: block;  
background: white;  
color: #191970; 
text-decoration: none; 
font-size: 100%; 
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
padding: 3px;
}

.navdiv a:visited {
display: block;  
background: white;  
text-decoration: none; 
font-size: 100%; 
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
padding: 3px;
color: black;
}

.navdiv a:hover {
background: #b0c4de; 
color: #191970; 
border-right: 2px solid black;
}

img.rcilogo, .rcilogo a:link, .rcilogo a:visited {
border: none;
}


/* ======= Table formatting ====== */

table {
margin: 0 auto;
margin-top: 15px;
width: 100%;
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
font-size: 100%;
border:  1px solid  #c6e2ff;
}

.table-caption {
text-align: center;
font-size: large;
}

th {
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
font-size: 110%;
color: black;
text-align: center;
background-color:  #c6e2ff;
padding:  7px 0;
}


td {
color: black;
padding: 6px;
}

td.rite {
text-align: right;
}


.narrow { /* for temp tables and other narrow tables */
width: 60%;
border: 4px outset #3d62ae;
padding: 10px;
}

.shaded {
background-color: #F0FFFF;
}

.nextpage {
text-align: right;
background-image:  url(art/bluarro2.gif);
background-repeat: no-repeat;
}


.smallball { 
margin: 0; 
padding: 0; 
list-style-type: none; 
} 
li { 
background: url(art/bullet4.gif) no-repeat left center; 
padding: 3px 0 3px 2em; 
margin: 0; 
} 

.currentpage {
background-color:  #E0FFFF;
color: black;
}

.double {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
text-align: left;
}


/* open Snowtao */
.snowtao {
color: #3a5fcd;
margin-top: 2em;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding: 6px;
font-size: 0.9em;
text-align: center;
line-height: 1.07;
}
/* close Snowtao */



.text-box {  /* blue box around text in the body of a text object */
border: 2px solid #3d62ae;
margin: 0.5em auto 0 auto;
width: 92%;
padding-top:  0;
padding-right:  0.6em;
padding-bottom:  0;
padding-left:  0.6em;
text-align: left;
}

.text-box p {
width: 98%;
margin-top: 4px;
margin-bottom: 8px;
}

.viewlink {
margin: 0;
padding: -0.5em 0 0.6em 0;
}

/* ====== Whole site nav-bar at page bottom  ======= */

.linklist {
text-align: left;
margin: 0 auto 2em auto;
font-family: "Palatino Linotype", "Bookman Old Style", Georgia, "Bitstream Charter", serif;
width: 700px;
}

.nav-hdr {
font-size: 120%; 
font-family: Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
color: #191970;
font-size: 140%;
font-weight: bold;
text-align: center;
margin-top: 20px; 
margin-bottom: 15px;
font-variant:small-caps;
}


.linklist p {
margin: 0.2em;
clear: both;
background-color: #e0ffff;
border: 1px solid #ffe4c4;
color: #191970;
}

.linklist a:link {
display: block;
margin: 0.2em;
padding: 0.2em;
background-color: #e0ffff;
text-decoration: none;
}

.linklist a:visited {
display: block;
margin: 0.2em;
background-color: #e0ffff;
text-decoration: none;
color: black;
}

.linklist a:hover {
display: block;
margin: 0.2em;
color: white;
text-decoration: none;
background-color: #3b7c8b;
text-decoration: none;
}

