/* CSS Document */body{	font-family: Times New Roman,Times, serif;	font-weight: 300;	color: #000033;	background-image: url("images/jpgs/paper.jpg");	background-color: #FFFFFF;}h1{	font-size: 36px;	text-decoration: underline;}h2{	font-size: 20px;	font-weight: lighter;}h2.ud{		text-decoration: underline;}h3{	font-size: 16px;	font-weight: lighter;}h4{	font-size: 11px;	font-weight: lighter;}div.menu{	margin: 0;	font-size: 80%;	font-weight: bold;	line-height: 1.1;	text-align: center;	/*position: fixed;	top: 2em;	left: auto;	width: 9.5em;	right: 1em;*/}div.menu p{	margin: 0;	padding: 0.3em 0.4em;	/*font-family: ;*/	background: #336666 ;	border: thin outset #000033;	color: white;}div.menu a, div.menu em{	display: block;	margin: 0 0.5em;}div.menu a, div.menu em { border-top: 2px groove #000033; }div.menu a:first-child { border-top: none; }div.menu em { color: #000033; }div.menu a:link{	text-decoration: none;	color: #003366;}div.menu a:visited{	text-decoration: none;	color: #33CCFF;}div.menu a:hover{	background: #999999;	color: white;}#menu{		position: fixed;	top: 32px;	right: 5px;	width: 8.5em;	}#header{	color: #003333;	position: fixed;	width: 82%;	height: 7em;	top: 0;	right: 0;	bottom: auto;	left: 0;}#main{	padding-top: 9em;	padding-bottom: 5em;	text-align: left;	/*text-indent: ;*/	width: 82%;		/*bottom: ;position: fixed;	height: auto;	top: ;	left: 2em;	right: 4em;*/}#footer{	color: #003333;	text-align: left;	/*text-indent: ;*/	width: 100%;	position: fixed;	top: 85%;	right: 5px;	width: 10em;}