
body
{
	/*  width: 1000px; */
	width: 1015px;
	margin-top: 0px;
	margin-left: 0px;
	background:  #FFFFFF;
}


a
{
	font: 9pt/12pt Arial, sans-serif;
	color: gray;
	text-decoration: none;
}

/* a:visited { color: gray } */
a:hover { color: black /* #FF8429 */ ; }
/* a:active { color: #FF8429; } */
}


img
{
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*top: 0; */
	left: 0px;
	/* border:0; */
}


table
{
	/* width: 100; Don't know why this is here */
	border: 0px;
	padding: 0px;
}

td
{
	border: 0px;
	padding: 0px;
}

.giant_text
{
	font: 18pt/24pt Arial Narrow, sans-serif; 
	/*font: 16pt/24pt Verdana, sans-serif; */
	color: #669999;
}

.body_text
{
	font: 10pt/15pt Arial, sans-serif;
	/* Times, serif */
	color: #808080; 
}

.display_text
{
	font: 13pt/17pt Arial Narrow, sans-serif;
	color: #669999;
}

.sans_text
{
	font: 10pt/12pt Arial Narrow, sans-serif;
	color: gray;
}

.sans_text_white
{
	font: 10pt/12pt Arial Narrow, sans-serif;
	color: white;
}

.tiny_text
{
	font: 9pt/11pt Arial Narrow, sans-serif;
	color: gray;
}

.tiny_text_white
{
	font: 9pt/11pt Arial Narrow, sans-serif;
	color: #FFFFFF;
}

.sans_blue
{
	font: 10pt/12pt Arial Narrow, Arial, sans-serif;
	color: #669999;
}

.sans_gray
{
	font: 10pt/12pt Arial Narrow, sans-serif;
	color: gray;
}
.spacer
{
	font: 6pt/6pt Arial Narrow, Arial, sans-serif;
	color: #FFFFFF;
}


#container
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 0;
}

#huge_logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 332px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 10;
}

#small_logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 172px;
	height: 332px;
	margin-top: 0px;
	margin-left: 15px;
	z-index: 10;   /* 5 */
}

#nav
{
	position: absolute;
	top: 340px;
	left: 0px;
	width: 196px;  /* 172px */
	margin-top: 0px;
	margin-left: 15px;
	font: 9pt/12pt Arial, sans-serif;
	color: gray;
}

#footer
{
	position: relative;
	top: 0px; /* 15px; */
	left: 0px; /* 224px; */
	width: 776px; /* 850px */
	margin-top: 0px;
	margin-left: 0px;
}

#sidebar
{
	position: absolute;
	top: 380px;
	left: 0px;
	width: 200px;  /* 175px; */
	margin-top: 0px;
	margin-left: 18px;
	font: 9pt/11pt Arial Narrow, sans-serif;
	color: gray;
}

/*
#container
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}
*/

#main
{
	position: absolute;
	top: 0px; /*0px*/
	left: 224px;
	width: 776px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}

#main_relative
{
	position: relative;
	top: 0px; /*0px*/
	left: 0px;
	width: 776px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 2;
}

#wide_left
{
	position: absolute;
	top: 0px;
	left: 224px;
	width: 456px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 2;
}

#narrow_right
{
	position: absolute;
	top: 0px;
	left: 710px;
	width: 290px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 3;
}


#caption1
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 185px;
	margin-top: 0px;
	margin-left: 0px;
	font: 9pt/12pt Arial Narrow, sans-serif;
	color: #FF8429;
	visibility: hidden;
	z-index:2; 
	/* overflow: auto; */
}


#caption2
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 185px;
	margin-top: 0px;
	margin-left: 0px;
	font: 9pt/12pt Arial Narrow, sans-serif;
	color: #FF8429;
	visibility: hidden;
	z-index:2; 
	/* overflow: auto; */
}

#caption3
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 185px;
	margin-top: 0px;
	margin-left: 0px;
	font: 9pt/12pt Arial Narrow, sans-serif;
	color: #FF8429;
	visibility: hidden;
	z-index:2; 
	/* overflow: auto; */
}

#caption4
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 185px;
	margin-top: 0px;
	margin-left: 0px;
	font: 9pt/12pt Arial Narrow, sans-serif;
	color: #FF8429;  /* #669999; */
	visibility: hidden;
	z-index:2; 
	/* overflow: auto; */
}

#contact
{
	position: absolute;
	top: 500px;
	left: 15px;
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	font: 9pt/12pt Arial Narrow, sans-serif;
	color: gray;  /* #669999; */
	visibility: visible;
	z-index:3; 
	/* overflow: auto; */
}

