﻿/* Page Defaults */

body {
 font-family : "Baskerville", "Book Antiqua", serif;
 background-color : rgb(0,100,160);
 color : white;
}

table {
 border-width : 0px;
 margin-left : auto;
 margin-right : auto;
}

th {
 border-style : solid;
 border-width : 0px;
 padding : 5px;
 font-weight : bold;
 text-align : center;
}

td {
 border-style : solid;
 border-width : 0px;
 padding : 5px;
 font-weight : normal;
 text-align : left;
 vertical-align : center;
}

ul {
 list-style-image : url("graphics/bullet.gif");
 list-style-type : disc;
}

ol {
 list-style-type : decimal;
}

li {
 text-align : justify;
}

p {
 text-align : justify;
}

img {
 border-width : 0px;
}

.hcenter {
 margin-left : auto;
 margin-right : auto;
}

.tcenter {
 text-align : center;
}

.emphasis, .important, .ttl {
 font-weight : bold;
}

.foreign, .credit, .dated, .parenthetical {
 font-style : italic;
}

.qot {
 font-style : italic;
}
.qot:before {
 content : "“";
}
.qot:after {
 content : "”";
}

.underscore, .officename {
 text-decoration : underline;
}

.yelling {
 text-transform : uppercase;
}

table.layout {
 width : 96%;
}

table.page {
 width : 99%;
 background-image : url("graphics/floral.png");
}

table.page td {
 border-width : 0px;
}

table.page td.logo p {
 text-align : center;
}

/* Logo Specific */

tr.toprow td.logo img {
 width : 4cm;
}

tr.toprow td.logo {
 background-color : white;
 width : 15%;
}

/* Ribbon Specific */

tr.toprow td.ribbon h1 {
 font-size : 200%;
 text-align : center;
 font-weight : bold;
 text-transform : none;
}

tr.toprow td.ribbon h2 {
 font-size : 150%;
 text-align : center;
 font-weight : bold;
}

/* Navigation Bar Specific */

tr.midrow td.navbar {
 vertical-align : top;
}

tr.midrow td.navbar td {
 text-align : center;
}

tr.midrow td.navbar td a {
 color : white;
 text-decoration : none;
}

/* Main Area Specific */

tr.midrow td.main {
 background-color : rgb(246,239,224);
 color : rgb(105,88,75);
 vertical-align : top;
}

tr.midrow td.main a {
 color : rgb(105,88,75);
 text-decoration : none;
}
tr.midrow td.main a {
 color : rgb(105,88,75);
 text-decoration : underline;
}

tr.midrow td.main h1 {
 font-size : 130%;
 font-weight : bold;
 text-align : left;
 color : rgb(0,100,160);
}

tr.midrow td.main h2 {
 font-size : 115%;
 font-weight : bold;
 text-align : left;
}

/* End Page Specific */

p.copyright {
 text-align : center;
}