/* 00BDF1 light blue */
/* 0057CF dark blue */
/* FF872D orange */
/* 38684D  dark green */

body {
background-color: black;
font-size:62.5%;
font-family: Verdana,Lucida,Helvetica,sans-serif;
margin: 20px;
}

div.header {
background-color: black;
margin: 0px;
width: 100%;
height: 230px;
}

table.main {
width: 100%;
margin: 0px;
}


tr.corners {
height: 20px;
}

tr.poppy {
min-height: 121px;
}

td.content {
background-color: white;
color: black;
margin: 0px;
padding: 0px 10px;
}


td.topleft {
width: 135px;
height: 20px;
background: #00BDF1 url(grafs/leftcorner.gif) center no-repeat;
}

td.leftbord {
width: 135px;
background: #00BDF1 url(grafs/poppies-left.jpg) top center no-repeat;
}

td.leftbord2 {
width: 135px;
background: #00BDF1 url(grafs/poppies-left.jpg) bottom center no-repeat;
}

td.botleft {
width: 135px;
height: 20px;
background: #00BDF1 url(grafs/botleft.gif) center no-repeat;
}

td.topright {
width: 135px;
height: 20px;
background: #00BDF1 url(grafs/rightcorner.gif) center no-repeat;
}

td.botright {
width: 135px;
height: 20px;
background: #00BDF1 url(grafs/botright.gif) center no-repeat;
}

td.rightbord {
width: 135px;
background: #00BDF1 url(grafs/poppies-right.jpg) top center no-repeat;
}

td.rightbord2 {
width: 135px;
background: #00BDF1 url(grafs/poppies-right.jpg) bottom center no-repeat;
}

h1 {
color: #0057CF;
font-size: 3em;
font-weight: 600;
text-align: center;
}

h1.warn {
color: red;
font-size: 4em;
font-weight: 800;
}

h2 {
font-size: 2.8em;
color: #FF872D;
font-style: italic;
text-align: center;
}

h2.lynx {
font-size: 2em;
background-color: #0057CF;
color: white;
font-style: normal;
text-align: left;
padding-left: 1em;
}

h3 {
color: white;
font-size: 2.2em;
text-align: center;
}

h4 {
font-size: 2em;
}

ul {
text-align: left;
list-style-type: square;
}


p {
font-size: 1.5em;
}

ul.nav {
list-style-type: none;
text-align: center;
background-color: #38684D;
padding: 3px;
width: 90%;
margin: 10px auto;
}

li {
font-size: 1.6em;
margin-left: 2em;
line-height: 1.5;
margin-bottom: 6px;
}

li.navigate {
display: inline;
margin-left: 0em;
background-color: #38684D;
color: white;
}

li.navigate a:link {
color: white;
text-decoration: none;
background-color: #38684D;
}

li.navigate a:visited {
color: white;
text-decoration: none;
background-color: #38684D;
}

li.navigate a:hover {
background-color: white;
color: #38684D;
text-decoration: none;
}

li.navigate a:active {
background-color: black;
color: white;
text-decoration: none;
}

div.footer {
color: #0057CF;
width: 80%;
margin: 10px auto;
padding: 10px;
}

div.footer h4 {
color: #0057CF;
text-align: center;
font-style: italic;
margin-top: 2px;
margin-bottom: 2px;
}

p.attribution {
margin-left: 6em;
font-style: italic;
margin-top: 0px;
margin-bottom: 50px;
}

p.foot {
color: #0057CF;
text-align: center;
font-size: 1.7em;
}

dt {
color: black;
font-size: 1.7em;
font-weight: 700;
}

dd {
margin: 5px 4em 5px 2em;
font-size: 1.5em;
font-weight: 300;
}

dt a:link {
color: #38684D;
text-decoration: underline;
background-color: white;
}

dt a:visited {
color: black;
text-decoration: none;
background-color: white;
}

dt a:hover {
background-color: #38684D;
color: white;
text-decoration: none;
}

dt a:active {
background-color: black;
color: white;
text-decoration: none;
}

img.slide {
background-color: white;
padding: 10px;
border: 2px solid black;
}
