*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a.nav:link { font:verdana;font-size:10px; text-decoration: none; color:#FFFFFF;   font-weight:normal; }
a.nav:visited {font:Verdana; font-size:10px;text-decoration: none; color:#ffffff; font-weight:normal; }
a.nav:active {font:Verdana; font-size:10px;text-decoration: none; color:#ffffff; font-weight:normal; }
a.nav:hover {font-size:10px;color:#FFFFFF;text-decoration:underline;font-weight:NORMAL;}
a.content:link { font:verdana;font-size:12px; text-decoration: none; color:#000066;   font-weight:normal; }
a.content:visited {font:Verdana; font-size:12px;text-decoration: none; color:#000066; font-weight:normal; }
a.content:active {font:Verdana; font-size:12px;text-decoration: none; color:#000066; font-weight:normal; }
a.content:hover {font-size:12px;color:#000066;text-decoration:underline;font-weight:NORMAL;}
table.content{background-image: url(background.gif);
background-repeat:no-repeat;
width:100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background-image:url(back.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#000099;
border-bottom:dotted #666666 thin;
}
.oneColLiqCtr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #2288dd;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style1 {color: #FFFFFF}
.style7 {font-family: "Courier New", Courier, monospace}
.style25 {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.style26 {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana;
}
.style27 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px;
}

.style50 {font-family: Verdana; font-size: 12px; }
.style51 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}





/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;	
	
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position:fixed;
	
	top:140px;
	left: 285px;
	z-index: 1;
}
.hoverbox a .previewportrait
{
	display: none;
}

.hoverbox a:hover .previewportrait
{
	display: block;
	position:fixed;
	
	top:160px;
	left: 330px;
	z-index: 1;
}


.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.hoverbox img.portrait
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 100px;
	padding-right:14px;
	padding-left:14px;
	
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: right;
	margin: 3px;
	padding: 5px;
	position: relative;
}


