BODY { 
	background-image:  url("hibiscus.jpg");
	background-repeat: no-repeat;
	background-color: rgb(162,172,213);
	font-family: Arial Narrow, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #414181;
}
	
a {
	color: #333399;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: none;
	margin-left: -45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #815a35;
	line-height: 30px;
}

.nav {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}