/* CSS Document */
#banner {
	background-image: url(../ribbon.gif);
	background-position:top;
	width: 800px;
	height: 200px;
	background-repeat:no-repeat;
}
body {
	background-image: url(../919BG.gif);
	background-repeat: repeat;
}
.navigationbar {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #6c5635;
	text-decoration: none;
	background-color: #FFFFCC;
	display: inline-table;
	padding: 2px;
	width: auto;
	border: solid #6c5635 thin;
	text-align: center;
}
.navigationbar:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #FFCC66;
	display: inline-table;
	padding: 2px;
	width: auto;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
