/* This is a style sheet for the NBWI Loyalist District #1 web site */

h1 	{ font-family: "Times New Roman", serif; text-align:center; }
h2,h3	{ font-family: Arial, Helvetic, sans-serif;  text-align:center; color:yellow;  }
h4 	{ font-family: "Times New Roman", serif;  color:yellow; text-align:center; }
/* margin-left: 10%*/

body { background-color:blue; padding:0; }
h1 { background-color:  #FFFF99; }
h2 { background-color: blue; }
h3 { background-color: blue;  }
h4 { background-color:  blue;  }

p { color:#000099; }

a:link { color:yellow; }
a:visited { color:white; }
a:focus { color:lime; }
a:hover { color:fuchsia; }
a:active { color:silver; }


li { list-style-type:square; color:#000099; }

#notice {position:absolute; top:0px; right:0%; left:85%; background-color:blue;  }
#topstuff  { position:absolute; top:0px; background-color:#cccccc; }
#content { position:absolute; top:155px; left:15%; right:0%; background-color:#FFFF99; padding:14px;  } 
#content2 { position:absolute; top:50px; left:200px; right:200px; background-color:#EAF3DA; }

#columnleft  { position:absolute; top:0px; left:0px;  background-color:#FFFF99; }
#columnright  { position:absolute; top:90px; left:52%; right:5%; }

