/* This external stylesheet is for the home.htm 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);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
img {
	border: medium ridge #339999;
}
/* Heading formats */
h1,h2,h3 {
	font-family: Lucida Sans Unicode, Verdana;
	font-style: italic;
	color:#339999;
}
h2 {
	font-size: large;
	line-height: 200%;
}
h3 {
	font-size: medium;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #339999;
}
/* To apply special colors and effects to the various links - they should be in this order */

a:link {
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
color: #336699; 
text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #339999;
	color: #CCFFFF;
	font-weight: bold;
}

a:active {
	color: #339999;
	text-decoration: underline;
	font-weight: bold;
}
#footer {
	width:100%;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding:5px;
	background-image: url(Images/footer.jpg);
	color: #339999;
	vertical-align: text-top;
}

