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



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

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; }

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: #DDF; padding: 0.5em; margin: 0em 2em 1em 9em; width: 70%; }

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; }

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; }

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



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

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

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

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

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



span.red { color: red; }
span.yellow { color: yellow; }
span.green { color: green; }

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; } 
	/* sets link colour when mouse moves over it */
