/* NB This is a cascading style sheet and doesn't follow the same rules as HTML */
/* Anchor tags are used to set styles for pseudo-classes for links */
A { color:#0000ff;   font-weight: normal }	/* text-decoration: none; to remove underlines */
A:link {	COLOR: #0000ff }
A:visited {	COLOR: #0000ff }
A:active {	COLOR: #00c040 }
A:hover {	COLOR: #00c040 }

/*define style for body - other styles will be based on this */
BODY {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 100%; /* = 16px */
	line-height: 1.5em; COLOR:#003399; background-color: #ffcc99; bgproperties="fixed"; /* line-height = 24px  */
	width: auto;  max-width: 1000px;
    /* _width: expression(document.body.clientWidth > 1002? "1000px" : "auto");*/ /* cludge to make IE6 co-operate - now redundant?*/
    margin-left: 4px;   margin-right: auto;
}

H1 {
	COLOR: #0033CC;
	FONT-SIZE: 1.125em;
	font-weight: normal;
	text-align:center;
	margin: 30px 0;
	line-height: 1.5 em
} /*FONT-SIZE = 18 px; line-height = 24px */
H2 {
	COLOR: #0033CC;
	FONT-SIZE: 1em;
	font-weight: bold;
	text-align:left;
	margin: 30px 0;
	line-height: 1.5 em
} /*FONT-SIZE = 16 px; line-height = 24px */
H3 {
	COLOR: #0033CC;
	FONT-SIZE: 1em;
	font-weight: bold;
	text-align:left;
	margin-top: 6px
} /*FONT-SIZE = 16 px */
H4 {COLOR: #003399; FONT-SIZE: 0.875em; font-weight: bold; text-align:left; margin-top: 6px} /*FONT-SIZE = 14 px */

p {FONT-SIZE: 0.875em; line-height: 1.375em; COLOR:#003399; FONT-WEIGHT:normal} /* FONT-SIZE = 14px */
li {FONT-SIZE: 0.875em; line-height: 1.375em; COLOR:#003399; FONT-WEIGHT:normal} /* FONT-SIZE = 14px */
td {FONT-SIZE: 0.875em; line-height: 1.375em; COLOR:#003399; FONT-WEIGHT:normal} /* FONT-SIZE = 14px */


/* styles for animated front page */
#animate {position: absolute; left:-120px; top: 266px; width: 149px; height: 149px; Z-INDEX: 5}
#background {position: absolute; left:0px; top: 0px; Z-INDEX: 0}
#fixedpage {FONT-FAMILY: Verdana, Arial, Helvetica, MS Sans Serif; 	
	 FONT-SIZE: 11pt; COLOR: moccasin;   
	 margin-top: 0; margin-left: 0;
	 position: absolute; left:0; top: 0; Z-INDEX: 10} 
#head {position:absolute; left: 80px; top:40px; z-index:10;}
#flybat {position:absolute; left: 300px; top:180px; z-index:10;}
#bat {position:absolute; left: 520px; top:340px; z-index:10;}
#webdesign {position:absolute; left:20px; top:360px; z-index:10;}.img_right {
	float: right;
	margin-left: 2em;
}

