/* Basic elements */
html {
 margin: 0px;
 padding: 0px;
}
body {
 font-family: "Garamond", serif;
 font-size: 12pt;
 font-weight: normal;
 font-style: normal;
 line-height: 17pt;
 color: #000000;
 background-color: #7791aa;
 margin: 0px;
 padding: 0px;
}
p {
 font-family: "Garamond", serif;
 font-size: 12pt;
 font-weight: normal;
 font-style: normal;
 line-height: 17pt;
 margin-top: 0px;
 text-align: justify;
}
h3 {
 font-family: "URW Chancery L", "Zapf Chancery", "Apple Chancery", "Monotype Corsiva", "Brush Script MT", "Verdana", cursive;
 font-size: 18pt;
 font-weight: bold;
 font-style: italic;
}
a:link {
 font-weight: bold;
 text-decoration: none;
 color: #000000;
}
a:visited {
 font-weight: bold;
 text-decoration: none;
 color: #000000;
}
a:hover {
 font-weight: bold;
 text-decoration: underline;
 color: #000000;
}
a:active {
 font-weight: bold;
 text-decoration: underline;
 color: #000000;
}
address {
 margin-left: 50px;
}
/* specific divs */

#container {
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 10px;
 margin-bottom: 10px;
 background-color: #ffffff;
/* background-image: url(fade-logo.png);
 background-position: right bottom;
 background-repeat: no-repeat;*/
 border: 2px solid #000000;
 padding-left: 10px;
 padding-right: 175px;
/* padding-bottom: 100px;*/
}
#intro {
 min-width: 470px;
}
#pageHeader {
 text-align: center;
 color: #000000;
 background-color: #ffffff;
 font-family: "URW Chancery L", "Zapf Chancery", "Apple Chancery", "Monotype Corsiva", "Brush Script MT", "Verdana", cursive;
 font-weight: bold;
 font-size: 20pt;
}
#pageHeader h1 {
 background-image: url(logo.png);
 background-repeat: no-repeat;
 width: 650px;
 height: 120px;
 float: center;
}
#pageHeader h1 span {
 display: none;
}
#pageHeader h2 {
}
#pageHeader h2 span {
 display: none;
}
#quickSummary {
 clear: both;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 margin-bottom: 10px;
 width: 200px;
 float: left;
}
#quickSummary p{
 font-family: "Garamond", serif;
 font-size: 18pt;
 line-height: 22pt;
 font-weight: normal;
 font-style: italic;
 text-align: center;
}
#quickSummary h3 {
 display: none;
}
#preamble {
 clear: right;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 0px;
 margin-bottom: 0px;
}
#mainText {
 padding-left: 10px;
 margin-bottom: 10px;
}
#footer {
 border-top: 2px solid #000000;
 padding: 10px;
}
#footer p {
 text-align: center;
}
#copyright {
}
#copyright p {
 font-family: "Garamond", serif;
 font-size: 9pt;
 font-weight: normal;
 font-style: normal;
 text-align: center;
}
#linkList {
 margin-left: 600px;
 margin-right: 30px;
 position: absolute;
 top: 30px;
 right: 0px;
 width: 130px;
 background-color: #7791aa;
 border: 2px solid #000000;
 padding-left: 10px;
 padding-right: 10px;
}
#linkList h3 {
 font-family: "URW Chancery L", "Zapf Chancery", "Apple Chancery", "Monotype Corsiva", "Brush Script MT", "Verdana", cursive;
 font-weight: bold;
 font-size: 24pt;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 0px;
 margin-right: 0px;
}
#linkList ul {
 font-family: "URW Chancery L", "Zapf Chancery", "Apple Chancery", "Monotype Corsiva", "Brush Script MT", "Verdana", cursive;
 font-weight: bold;
 font-size: 16pt;
 text-align: center;
 margin: 0px;
 padding: 5px;
}
#linklist li {
 list-style-type: none;
 border: 2px solid #000000;
 padding: 5px;
 margin: 5px;
}
