/* CSS Document */

#header {
	position:inherit;
	width:800px;
	height:100px;
	z-index:1;
	border: thin double #7887EE;
}
#right {
	position:absolute;
	left:786px;
	top:101px;
	height:505px;
	z-index:1;
	width: 55px;
}

#page {
	position:absolute;
	left:41px;
	top:138px;
	width:744px;
	height:476px;
	z-index:2;
}
.floatleft {
	float: left;
}
#navbar {
	position:inherit;
	left:41px;
	top:101px;
	height:34px;
	z-index:3;
}
#navbar ul {
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a:link, #navbar ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	float: left;
	color: #006600;
}

#navbar ul li a:hover {
	color: #2E6600;
	background-color: #FF9900;
}

#navright {
	display: block;
	position: inherit;
	text-align: right;
	width: 183px;
}
#navright ul {
	list-style-type: none;
	display: block;
}

#navright ul li a:link, #navright ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	float: none;
	color: #006600;
}

#navright ul li a:hover {
	color: #2E6600;
	background-color: #FF9900;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

td {font-family:Arial, Helvetica, sans-serif;}

.style2 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style: italic; }

.uppercase {text-transform:uppercase;
			 font-family:Arial, Helvetica, sans-serif;
				color: #000099;
				font-weight: bold;
}
#slideshow {
	border: thin solid #999999;
	margin-bottom: 10px;
}
.imgborder {
	border: thin solid #666666;
}
