<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  -------------------------------------------------
	G E T   R I D   O F   N A T I V E   M A R G I N S
	-------------------------------------------------  */

* {
	margin: 0px;
	padding: 0px;
}

.fl_right
{
	float: right;
}

.fl_left
{
	float: left;
}

/*  -------------------------------------------------
	P U T   N E W   M A R G I N S   I N
	-------------------------------------------------  */

p, h1, h2, ul {
	padding-bottom: 0.8em;
}

li {
	margin-left: 20px;
	margin-bottom: 0.5em;
}

html, body 
{
	font-family: arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	
}

body
{
	font-size: small;
	
	background-color: #AAC3FF;
}


#outercontainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 860px;
	overflow: visible;
	visibility: visible;
	
	display: block;
	float: left;
	
	background-image: url(../images/shadow_bg.jpg);
	xborder: 1px solid red;
}

#container
{
	xborder: 1px solid green;
	float: left;
	width: 770px;
	
	position: relative;
	left: 45px;
}

#horizon
{
	margin-left: -430px;
	margin-top: 0px;
	
	position: absolute;

	top: 0px;
	left: 50%;
	xborder: 1px solid red;
	xdisplay: inline;
	xwidth: 770px;
}





/* divs on da page */

#header
{
	width: 770px;
	height: 80px;
	
	background-image: url('../images/header_bg.gif');
	background-repeat: no-repeat;
}

#nav
{
	background-image: url('../images/handcuffs1.jpg');
	background-repeat: no-repeat;
	
	width: 770px;
	height: 77px;
	border-bottom: 10px solid #8EA3D2;
}

#mainsection
{
	width: 770px;
	float: left;
}

#footer
{
	width: 860px;
	height: 100px;
	padding-right: 45px;
	padding-left: 45px;
	margin-bottom: 0px;
	
	
	xborder-top: 10px solid #8EA3D2;
	padding-top: 10px;
	float: left;
	display: block;
	
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
} 

#footer p 
{ 
	border-top: 10px solid #8EA3D2; 
	padding-top: 5px;
	width: 770px;
	padding-bottom: 10px;
	
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}


/* header styles */

#nav ul
{
	list-style: none;
	position: absolute;
	top: 85px;
	left: 10px;
}

#nav ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav ul li a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	display: block;
	
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #8EA3D2;
} #nav ul li a:hover { text-decoration: underline; }




#floating
{
	width: 460px;
	height: 42px;
	
	float: left;
	
	background-image: url('../images/floating_bg1.jpg');
	background-repeat: no-repeat;
	
	xborder: 1px solid red;
	display: block;
	
	
	/* 
	position: absolute;
	top: 112px;
	left: -4px;	*/

	margin-top: 32px;
	margin-left: -3px;
}

#floating .section
{
	width: 150px;
	height: 42px;
	float: left;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url('../images/bluestar.jpg');
	background-repeat: no-repeat;
	background-position: left;
	
}

#floating .section p
{
	padding-left: 48px;
}

#floating .section a
{
	display: block;
	
	font-weight: bold;
	font-size: 12px;
	color: #1A19B3;
	text-decoration: none;
	
	position: absolute;
	height: 42px;
	width: 150px;
	
}

#floating .section a span
{
	display: block;
	padding-top: 10px;
	padding-left: 48px;
}

#floating .section p
{
	padding-top: 22px;
	font-size: 10px;
	color: #666666;
}




/* main section styles */

#mainsection iframe
{
	border: 0px;
}

#mainsection h2
{
	font-weight: normal;
	font-style: normal;
	font-size: 16pt;
	padding-top: 5px;
	padding-bottom: 5px;
	
	color: #1A19B3;
}

#mainsection h3
{
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	color: #8EA3D2;
	
	
}

#mainsection h4
{
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: #666666;
	
	padding-top: 10px;
	
}

#mainsection p
{
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #666666;
	padding-top: 10px;
	xpadding-bottom: 10px;
	
}

#mainsection p.standout
{
	font-size: 12pt;
	color: #666666;
}

#mainsection a
{
	text-decoration: underline;
	color: #1A19B3;
} #mainsection a:hover { text-decoration: none; }

#mainsection ul, ol
{
	color: #666666;
	font-size: 10pt;
}

#mainsection label
{
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
}</pre></body></html>