/* CSS Document */body {	background-color: #000000;	margin-left: 0px;	margin-top: 0px;}p {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 14px;	padding-left: 20px;	padding-right: 20px;	line-height: 17px;}.style1 {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 16px;	color: #ffcc66;	text-align:center}h1 {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 24px;	font-weight:bold;	color: #993333}a:link {	color: #993333;	text-decoration: none;}a:visited {	text-decoration: none;	color: #993333;}a:hover {	text-decoration: none;	color: #FFFFFF;}a:active {	text-decoration: none;	color: #993333;}a {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 14px;	font-weight: bold;}ul { /* all lists */	padding: 0;	margin: 0;	list-style: none;	}li { /* all list items */	float: left;	position: relative;	width: 10em;}li ul {	display: none;	position: absolute;	top: 1em;	left: 0;	text-align: center;	line-height: 20px;	border: 1px solid #ffffff;	border-width: 1px 0;	border-left-width: 1px;	border-right-width: 1px;	background-color:#cccc66;	}li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */	top: auto;	left: auto;}li:hover ul, li.over ul { /* lists nested under hovered list items */	display: block;}#content {	clear: left;}.pic {	border: 1px solid #993333;}.dropcap {color: #993333;float: left;width: 42px;font-size: 62px;line-height: 51px;font-weight: normal;font-family: georgia, times;}