/* CSS Document */
body {
	font-size: 12px;
	color:#0D1E51;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(bkg_tile.gif);
	background-repeat:repeat;
}

#container {
	padding:0;
	border: 1px solid #0D1E51;
	background-color:#BFCFFF;
}
.frame {
	border:1px solid #E6ECFF;
}
h3 {
font-family:Georgia, "Times New Roman", Times, serif;
margin:15px 0 0 0;
font-size: 130%;
}

p {
	text-align:justify;
	padding:0 15px 0 15px;
}

a {
	color:#0D1E51;
}

a img {
text-decoration:none;
border: none;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -15px;
	left: -100px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #E6ECFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 0;
	position: relative;
}

.hoverbox .preview
{
	border-color: #E6ECFF;
	width: 300px;
	height: 225px;
}
