* {
margin: 0;
padding: 0;
}

a:link {color:#4f73a2; text-decoration: none;}      
a:visited {color:#4f73a2; text-decoration: none;}  
a:hover {color:#cd6b3e; text-decoration: underline;}  
a:active {color:#4f73a2; text-decoration: none;}  

.maincontent{
	background-image: url('../images/bkgrd/main_bkgrd.gif');
	background-repeat:no-repeat;
	background-position:top center;
} 

.maincontent.header{
	width:1024;
	height:191px;
}

.logo{
	position:static;
	left:700px;
	top:150px;
	text-align: left 
}

.nav{
	position:relative;
	left:600px;
	top:150px;
	text-align: right 
}

.hometext{
	color: #626262;
	Font-Family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;;
	font-size: 10pt;
	font-style: normal;
}

.normaltext{
	color: #626262;
	Font-Family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;;
	font-size: 10pt;
	font-style: normal;
}

.copytext{
	color: #d8e1eb;
	Font-Family: Arial;
	font-size: 8.5pt;
	font-style: normal;
}
.outsidelink{
	color: #d8e1eb;
	Font-Family: Arial;
	font-size: 8.5pt;
	font-style: normal;
}

img.special {
	border-width: 1px;
	border-color: #406498;
	border-style: solid;
}

/* =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: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #ffffff;
	border-color: #406498;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	
}

.hoverbox li
{
	background: #ffffff;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #406498;
	width: 400px;
	height: 291px;
}	

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}