/*This style sheet sets defaults for base styles.*/

/* Set defaults for each web page.*/
body {
font-size: .84em;
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;}

div.frame-pagenarrow {
top: 85px;
width: 480px;
position: absolute;
background-color: white;
left: 105px;
margin-bottom: 0px;
margin-top: 0px;}

div.frame-page {
top: 85px;
position: absolute;
background-color: white;
left: 105px;
margin-bottom: 0px;
margin-top: 0px;}

div.footer { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .7em;
text-align: center;}

div.menu {
height: 100px;
left: 5px;
position: absolute;
top: 88px;
width: 100px;
z-index: 1
}

p {
margin-left: 25px;
margin-top: 0px;}
margin-bottom: .5em;}

.award {
font-style: italic;
font-weight: bold;
color: #161687;
}

li {
margin-right: 2em;
margin-bottom: .5em;
margin-top: .5em;}

.smaller {
font-size: .7em;}

blockquote {
color: black;
margin-left: 7%;
margin-right: 7%;
padding-left: 4px;}


/*Set defaults for headings.*/
h1, h2, h3, h4, h5, h6 {
font-weight: bold;}

h1 {
font-family: Helvetica, Arial, Verdana, sans-serif;
color: #161687;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 3px;
letter-spacing: .1em;
font-size: 2em;}

h2 {
background-color: white;
color: #00436a;
border-bottom: 2px #00436a groove;
margin-left: 1.5em;
margin-bottom: 2px;
padding-right: 5%;
padding-top: .2em;
font-size: 1.2em;}

h3 {
background-color: 000080;
color: white;
border-bottom: 1px black solid;
font-size: 1.2em;
margin-left: 5em;}

h4{
font-size: .9em;}

h5{
font-size: .9em;}

ul{
margin-top: .3em;}

ol{
margin-left: 5.5em;
margin-top: .3em;}

/*Set defaults for links.*/
a:link {
color: #0000a0;
text-decoration: underline;} 

a:visited {
color: #006464;
text-decoration: underline;}

a:hover {
color: #0000a0;
background-color: #deeded;
text-decoration: underline;}

a:active {
color: #0000a0;
text-decoration: underline;}

/* Use <ul class="list1"> to style bullets for first level of a list. */
.list1 {
margin-left: 4em;
list-style: disc url(bullet1.gif) outside;}

/* Use <ul class="list1o"> to style bullets within an ordered list. */
.list1o {
margin-left: 4em;
list-style: disc url(bullet1.gif) outside;}

/* Use <ul class="list1c"> to style bullets for first level of a compressed list. */
.list1c {
margin-left: 4em;
margin-top: 0em;
margin-bottom: 0px;
font-size: .95em;
line-height: .8em;
list-style: disc url(bullet1.gif) outside;}

/* Use <ul class="sitemap"> to style bullets for sitemap. */
.sitemap {
margin-top: 0em;
margin-bottom: 0em;
line-height: .8em;
list-style: disc url(bullet1.gif) outside;}

/* Use <ul class="list2"> to style bullets for second level of a list. */
.list2 {
margin-left: 1em;
font-weight: normal;
list-style: square url(bullet2.gif) outside;}

/* Use <ul class="list3"> to style bullets for third level of a list. */
.list3 {
margin-left: 1em;
list-style: circle url(bullet3.gif) outside;}