.wrapper {
text-align: left;
margin-left: auto;
margin-right: auto;
background-color: #6a88b1;
background-image: url('none');
color: #1f242a;
border: 1px solid #1f242a;
margin: 15px auto;
}

BODY {
text-align: center;
min-width: 760px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
background-attachment: fixed;
}

A:link {
color: #052c4d;
text-decoration: none;
font-weight: bold;
}

A:visited {
color: #052c4d;
text-decoration: none;
font-weight: bold;
}

A:hover {
background-color: #052c4d;
color: #ffff00;
text-decoration: underline overline;
font-weight: bold;
}

A:active {
background-color: #1f242a;
color: #ffff00;
text-decoration: none;
font-weight: bold;
}

h1 {
font-family: "century schoolbook", sans-serif;
background-color: #3e4854;
color: #ffffff;
font-size: 22px;
font-weight: bold;
border-top: 2px solid #6a88b1;
border-right: 5px solid #6a88b1;
border-bottom: 2px solid #6a88b1;
border-left: 5px solid #6a88b1;
padding: 5px;
}

h2 {
color: #1f242a;
font-family: tahoma, arial, sans-serif;
font-variant: small-caps;
font-size: 140%;
font-weight: bold;
letter-spacing: 2px;
}

h3 {
color: #6a88b1;
font-family: "trebuchet ms", "comic sans ms", arial, sans-serif;
text-align: center;
font-size: 16px;
font-weight: bold;
}

h4 {
font-family: "trebuchet ms", "comic sans ms", arial, sans-serif;
color: #1f242a;
font-size: 14px;
font-weight: bold;
}

h5, h6 {
font-size: 100%;
font-weight: bold;
color: #3e4854;
}

.header {
background-color: #6a88b1;
color: #1f242a; 
font-size: 100%;
font-weight: bold;
font-style: italic;
text-align: left;
height: 236px;
padding-right: 60px;
}

.header h1 {
font-family: georgia, georgia, serif;
background-color: transparent;
color: #d6c181;
font-size: 24px;
font-weight: bold;
font-style: normal;
letter-spacing: 3px;
margin: 0px;
border: 0px;
padding: 0px;
}

.sidebar {
float: left;
width: 20%;
padding: 20px; 
}

.sidebar  dl {
padding: 3px;
background: #4c637f;
border: 1px solid #d6c181;
line-height: 15px;
}

.sidebar dt {
background-color: #1f242a;
color: #e7e3e3;
font-weight: bold;
padding: 6px;
margin: 2px 2px;
border: 1px solid #d2dee8;
}

.sidebar dd {
padding: 0px;
margin: 2px;
padding: 4px 4px 4px 4px;
background: #3e4854;
color: #e7e3e3;
}

.sidebar dd a:link, .sidebar dd a:visited, sidebar dd a:active {
display: block;
border: solid 1px #364b6a;
padding: 2px 6px 2px 6px;
background: #66717f;
color: #d6c181;
text-decoration: none;
}

.sidebar dd a:hover {
background-color: #ffff00;
color: #800000;
border: 1px solid #ffff00;
text-decoration: none;
}

.content {
float: right;
width: 70%;
background-color: #ffffff;
padding: 7px 20px;
font-family: verdana, arial, sans-serif;
line-height: 20px;
text-align: justify; 
color: #01f242a;
}

dt {
font-family: "Segoe Media Center Semibold", arial, sans-serif;
color: #364b6a;
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
}

dd {
font-family: tahoma, sans-serif;
line-height: 1.2em;
font-size: 12px;
padding-bottom: 10px;
margin-left: 25px;
}

.footer {
clear: both;
background-color: #6a88b1;
color: #1f242a;
font-size: 75%;
text-align: center;
height: 115px;
letter-spacing: 3px;
padding: 5px;
}

.footer a:link {
color: #1f242a;
text-decoration: none;
font-weight: bold;
padding: 3px;
}

.footer a:visited {
color: #ffff00;
text-decoration: none;
font-weight: bold;
padding: 3px;
}

.footer a:hover {
background-color: #ffff00;
color: #800000;
text-decoration: none;
font-weight: bold;
padding: 3px;
}

.footer a:active {
background-color: #1f242a;
color: #ffff00;
text-decoration: none;
font-weight: bold;
padding: 3px;
}

.clear {clear:both; height:1px;}

.imageleft {
margin: 2px 5px 0px 5px;
border-right: 6px groove #6a88b1;
border-bottom: 6px groove #6a88b1;
float: left;
}

.imageright {
margin: 2px 5px 0px 5px;
border-right: 6px groove #6a88b1;
border-bottom: 6px groove #6a88b1;
float: right;
}


table { margin-right: auto;
margin-left: auto; 
border-collapse: collapse;
width: 60%; 
color: #000000;
}

td, th { padding: .3em;
 
border: 1px #000000 dotted;}

ul { margin-top: 10px; margin-bottom: 10px; margin-left: 0; padding-left: 1em }

li { margin-bottom: 10px } 


thead { background: #6a88b1; } 

