/* Normal - item descriptions, etc. This will be used everywhere, unless
something else is specified */
body {
background:#FFFFEE; /* background colour, in HTML code */
margin:20,20,20,20;/* Margins, for top, right, bottom, left. In pixels,
unless otherwise stated.*/
font-family:Arial,Helvetica,Sans-serif;/* Font to use throughout. Will try
to use first one, then next one, and so on */
font-size:12pt;
color:#8B5405;
}


/* Paragraph - introductory and closing text */
p {
margin-left:15px; /* right, bottom, left, top available */
color:#A52A2A;
}

/* Header 1 - Page name*/
h1 {
font-size:32pt;
color:#8B5405;
}

/* Header 2 */
h2 {
font-size:16pt;
color:#D2690E;
}

/* Header 3 - Item names*/
h3 {
font-size:12pt;
color:#992211;
}

#logosmall { 
position: absolute; 
top: 10; 
left: 10; 
width: 10em; 
} 

#title { 
top: 10; 
margin-left: 80; 
} 

#navigation { 
position: absolute; 
top: 230; 
left: 20; 
width: 7em; 
} 

#content { 
margin-left: 7em; 
}

#TOF { 
font-size:8pt;
color:#DEB887;
position: absolute; 
right: 10px; }

/* 
ColoursInHex
aliceblue=F0F8FF
antiquewhite=FAEBD7
aqua=00FFFF
aquamarine=7FFFD4
azure=F0FFFF
beige=F5F5DC
bisque=FFE4C4
black=000000
blanchedalmond=FFEBCD
blue=0000FF
blueviolet=8A2BE2
brown=A52A2A
burlywood=DEB887
cadetblue=5F9EA0
chartreuse=7FFF00
chocolate=D2691E
coral=FF7F50
cornflowerblue=6495ED
cornsilk=FFF8DC
crimson=DC143C
cyan=00FFFF
darkblue=00008B
darkcyan=008B8B
darkgoldenrod=B8860B
darkgray=A9A9A9
darkgreen=006400
darkkhaki=BDB76B
darkmagenta=8B008B
darkolivegreen=556B2F
darkorange=FF8C00
darkorchid=9932CC
darkred=8B0000
darksalmon=E9967A
darkseagreen=8FBC8B
dodgerblue=1E90FF
forestgreen=228B22
fuschia=FF00FF
gray=808080
green=008000
indianred=CD5C5C
lavender=E6E6FA
lemonchiffon=FFFACD
lightgrey=D3D3D3
lightseagreen=20B2AA
lime=00FF00
maroon=800000
mediumslateblue=7B68EE
navy=000080
olive=08000
orange=FFA500
purple=800080
red=FF0000
salmon=FA8072
silver=C0C0C0
slateblue=6A5ACD
teal=008080
white=FFFFFF
yellow=FFFF00
yellowgreen=9ACD32
 */




