	a:link			{ color: gold; text-decoration: none }
	a:active		{ color: silver; text-decoration: none }
	a:visited		{ color: yellow; text-decoration: none }
	a:hover			{ color: silver; text-decoration: none }

	body	{
		xbackground:			#000036;
		xcolor:				#F0F8FF;
		background:			maroon;
		color:				#F0F8FF;
		}
	#logopos	{
		margin:				0;
		}
	#navborder	{
		float:				left;
		width:				14%;
		}
	#button	{
		}
	#button UL {
		padding:			1.5em 0em 0em 0em;
		margin:				15px 0;
		border:				0px none;
		list-style-type:	none;
		width:				136px;
		}
	#button LI {
		text-align:			center;
		xborder:			2px solid #000036;
		border:				2px solid maroon;
		xbackground:		midnightblue;
		background:			#990000;
		font-family:		arial;
		font-size:			x-small;
		}
	#button LI A {
		display:			block;
		width:				100%;
		padding:			5px 0px 5px 0px;
		color:				gold;
		}
	#button li a:hover	{
		xcolor:				#000036;
		color:				#990000;
		text-decoration:	none;
		background:			silver;
		}
	#mainbody	{
		float:				right;
		width:				55%;
		padding:			0% 20% 0% 10%;
		}
	#widebody	{
		float:				right;
		width:				65%;
		padding:			0% 15% 0% 5%;
		}
	#mainbody h1	{
		padding-top:		1em;
		padding-bottom:		1em;
		text-align:			center;
		color:				aliceblue;
		font-family:		arial;
		font-size:			2em;
		}
	#mainbody h2	{
		padding-top:		1.5em;
		padding-bottom:		1em;
		text-align:			center;
		color:				aliceblue;
		font-family:		arial;
		font-size:			1.5em;
		}
	#mainbody p	{
		font-size:			medium;
		}
	#mainbody hr {
		width:				70%;
		color:				darkred;
		}
	#mainbody LI {
		text-align:			left;
		margin:				.5em 0px .5em 0em;
		list-style-type:	none;
		}
	#mainbody table {
		font-size:			medium;
		}
	#mainbody th {
		color:				gold;
		text-align:			center;
		padding:			.5em 1.5em .5em 0em;
		}
	#mainbody td {
		text-align:			left;
		padding:			.5em 1.5em .5em 0em;
		}
	#foot	{
		color:				gold;
		clear:				both;
		padding:			2% 0% 0% 0%;
		}
	.putmiddle {
		text-align:			center;
		}
	.displaypicx {
		position:			relative;
		}
	.displaypicx a:hover {
		border:				0;
		}
	.displaypicx a span img {
		position:			absolute;
		top:				210px;
		height:				0;
		width:				0;
		border-width:		0;}
		}	
	.displaypicx a:hover span img {
		position:			absolute;
		top:				210px;
		left:				46px;
		height:				341px;
		width:				512px;
		}
	.imglinks {
		position:			relative;
		}
	.imglinks a:hover {
		border:				0px;
		}
	.imglinks a img {
		position:			absolute;
		top:				200px;
		height:				0;
		width:				0;
		border-width:		0;
		}	
	.imglinks a:hover img {
		position:			absolute;
		top:				200px;
		left:				350px;
		height:				281px;
		width:				562px;
		}