/* CSS Document */

body {
	
	font-family: Verdana, Arial, sanserif;
	text-align: left;
	font: normal 14px verdana;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h1, 
.chap_title {color: #594466; font-size: 30px; font-style:italic;
}
.style44 {color: #664E74; font-size: 12px; 
}
.style45 {color: #FFFFFF;
}
.style46 {color: #664E74; font-style: italic; 
}
.style47 {color: #FFFFFF;
		font-size: 12px;
}
.style58 {color: #664E74; font-style: italic; }
.style59 {color: #664E74; font-size: large; font-weight: bold; 
}
.style66 {color: #664E74}
.style67 {color: #664E74; font-family: Arial, Helvetica, sans-serif; font-style: italic; font-size: 14px; 
}
.style10 {font-family: Arial, Helvetica, sans-serif; color: #660066;
}
.bodylink {
	font-family: Arial, Helvetica, sans-serif; 
	color: #594466; 
	font-size: 14px;
}
.styleItalic {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #660066; 
}
.style31 {
	color: #FFFFFF;
	font-weight: bold;
}
a.bottomlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -.05em;
	padding-left: 0px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.bottomlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -.05em;
	padding-left: 0px;
	color: #CCBED3;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.bottomlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -.05em;
	padding-left: 0px;
	color: #CCBED3;
	line-height: normal;
	font-weight: normal;
	}
a.bottomlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -.05em;
	padding-left: 0px;
	color: #CCBED3;
	line-height: normal;
	font-weight: normal;
}
.note {
	color: #666666;
}
	.removeStyles{styles:clear}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	font-weight: normal;
	line-height: 15px;
	font-size: 12px;
}
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #9073A1; /* IE6 Bug */
	border: 0px solid #ccc;
	border-bottom: 5;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FFFFFF; background: #664E74; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; background: #9073A1; } /* The magic */

