<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BODY */
body
{ margin:0; padding:0; background: #ffffff url("graphics/bg-top.gif") repeat-x; }

/* END BODY */


/* BACKGROUND IMAGES */
.home-bg {
	background-image: url(graphics/home-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.internal-bg {
	background-image: url(graphics/internal-top1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* TYPOGRAPHY */
body	{
	font-size: small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	color:#000000;
	line-height: 150%;
}

.boxedtext	{
	font-size: x-small;
	line-height: 145%;
	padding: 10px;
	margin: 5px;
	border: 1px solid #000000;
	background-color: #ffffff;
	width:250px;

}
.boxedtext2	{
	font-size: x-small;
	line-height: 145%;
	padding: 10px;
	margin: 5px;
	border: 1px solid #000000;
	background-color: #ffffff;
	text-align:left;
	width:250px;

}


.blockquote	{
	padding-left: 10px;
	margin-left:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.superhd1 {
	color:#d44227;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd2 {
	color:#428d9b;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd3 {
	color:#5ab447;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd4 {
	color:#333333;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.subhd1 {
	color:#d44227;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
}
.subhd2 {
	color:#428d9b;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
}
.subhd3 {
	color:#5ab447;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
}
.subhd4 {
	color:#333333;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
}
.sub1 {
	color:#952d1f;
	font-size: small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.alert {
	color:#d44227;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-style:italic;
	line-height: 22px;
}
.posted	{
	font-size:x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-style:italic;
	color: #cccccc;
}


/* END TYPOGRAPHY */

/* LINKS */
a:link	{ color:#428d9b; text-decoration:underline; }
a:active	{ color:#333333; text-decoration:underline; }
a:visited	{ color:#428d9b; text-decoration:underline; }
a:hover	{ color:#333333; text-decoration:underline; }

/* top menu */

a.topmenu:link
{
	font-size: x-small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	text-transform: none;
	background-color: #e48f80;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
}
a.topmenu:active
{
	font-size: x-small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	text-transform: none;
	background-color: #333333;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
}
a.topmenu:visited
{
	font-size: x-small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	text-transform: none;
	background-color: #e48f80;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
}
a.topmenu:hover
{
	font-size: x-small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	text-transform: none;
	background-color: #333333;
	border: 1px solid #ffffff;
	letter-spacing: 1px;	
}

	
/* menulink */

	
/* 1 */

a.sublink1:link
{
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}

a.sublink1:active
{
	font-size: x-small;
	font-weight: bold;
	color: #5ab447;
	text-decoration: none;
	
	}

a.sublink1:visited
{
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}


a.sublink1:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #5ab447;
	text-decoration: none;
	
}

/* 2 */

a.sublink2:link
{
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
	
}

a.sublink2:active
{
	font-size: x-small;
	color: #428d9b;
	text-decoration: none;
	margin-left: 10px;
	
	}

a.sublink2:visited
{
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
	
}

a.sublink2:hover
{
	font-size: x-small;
	color: #428d9b;
	text-decoration: none;
	margin-left: 10px;
	
}

/* 3 */

a.sublink3:link
{
	font-size: x-small;
	color: #cccccc;
	text-decoration: none;
	
}

a.sublink3:active
{
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	
	}

a.sublink3:visited
{
	font-size: x-small;
	color: #cccccc;
	text-decoration: none;
	
}

a.sublink3:hover
{
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	
}

/* END LINKS */

/* STUFF */

.rule {
	border-top: 1px solid #000000;
	padding-top: 7px;
	margin-top: 7px;
	clear: left;
}
</pre></body></html>