@charset "utf-8"; h1 { 	color: #CCCCFF; 	font-size: 28pt; 	font-family: Garamond; 	font-weight: bold; } body { 	background-color: #332C51; 	background-image: url(/images/background.jpg); 	background-repeat: repeat-x; } .content { 	position: relative; 	margin: auto; 	width: 700px; } .header { 	background-image: url(/images/logo.png); 	background-repeat: no-repeat; 	padding-top: 30px; 	padding-left: 130px; 	height: 140px; } .searchBox { 	position: absolute; 	right: 0px; 	top: 100px; } .searchBox input { 	border: none; } .searchBox:hover { 	border-bottom-color: #CC0000; 	border-bottom-style: solid; 	border-bottom-width: 2px; } .bodyContent { 	background-color: #FFFFFF; 	border-color: #000000; 	border-style: solid; 	border-width: 1px; 	padding: 20px; 	font-family: Garamond; } .bodyContent .heading { 	font-size: 10pt; } .bodyContent .date { 	position: relative; 	text-align: right; 	right: 0px; 	top: -20pt; 	font-size: 10pt; } .bodyContent hr { 	position: relative; 	top: -20pt; } .bodyContent .text { 	position: relative; 	top: -22pt; 	padding-left: 30px; 	font-size: 11pt; } .bodyContent .image { 	position: relative; 	top: -22pt; } .bodyContent .searchLink { 	position: relative; 	top: -22pt; } .footer { 	color: #FFFFFF; 	font-family: Garamond; 	font-weight:bold; 	font-size: 9pt; 	text-align: right; } .Navigation { 	position: absolute; 	font-family: Garamond; 	font-size: 12pt; 	height: 30px; 	width: 698px; 	text-align: center; 	background-color: #FFFFFF; 	border-color: #000000; 	border-style: solid; 	border-width: 1px; } .Navigation a {	padding-bottom: 3px !important;		padding-bottom: 1px;	 	padding-left: 8px; 	padding-right: 8px; 	display: inline; } .Navigation a:hover { 	background-color: #EEEEEE; } .Navigation ul { 	padding-top: 3px; 	visibility: hidden; 	top: 12px; 	font-size: 14pt; 	position: absolute; 	list-style: none; 	display: block; } .Navigation ul li { 	display: inline;} .Navigation ul li a { 	color: #CCCCFF;	padding-right: 3px;} .Navigation ul li a:hover { 	color: #666666; } a { 	text-decoration: none; } a:visited { 	color: #0000FF; }
