body
{
font-family: arial, verdana;
background-color:#999965;
}

a
{
color: green;
}

a:hover
{
color: white;
text-decoration:none;
background-color:#008000;
}

.container
{
width:80%;
min-width:700px;
margin-left:10%;
}

.container2
{
clear:both;
border:solid 15px #008000;
padding:1em;
}

.container3
{
clear:both;
border:solid 2px #0000ff;
}

.header
{
height:250px;
min-width:400px;
margin:0 11% 0 11%;
background:url(images/headercenter3.gif) repeat-x;
padding:2em;
color:blue;
font-size:167%;
font-weight:bold;
}

.menu1
{
position:relative;
top:2px;
float:left;
height:32px;
width:128px;
display:inline;
background:url(images/tab1a.gif);
font-weight:bold;
}

.menu2
{
float:left;
height: 32px;
width: 128px;
display:inline;
background:url(images/tab2a.gif);
font-weight:bold;
}

.menu2 a
{
color: white;
}

.align
{
position:relative;
top:10px;
text-align:center;
}

.content
{
clear:top;
background-color:#ffffd9;
padding:1em;
}

.content2
{
clear:both;
}

.content2 span
{
font-size: 110%;
font-weight: bold;
color:blue;
}

.cursive
{
font-family: cursive;
text-align: center;
}

.value
{
width: 137px;
height: 94px;
font-size: 70%;
padding-top: 15px;
background: url(images/Value.gif) center no-repeat;
}

.border
{
border: 5px solid black;
padding: .25em;
}

.links a
{
font-size: 150%;
font-weight: bold;
color: blue;
border: 10px outset blue;
padding: .25em;
}

.links a:hover
{
background: none;
border: 10px inset blue;
}

.footer
{
font-size: 80%;
text-align: center;
}

.footer a
{
color: black;
text-decoration: none;
}

.footer a:hover
{
text-decoration: underline;
color:#800080;
background: none;
}

.footer span
{
color:#800080;
font-size:200%;
font-weight:bold;
font-family: cursive
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox li
{
	background: #ffffd9;
	border-color: #008000;
	border-style: solid;
	border-width: 2px;
	color: blue;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox img
{
	vertical-align: top;
}

.hoverbox a
{
	cursor: default;
	height: 60px;
	width: 100px;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #008000;
	border-style: outset;
	border-width: 5px;
	color: inherit;
	padding: 2px;
	width: 100px;
	height: 60px;
}

.hoverbox img.preview
{
	border-color: #008000;
	width: 200px;
	height: 120px;
}


* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 100%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

* html .hoverbox li
{
	position: static;
}