/*Sets default font, colours and backgrounds for the whole page*/



body {font-family: Calibri, Trebuchet, Helvetica, "Lucida Sans", Geneva, Verdana, sans-serif;
     font-size: 100%; color: #069;
		 background-color: #FAFFFA;
		 background-image: url(images/folbkgnd.jpg);
     background-attachment: fixed;		 
		 background-repeat:repeat-y;
		 margin-top: 15px;}  


/*Styles specific to headings*/

h1 {margin-top: 25px;
   font-family: Verdana, Calibri;
   font-size: 350%;
	 font-weight: bold;}

h2 {color: #044476;

   font-size= 250%;}

h3 {color: #DF0024;

   font-size: 175%;

	 margin-bottom: 8px;

	 padding: 2px;}
h4 {color: #006699;
   font-family: calibri, Arial;
   font-size: 125%;
	 margin-top: -15px;}
	 
	 
	 

/*Classes*/	 

.subhead {color: #ED8D6D;}

.emphasis {color: #DF0024;}

.leftpic {float: left;}

.banner {float: left;}

a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: red; text-decoration: underline }

.pic1     {position: fixed;
           margin: -25em -5em -5em 0em;}
					 

#maincontent {margin-top: 0px;

           margin-left: 0;

					 margin-right: 0px;

					 margin-bottom: 0px;

					 padding: 0px 2px 0px 2px;}


