div.banner {
    position: absolute;
    left: 0px;
    top: 0px;
    width:800px;
    height:80px;
    z-index:1;
    background-image:  url(images/bannerbackground.gif);
    background-color: #330066;
    margin: 0px;
    overflow: hidden;
}

div.banner h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: white;
    line-height: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: right;
    width: 800px;
}

div.banner a:link {
    text-decoration: none;
    color: white;
}

div.banner a:visited {
    text-decoration: none;
    color: silver;
}

div.banner a:hover {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

div.banner img {
    position: absolute;
    left: -2px;
    top: 2px;
    margin: 0px;
    width: 400px;
    height: 80px;
    border: 0px;
}

.highlight {
    font-weight: bolder;
    font-variant: small-caps;
    background-color: #660099;
    color: white;
}

div.navigation {
    position: absolute;
    left: 10px;
    top: 80px;
    width:150px;
    height:424px;
    z-index:2;
    background-color: #330066;
    text-align: center;
}

div.navigation p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: white;
    background-color: #330066;
    margin: 0px;
    width: 140px;
}

div.navigation h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: white;
    background-color: #330066;
    border: none;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 150px;
}

div.navigation h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bolder;
    font-variant: small-caps;
    color: white;
    background-color: #660099;
    border: none;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 150px;
}

div.navigation a:link {
    text-decoration: none;
    color: white;
}

div.navigation a:visited {
    text-decoration: none;
    color: white;
}

div.navigation a:hover {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

body {
    background: #330066;
    background-image:  url(images/background.gif);
    background-repeat: repeat-y;
    margin-left: 200px;
    margin-top: 80px;
}

h1,h2,h3,h4,h5,h6,p,ul,dl,table,li {
    font-family: Arial, Helvetica, sans-serif;
    color: #330066;
}

h2,h3,h4,h5,p,dl,footnotes {
    width: 560px;
}

h1,h2 {
    font-weight: normal;
}

p,dl,table {
    font-size: smaller;
}

dt {
    font-weight: bold;
}

.topelement {
    margin-top: 80px;
}

.quote {
    margin-left: 50px;
    width: 490px;
}

.attribution {
    font-style: italic;
    text-align: right;
    width: 530px;
}

table {
    width: 560px;
    border: none;
    padding: 0px;
    cell-spacing: 5px;
    align: center;
}

td {
    vertical-align: top;
}

.map1 {
    width: 40%;
    font-weight: bold;
    background-color: #eeeeff;
    padding: 4px 0px 0px 0px;
}

.map2 {
    width: 40%;
    padding: 4px 0px 0px 0px;
}

.map3 {
    width: 40%;
    padding: 4px 0px 0px 20px;
}

.pad {
    width: 20px;
}

.list {
    padding: 5px 3px;
}

.bullet {
    width: 13px;
    height: 13px;
    border: 0;
    margin: 5px;
    vertical-align: middle;
}

.footnotes {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.footnoteref {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    vertical-align: text-top;
    color: #3333FF;
}

a:link {
    text-decoration: underline;
    color: blue;
}

a:active {
    text-decoration: underline;
    color: red;
}

a:visited {
    text-decoration: underline;
    color: purple;
}

div.blog {
    position: absolute;
    left: 200px;
    top: 80px;
    width:560px;
    z-index:2;
    background-color: #ffffff;
    text-align: left;
}

div.blog p {
    font-family: Arial, Helvetica, sans-serif;
    color: #330066;
    font-size: 9pt;
}

div.blog h5 {
	font-size: 10px;
	line-height: 16px;
}
