/* DEFINE TEXT SIZES, FONTS, AND PARAGRAPH SPACING */
body { font-family: Optima, Omega, "Zapf Humanist", "Trebuchet MS", "Luxi Sans", Hevetica, Arial, Sans-Serif; }
h1 { font-family: "Trebuchet MS", "Luxi Sans", Helvetica, Arial, Sans-Serif; font-weight: bold; font-size: 2em; color: blue; background-color: transparent; }
h3, h4 { font-family: "Trebuchet MS", "Luxi Sans", Helvetica, Arial, Sans-Serif; font-size: 1em; margin-top: 0em; margin-bottom: 0em; background-color: transparent; }
h3 { color: blue; }
h1 em { color: red; background-color: transparent; }
p, ul { margin-top: 0em; margin-bottom: 1em; }
pre { font-family: "Andale Mono", monospace; }



/* NAVIGATION BAR STYLES DEFINED */
div#navbar { width: 9em; background-color: #DDF; padding: 0.3em; border: none; float: left; text-align: center; color: black; }

p#navtitle { font-family: "Trebuchet MS", "Luxi Sans", Helvetica, Arial, Sans-Serif; font-weight: 900; font-size: 2em; color: #FEFEFE; background: #55C; padding: 0.3em 0em 0em; margin-bottom: 0.5em; }

p#navtitle em { color: red; font-style: normal; background-color: transparent; }

p.navlinks { font-size: 0.9em; font-weight: bold; margin-top: 0; }

p.sidebarquote { font-size: 0.75em; margin-top: 0em ; margin-bottom: 0.5em; }

span.small { font-size: 0.8em; }


/* PAGE HEADER AND FOOTER STYLES DEFINED */
div#topbox { text-align: center; background-color: #DDF; padding: 0.5em; margin: 0em 2em 1em 9em; width: 70%; color: black; }

p.header { font-family: "Trebuchet MS", "Luxi Sans", Helvetica, Arial, Sans-Serif; font-weight: bold; font-size: 1.5em; color: blue; margin-top:0em; margin-bottom: 0em; background-color: transparent; }

p.subhead { font-family: "Trebuchet MS", "Luxi Sans", Helvetica, Arial, Sans-Serif; font-weight: bold; font-size: 0.8em; margin-top: 0em; margin-bottom: 0.5em; }


div#endnavbar { text-align: center; font-weight: bold; font-size: 0.9em; }

div#endnavbar img { border: 3px solid; }

p.endtext { text-align: justify; font-weight: normal; }



/* MAIN CONTENT STYLES DEFINED */
div#maintext { margin: 0em 2em 1em 9em; width: 65%; padding-left: 2em; }

div.quote { font-style: italic; margin: 0em 1em 1em 1em; }

div.bluebox { background-color: #C3C3FF; color: #000; padding: 0.5em; border: thin; }

div.goldbox { background-color: #FFE700; color: #000; padding: 0.5em; border: thin; }

div.box { border: solid; border-width: thin; width: 100%; }



span.red { color: red; background-color: transparent; }



a:link { font-weight: normal; text-decoration: none; } 
	/* removes underline where applied to links */

a:visited { font-weight: normal; text-decoration: none; }

a:hover { font-weight: normal; color: #0060FF; text-decoration: none; background-color: transparent; } 
	/* sets link colour when mouse moves over it */
