<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* CODED BY ALFREDO MORALES REMOVING OF THIS TAG VOIDS YOUR USE OF THIS DOCUMENT */

html
{
	height: 100%;
}

body
{
	background: #efefef;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0;
	padding: 0;
	height: inherit;
}

img
{
	border: none;
}

br
{
	margin: 2px;
}

div#wrapper
{
	width: 900px;
	height: 80.9%;
	margin: 0 auto;
}

div#banner
{
	background: url("../images/banner.png") no-repeat;
	width: 890px;
	height: 107px;
	float: left;
}

div#left
{
	width: 253px;
	height: 100%;
	float: left;
	margin-right: 9px;
}

div#right
{
	width: 628px;
	height: auto;
	float: left;
}

div#bluecontainer_top
{
	background: url("../images/bluecontainer_top.png") no-repeat;
	width: 254px;
	height: 13px;
	float: left;
}

div#bluecontainer_mid
{
	background: url("../images/bluecontainer_mid.png");
	width: 214px;
	height: ;
	padding: 20px;
	float: left;
}

div.box_top
{
	width: 215px;
	height: 35px;
	float: left;
}

div.box_mid
{
	background: url("../images/box_mid.png") repeat-y;
	width: 209px;
	height: auto;
	float: left;
	padding: 3px;
}

div.box_bot
{
	background: url("../images/box_bot.png") no-repeat;
	width: 215px;
	height: 6px;
	float: left;
	margin-bottom: 15px;
}

div#greycontainer_mid
{
	background: url("../images/greycontainer_mid.png") repeat-y;
	width: 608px;
	height: auto;
	float: left;
	padding: 10px;
}

div#greycontainer_bot
{
	background: url("../images/greycontainer_bot.png") no-repeat;
	width: 628px;
	height: 7px;
	float: left;
}

div.content_top
{
	background: url("../images/content_top.png") no-repeat;
	width: 602px;
	height: 40px;
	float: left;
}

div.content_mid
{
	background: url("../images/content_mid.png") repeat-y;
	width: 582px;
	height: auto;
	float: left;
	padding: 10px;
}

div.content_bot
{
	background: url("../images/content_bot.png") no-repeat;
	width: 602px;
	height: 8px;
	float: left;
	margin-bottom: 15px;
}

div#footer
{
	background: url("../images/footer.png") no-repeat;
	width: 599px;
	height: 52px;
	padding: 5px;
	float: left;
	margin-top: 8px;
}</pre></body></html>