@charset "UTF-8";
/* CSS Document */



/* Generic Selectors */

li {
line-height: 130%;
font-family:  "trebuchet MS" Arial, Helvetica, sans-serif;
}


h1 {
font-family: Arial Rounded MT Bold, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color:#330099;
}

h2 {
font-family:  "trebuchet MS" Arial, Helvetica, sans-serif;
font-size: 14px;
color: #330099;
}

p {
	font-family:  "trebuchet MS" Arial, Helvetica, sans-serif;
	}

.border {
	border: 1em solid #99FFFF;
	}

.tablelines {
	border-top:  1px solid #99FFFF;
	border-bottom:  1px solid #99FFFF;
}
	


/**************** Navigation ****************/

a:link {
	text-decoration: none;
	color:6666ff;
	font-family:  "trebuchet MS" Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color:6666ff;
	font-family:  "trebuchet MS" Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color:#6666ff;
	font-family:  "trebuchet MS" Arial, Helvetica, sans-serif;
	}
a:hover {
	text-decoration:none;
	color:#6666ff;
	font-family:  "trebuchet MS" Arial, Helvetica, sans-serif;
	}
	
/* Generic Selectors */
.nav {
	margin: 0 0em 0 1.5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	line-height:130%;
}

.center {
	margin: 0 2em 0 1.5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
.outline {
	border-left:#00CCFF;
	border-left-style:solid;
	border-left-width:thin;
	border-right:#00CCFF;
	border-right-style:inset;
	border-right-width:thin;
	}
.leftline {
	border-left:#00CCFF;
	border-left-style:solid;
	border-left-width:thin;
	}
	
.footerteal {
	border-top:#00CCFF;
	border-top-style:solid;
	border-top-width:thick;
	}
.footer {
	background-image:url(images/images08/footer.jpg);
	background-repeat:no-repeat;
	}
	
	
.floatimg {
float:left;
margin-right: 10px;
margin-bottom: 10px;
}