﻿/* BDC FYI Newsletter stylesheet */
/* Last modified on 9-15-05 MOW  */

/* main section font settings */
p, ul {
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight: normal;
color: #000000;
font-size: 1em;
}

/* border & center page in browser */
#newsletter {
margin-top: 2em;
margin-bottom: 2em;
border: 2px #000000 solid;
width: 619px;
display: block;
margin-left: auto;
margin-right: auto;
}

/* header section & header links */
#header {
text-align: center;
}

#header p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	margin-left: 2em;
	margin-right: 2em;
}

#header a:link {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #037cca;
font-weight: bold;
font-size: .6em;
text-decoration: none;
}

#header a:visited {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #037cca;
font-weight: bold;
font-size: .6em;
text-decoration: none;
}

#header a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #999999;
font-weight: bold;
font-size: .6em;
text-decoration: none;
}

/* styles for article section */
.articles {
margin-left: 2em;
margin-right: 2em;
}

.rtgraphic {
float: right;
margin-left: 20px;
}

.ltgraphic {
float: left;
margin-right: 20px;
}

.articlegraphic {
display: block;
margin-left: auto;
margin-right: auto;
}

.articles a:link {
color: #037cca;
text-decoration: none;
}

.articles a:visited {
color: #037cca;
text-decoration: none;
}

.articles a:hover {
color: #999999;
text-decoration: none;
}

.articles .sidebar {
border: 1px #bbbbbb solid;
float: right;
width: 150px;
padding: .2em;
background-color: #f0f0f0;
margin-left: .3em;
}

.articles .sidebar p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .7em;
line-height: 1em;
text-align: justify;
}

h2 { /* Main heading text (Red, Italicized, Bold) */
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1em;
color: #037cca;
font-style: italic;
margin-bottom: -1em;
}

h3 { /* Subheading text (Black, Bold) */
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 1em;
margin-bottom: -1em;
}

h4 { /* Secondary Subheading text (Red, Normal)*/
font-family: "Times New Roman", Times, serif;
color: #037cca;
font-style: normal;
font-weight: normal;
margin-bottom: -1em;
}

/* additional links not within the article section */
#otherlinks {
margin-left: 2em;
margin-right: 2em;
}

#otherlinks p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: .8em;
}

#otherlinks a:link {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #037cca;
font-size: 1em;
text-decoration: none;
}

#otherlinks a:visited {
color: #037cca;
text-decoration: none;
}

#otherlinks a:hover {
color: #999999;
text-decoration: none;
}

#otherlinks li {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
font-size: .8em;
}

/* footer section & footer links */
#footer {
text-align: center;
}

#footer p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: .6em;
color: #000000;
}

#footer a:link {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #037cca;
font-weight: bold;
text-decoration: none;
}

#footer a:visited {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #037cca;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #999999;
font-weight: bold;
text-decoration: none;
}

/* style for horizontal rule divider */
hr {
color: #000000;
margin-left: 2em;
margin-right: 2em;
}
