
/* STRUCTURAL COMPONENTS */
/* BODY */

body
{
max-width: 70em;
margin: 0 0 0 0;
padding: 0;
background-color: #ffffff;
background-image: url('../images/NHbg.jpg');
background-attachment: scroll;
background-repeat: no-repeat;
}

/* LINK APPEARANCE class elements */

a:link
{ 
color: #0000cc; 
text-decoration: none;
} /* active link */

a:visited
{
color: #330066;
text-decoration: none;
} /* visited link */

a:active
{
color: #6600cc;
text-decoration: none;
} /* visited link */

/* CONTAINERS */

div#wrap
{
width: 95%;
margin: 0 1.25em 0 1.25em;
padding: 1.25;
border: 0;
}


/* HEADER */

/* HEADER */

div#header
{
margin: 0.63em 1em;
padding: 0.5em;
clear: left;
text-align: left;
}
#logo
{
margin: 0 .50em 0 0.50em;
width: 60%;
padding: 0;
position: relative;
float: left;
}
#header-container
{
margin: 0 .50em 0 .50em;
padding: 0;
width: 24%;
position: relative;
float: right;
}

/* TOP SECTION */

#top-leftcol
{
display: inline;
margin: 0.63em 0.50em 0 0.63em;
padding: 0.31em;
width: 15%;
float: left;
}
#top-body
{
margin: 0.63em 0.50em 0 0.25em;
padding: 0.31em;
width: 58%;
float: left;
position: relative;
display: inline;
}

#top-rightcol
{
position: relative;
margin: 0.63em 0.63em 0 0.25em;
border-left: 1px dotted teal;
padding: 0.31em;
float: right;
width: 18%;
display: inline;
}

/* MID SECTION */

#mid-leftcol
{
display: inline;
margin: 0.63em 0.50em 0.50em 0.63em;
padding: 0.31em;
width: 18%;
position: relative;
float: left;
border-right: 1px dotted #ff9900;
}
#mid-body
{
display: inline;
float: left;
margin: 0.63em 0.50em 0.50em 0.25em;
padding: 0.31em;
width: 55%;
position: relative;
}

/* INSET */

#inset-container
{
margin: 0 0.50em 0.50em 0.50em;
padding: 0;
width: 36%;
float: right;
position: relative;
}

#inset-topic
{
background-color: #6698cc;
display: inline;
position: relative;
margin:0.63em 0 0 0;
padding: 0.31em;
width: 100%;
float: right;
color: #fff;
font-family: Helvetica;
font-size: 82%;
font-weight: bold;
}

#inset-body
{
background-color: #ddeeff;
display: inline;
position: relative;
margin: 0;
padding: 0.31em;
width: 100%;
float: right;
}

#mid-rightcol
{
position: relative;
margin: 0.63em 0.63em 0.50em 0.25em;
border-left: 1px dotted teal;
padding: 0.31em;
float: right;
width: 18%;
display: inline;
}



/* FOOTER */

div.footer
{
margin: 0.63em 2.5em 0 2.5em;
padding: 0.5em;
clear: both;
text-align: center;
border-top: 2px solid #ff9900;
}

/* TYPOGRAPHICAL ELEMENTS */

address
{
font-family: Times, Times New Roman, serif;
}

/* NAV - Menu links */

.nav-menu
{
text-align: left;
font-family: Helvetica, Arial, sans-serif;
font-size: 72%;
display: inline;
}

/* FOLLOW-UP, GO TO, MORE, FULL STORY */
.more
{
font-family: Helvetica;
font-size: 80%;
display: inline;
}

/* HEADINGS, CAPTIONS */

/* Story Title */
h1
{
font-family: Helvetica; 
font-size: 160%;
color: #0000cc;
display: inline;
text-align: left;
font-weight: bold;
}
/* Catch-phrase, top of page */
h2
{
font-family: Helvetica;
font-size: 120%;
color: #ff6600;
text-align: left;
font-weight: normal;
display: inline;
}
/* sub-headline */
.sub-headline
{
font-family: Helvetica;
font-size: 120%;
color: #333333;
text-align: left;
font-weight: normal;
display: inline;
}
/* Heading for article */
h3
{
font-family: Helvetica;
font-size: 130%;
color: #ffcc66;
font-weight: bold;
display: inline;
text-align: left;
}

/* Subheading, Reference */
.subheading
{
font-family: Helvetica;
font-size: 80%;
color: #666;
text-align: left;
display: inline;
}

h4
{
font-family: Times, Times New Roman, serif;
font-size: 90%;
font-weight: bold;
display: inline;
text-align: left;
}

#author
{
font-family: Helvetica;
font-size: 86%;
font-weight: normal;
color: #666666;
display: inline;
text-align: left;
}

#date
{
font-family: Helvetica;
font-size: 80%;
color: #333333;
}

.topic-heading
{
font-family: Helvetica;
font-size: 110%;
color: #ff6600;
font-weight: normal;
text-align: left;
}

.author-inset
{
font-family: Verdana;
font-size: 70%;
color: #333333;
font-weight: bold;
text-align: left;
}

/* MAIN TEXT, NEWS CITATION TEXT */

.main-txt
{
font-family: Arial;
font-size: 84%;
color: #333333;
text-align: left;
}

.cite-news
{
font-family: Arial;
font-size: 84%;
color: #336666;
text-align: left;
}

/* NOTES, EDITOR's REMARKS */

.ed-note
{
font-family: Helvetica;
font-size: 70%;
text-align: left;
color: #336666;
}

/* IMAGE CAPTIONS */
.caption
{
font-family: Helvetica;
font-size: 70%;
color: #333333;
padding: 0.19em;
}
.newspic-caption
{
font-family: Helvetica;
font-size: 70%;
color: #336666;
padding: 0.19em;
}

/* OTHER ELEMENTS - PICTURES - FORMS, etc. */
/* IMAGES */

image.left
{
float: left;
position: relative;
padding: 0.19em;
}
image.right
{
float: right;
position: relative;
padding: 0.19em;
}
image.center
{
text-align: center;
padding: 0.19em;
}
image.d-border-right
{
float: right;
padding: 0.19em;
border: 1px dotted black;
position: relative;
}
image.d-border-left
{
float: left;
position: relative;
padding: 0.19em;
border: 1px dotted black;
}



