body {width: 100%; text-align: center; background-color: #000000; margin: 0px;}

/* page elements */

#heading {position: absolute; top: 0px; margin-left: 0px; margin-right: auto; border-bottom-width: 5px; border-bottom-style: solid; border-bottom-color: #0000ff; width: 100%; height: 15%; overflow: hidden;}
#navbar {position: absolute; top: 16.5%; margin-left: 0px; width: 15.5%; height: 83%; overflow: auto; border-right-width: 1px; border-right-style: solid; border-right-color: #0000ff;}
#main {position: absolute; top: 16.5%; margin-left: 15.25%; margin-right: auto; width: 84.5%; height: 83%; overflow: auto;}




/* page titles */
h1 {color: #ffcc99; 
font-size: 150%;
font-family: "Buckingham", "Times New Roman", serif; 
font-weight: bold;}

/* item dates */
h2 {color:#ffcc99; font-weight: bold; 
font-size: 125%; 
font-family: "Buckingham", "Times New Roman", serif;}

/* item titles */
h3 {color:#ffcc99; font-weight: bold; text-decoration: underline; 
width: 75%;
font-size: 115%; margin-left: 12.5%;
font-family: "Times New Roman", serif;}

h3.left {text-align: left;}

/* standard text */
h4 {color:#ffcc99; font-weight: normal; 
width: 75%; margin-left: 12.5%;
font-size: 110%; text-align: left;
font-family: "Times New Roman", serif;}

h4.center {text-align: center;}

h4.right {text-align: right;}

h4.blockquote {text-align: center; margin-left: 17.5%; font-style: italic; width: 65%;}

h4.plink {color: #ffffff; text-align: left; font-size: 85%;}

/* lists*/

ul{list-style-type: disc; color:#ffcc99; font-weight: normal; font-family: "Times New Roman", serif;
margin-left: 15%; margin-right: auto; width: 60%;
font-size: 110%; text-align: left;}

ol{color:#ffcc99; font-weight: normal; font-family: "Times New Roman", serif;
margin-left: 15%; margin-right: auto; width: 60%;
font-size: 110%; text-align: left;}

li{margin-bottom: 10px;}

/* link colours - must always be in order link-visited-focus-hover active*/

a:link {color: #33ccff;}
a:visited {color: #ffd3f2;}
a:active {color: #33ccff;}


hr {border-style: dotted; border-color: #0000cc; border-width: 1px;}


