/* This external stylesheet is for the navigation_frame only -- it includes specifications for the background image, left-alignment of text, and special link characteristics */

/* To apply background image to entire page */
body {
	background-image: url(Images/bg_015.gif);
}
img {
	border: thin solid #CCFFFF;
}

/* To apply special colors and effects to the various links - they should be in this order */

a:link {
color: #FFFFFF; 
text-decoration: none;
}

a:visited {
color: #FFFFFF; 
text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #CCFFFF;
	color: #339999;
}

a:active {
color: #FFFFFF; 
text-decoration: underline;
}

/* Table holds the navigation links */
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #CCFFFF;
	background-color: #339999;
	border: medium groove 339999;
	position: absolute;
	width: 150px;
	left: 4px;
	top: 1px;
}
