/* Style Sheet */

body {
	background-color: #8DB3E2;/* was: #8DB3E2 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;

}

#emptyElement {
	position			: absolute;
	left				: 5 px;
	top					: 690 px;
	height				: 30 px;
	width				: 640 px;
	background-color	: #8DB3E2;
	background-image	: url(images/bottom_gradient.jpg);
	background-repeat	: repeat-x;
}

#logoDiv {
	position: absolute;
	left				: 0px;
	top					: 0px;
	width				: 650;
	z-index				: 10;
	background-color	: #FFFFFF;
	background-image	: url(images/right_gradient.gif);
	background-repeat	: repeat-y;
	background-position	: 641;
}
#contentContainer {
	position			: absolute;
	top					: 125;
	left				: 0;
	width				: 650;
	height				: 565;
	overflow			: auto;
	background-color	: #FFFFFF;/* was: #8DB3E2 or #FFFDDD (pale yellow)*/
	background-image	: url(images/right_gradient.gif);
	background-repeat	: repeat-y;
	background-position	: 641;
	border				: 0 solid;
	padding				: 10px;
	z-index				: 3;
}
#content {
	position			: relative;
	top					: 10;
	left				: 10;
	width				: 600;
	height				: 500;
	overflow			: auto;
	background-color	: #FFFFFF;/* was: #8DB3E2 or #FFFDDD (pale yellow)*/
	border				: 0 solid;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: .8em;
	text-align			: justify;
}
	
#navlist {
	position: absolute;
	left: 1px; /* was 14px */
	top: 186px; /* was 190px */
	width: 177px;
	height: 718;
	background-color: #FFFFFF;
	background-image: url(images/left_gradient.gif);
	background-repeat: repeat-y;
	font-size: .9em;
	z-index: 10;

}

#navlist ul {
	position: absolute;
	left: 20;
	top: 10;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .9em;
	width: 150;
}

#navlist li {
	margin: 0;
}

#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #000000; /* was: #999999 */
	background-image:  url(images/list_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
	color: #2d1e2d; /* Link and Visited Text Color */ 
	text-decoration: none;
}

#navlist  a:hover, #navlist  a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #000000; /* was: #9f6f9f */
	background-image:  url(images/list_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2d1e2d; /* Hover Text Color was: 2d1e2d */
}

.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
}
