/* Created using Style Master from Western Civilisation CSS1 { -7 1 512 620 } */
/*could be added to body <!--- background-image: url(../images/ars.gif);
background-position: top left;
background-repeat: repeat-x; --->*/


P.Standard
{color: #ff0000}

BODY
{background-color:  #d3d3d3; /* this is a non-dithering color was LightGreen seemed too glarythen#ffffcc #999999*/
font-family: Verdana, Arial, Helvetica, sans-serif;
/*Old ones font-family: Comic Sans MS , Arial, Helvetica, sans-serif;  */
font-size: 100%;
margin: 5px 5px 100px 5px;
padding-bottom: 5px;
}/*--- top,right,bottom,left doesnt work at bottom---*/





H1, H2,  H4, H5, H6
{font-family: "Times New Roman";
font-size: 150%;
color: #003366;
}
H3
{font-family: "Times New Roman";
font-size: 150%;
color: black;
}
/* main body old */
/*A:link { color: blue; /* F */ 
/*A:visited { color: green; /* G */ 
/*A:hover {color: #6699cc;  text-decoration:underline;}
A.:active{ color: purple;}

/* main body anchors new */
A 			{color: blue;text-decoration:none;  } 
A:visited 	{color: green;text-decoration:none; } 
A:hover 	{color: #6699cc;  background-color: #ffffcc;} /* lightyellow on brick */
A:active 	{color: purple; text-decoration:none; } 


/*navigation needs to have class="nav" against all*/
A.nav 			{color: #ffffff; text-decoration:none;} /* white */
A.nav:visited 	{color: #ffffff; text-decoration:none;} /* white */
A.nav:hover 	{color: #6699cc;  text-decoration:underline;} /* lightblue */
A.nav:active 	{color: #ffffcc; background-color: #990000; text-decoration:underline;} /* lightyellow on brick */

/* tables */
A.table 			{color: #ffffff; } /* white */
A.table:visited 	{color: #ffffff; } /* white */
A.table:hover 	{color: #6699cc;  text-decoration:underline;} /* lightblue */
A.table:active 	{color: #ffffcc; background-color: #990000; text-decoration:underline;} /* lightyellow on brick */

/* tables introduced for most pages after table seemed to set fixed position for heading*/
A.table2 			{color: #ffffff; } /* white */
A.table2:visited 	{color: #ffffff; } /* white */
A.table2:hover 	{color: #6699cc;  text-decoration:underline;} /* lightblue */
A.table2:active 	{color: #ffffcc; background-color: #990000; text-decoration:underline;} /* lightyellow on brick */

/* the th td sizes apply everywhere and cannot be overriden easily
not sure why background color is like this} */

TH {}/* was ff80ff then 990000 this color does not apply
but if not shown then the one below does not apply weird*/	

TH {font-size: 8pt;
	font-weight: bold;
	background-color: #990000; /* was ff80ff*/
	color:#ffffcc; /* or #ffffff white */
	}



TH.LargeFont {font-size: 12pt;}
	
TD {font-size: 8pt;
	}


Caption {font-weight: bold;
	font-size: 12pt; 
	}



H1
{margin-left: -5pc}

LI {list-style-position: inside;
	font-weight: bold;
	font-size: 75%;
	}

/* The following divs refer to home page */

P
{margin-left: +3px;
text-indent: 2%}

Div.footer
{font-size: 60%;
font-style: italic;
font-weight: bold;
position: relative}




/* home page set-up */

.box1 {
	background: Transparent;
	width: 350px;
	position: absolute;
	top: 120px;
	left: 160px;
	padding: 20px;
	font-family: Verdana;
	font-size: 110%;
	}
.box2 {
	background: #003366;/* was green */
	width: 150px;
	Position: absolute;
	top: 85px;
	left: 5px;
	font-weight: bold; /* look at again */
	font-size: 75%;
	padding: 5px;
	}
.box2b {
	background: #003366;/* was green */
	width: 150px;
	Position: absolute;
	top: 85px;
	left: 6px;
	font-weight: bold;
	font-size: 75%;
	padding: 5px;
	}	
.box2a {
	background: Gold;
	width: 150px;
	Position: absolute;
	top: 480px;
	left: 5px;
	font-weight: bold;
	font-size: 75%;
	padding: 5px;
	}	
.box3 {
	background: Gold;
	position: absolute;
	width: 400px;
	left: 200px;
	top: 1px;
	font-weight: bold;
	font-size: 200%;
	padding: 5px;
	}
.box4 {
	background: Blue;
	width: 150px;
	border-width : medium;
	margin-left: 250px;
	padding: 1em;
	}
.box5 {
	background: Blue;
	width: 150px;
	border-width : medium;
	margin-top: -5em;
	}
/* is box6 just for random table on home page? */
.box6 {
	background: Transparent;
	width: 200px;
	border-width : medium;
	position: absolute;
	top: 550px;
	left: 540px;
	border: 2px solid gray;
	}
	 

LI {
	color: blue;
	}
.headline {
	background: transparent;
	color: red;
	position: absolute;
	top: 100px;
	left: 140px;
	font-size: 150%;
	}
.year {
	/* font-family: Comic Sans MS , Arial, Helvetica, sans-serif;  */
	background: transparent;
	position: absolute;
	width: 300px;
	top: 560px;
	left: 160px;
	font-size: 200%; /*doesnt have effect */
			}
.Current {
	font-size: 8pt;
	font-weight: bold;
	position: absolute;
	left: 80px;	
		}																																																															


/* Whats next */