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

body
{
	background: #fff url('../img/bg.gif') repeat scroll 50% 0;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow:visible;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #650000;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    color: #650000;
    text-align: center;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #650000;
    display: inline;
}
ul {
   margin: 0 auto;
}
div.page
{
	margin: 0 auto;
	width: 1000px;
	padding: 10px 0 0 0;
}

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

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.content
{
	clear: both;
	float: left;
	position:relative;
	padding: 1px 0px;
	width: 1000px;
}

div.left
{
    /*background: red;*/   
    clear: both;
	float: left;
	top: 0;
	position:absolute;
    margin-left:0%;
	width:22%;
	
}
div.middle
{   
    /*background: yellow;*/
    clear: both;
	float: left;
	top: 0;
	position:absolute;
    margin-left:21%;
	width:58%;
}
div.right
{
    /*background: blue;*/
    clear: left;
	float: right;
	top: 0;
    margin-left:78%;
	width:22%;
	/*float: right;*/
}



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

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

div.links a:hover
{
	color: #d03900;
	text-decoration: underline;
}

div.breadcrumb a, li
{
	display: inline;
	color: #660000;
	text-decoration: none;
	line-height: 140%;
	padding-left: 0px;
}

div.image-view-link
{
	display: inline-block;
	width: 300px;
}

div.box
{
	/*
	border: 1px solid #1566b1;
	*/
	clear: both;
	margin: 0 10px 10px 10px;
	background: #f9fbe0;
}

div.box-caption
{
	background-color: #808080;
	/*
	background-image: url('../img/corner.gif');
*/
	background-image: url('../img/box-bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
}

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

div.link_display_in_category 
{
	clear: both;
	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.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>