/***********************************************/
/* dragonfly.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	
	font-family: Arial,sans-serif;
	background-color: #ffffff;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

H1 {  font-family: Arial, sans-serif; 
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #000066;
	}
	
H2 {  font-family: Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #3d6796;
	}
	
H3 {  font-family: Arial, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #000000;
	}	
	
p {  font-family: Arial, sans-serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: normal;
	}

A:link {font-family: Arial, sans-serif;
	text-decoration: underline;
	}

A:visited {font-family: Arial, sans-serif; 
	text-decoration: none;
	}

A:hover {font-family: Arial, sans-serif; 
	text-decoration: none;
	}

.sm {  font-size: 8pt}

#content{
	background-image: url(images/background1.gif);
	width: 100%;
	margin: 0;
	padding: 0 1% 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;	
}
#navBar{
	
	padding: 0px;
	
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

