<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "charset-name";

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}


body
{
	width: 100%; 
	background: green;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	overflow:visible;
}

div.page
{
	margin: 0 auto;
	width: 100%;
	padding: 0px 0 0 0;
}

div.header
{	position:relative;
	top:1px;
/*	background-image: url('../img/header-bg.gif');*/
	border-bottom: 1px solid #1566b1;
	height: 2px;
	padding: 1px 0 0 0;
}

div.logo
{
	float: left;
	padding: 1px 2px;
	width: 1px;
}

div.content
{
	clear: left;
	float: left;
	position:relative;
	padding: 1px 0px;
	width: 100%;
}

div.left
{
    background: red;
    margin-left:0%;
	width:100%;
	position: relative;
	left: 0%;
}
div.middle
{   
    background: yellow;
    margin-left:0%;
    left: 0%;
    float: left;
	width:100%;
	position: relative;
}
div.right
{
    background: blue;
    margin-left:0%;
	width:100%;
}

div.links
{
	text-align: justify;
	text-decoration: none;
	line-height: 200%;
}

div.links a
{
	color: #660000;
	text-decoration: none;
	line-height: 200%;
}

div.links a:hover

{
	color: #d03900;
	text-decoration: underline;
}

div.box
{
	clear: both;
	margin: 0 10px 10px 10px;
	background: #f9fbe0;
}

div.box-caption
{
	background-color: #660000;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
}

div.box-content
{
	padding: 10px;
}


div.link_display_in_category 
{
	margin: 0 0 0px 0px;
	padding: 0px;
	background: #f9fbe0 url('../img/bgshade.gif') repeat-x;
	color: #303030;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

div.bottom
{
	background-position: top left;
	background-color: #ef9d16;
	border-top: 3px solid #eeba04;
	clear: both;
	position:relative;
	color: #000000;
	font-size: 10px;
	padding: 1px 0;
	width: 100%;
	text-align: center;
	line-height: 40%;
}

div.bottom a

{
	color: #FFF;
	font-weight: bold;
	line-height: 200%;
}

div.bottom a:hover
{
	color: #333;
}

div.partners
{
	background-position: top left;
	background-color: #f9fbe0;
	border: 1px solid #eeba04;
	clear: both;
	position:relative;
	color: #000000;
	font-size: 9px;
	padding: 10px 10px;
	margin: 10px;
	text-align: left;
}
div.partners a
{
	color: #650000;
	font-weight: bold;
	line-height: 170%;
}



</pre></body></html>