/* CSS Styles */

/* Body */

body {
	margin: 10px 0px 10px 0px;
 	background-image: url(images/background.gif);
	}

A:link		{color: #006600; font-weight: bold; text-decoration: none;}
A:visited	{color: #006600; font-weight: bold; text-decoration: none;}
A:active	{color: #006600; font-weight: bold; text-decoration: none;}
A:hover 	{color: #FFFF33; font-weight: bold; text-decoration: underline;}

/* Layers */

#AltNav {
	position: relative;
	top: 10px;
	width: 760px;
	height: 0px;
	z-index: 1;
}

#Disclaimer	{
	position: relative;
	top: 40px;
	width: 760px;
	height: 0px;
	z-index: 2;
	visibility: visible;
}

/* Horzontial Line */

hr	{
	width: 50%;
	height: 6px;
	background-color: #003300;
	color: #003300;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
/* Paragraphs */

p.basic	{
	margin-right: 50px;
	font-weight: bold;
	font-style: italic;
}

p.altnav	{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, serif;
	border-bottom: 3px double #000000;
	margin: 0px 90px 0px 90px;
	padding: 3px;
	letter-spacing: 1.5px;
}

p.disclaimer	{
	text-align: center;
	font-family: Tahoma, serif;
	font-size: 10px;
}
	
/* Headings */

h1	{
	text-align: left;
	font-size: 18pt;
	margin-bottom: 0px;
	width: 450px;
	border-bottom-color: #009900;
	border-bottom: 5px double #009900;
}

h3	{
	font-size: 14pt;
	letter-spacing: 3px;
	border-bottom: 2px solid #009900;
	width: 250px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	}

/* Paragraphs */

p.title {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	}
p.footer {
	font-family: Tahoma, serif;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	}
p.navtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	}

/* Tables */

table.frontdoor {
	background-image: url(images/greenback.gif);
	width: 550px;
	border: 5px outset green;
	}
table.navbar {
	background-image: url(images/greenback.gif);
	}
	
td.navleft {
	background-image: url(images/navbar_13.gif);
	background-color:#FFFFFF;
	vertical-align: top;
	}
	
/* Positions */

td.align1	{
	padding: 10px 50px 10px 10px;
	}
	
img.icon {
	vertical-align: text-bottom;
	}
img.picture {
	padding: 0px 5px 0px 0px;
	text-align: left;
	}
