<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
    font-family: Arial;
    font-size: 11pt;
	margin-top: 0px;
	margin: auto;
	text-align: center;
}

/* This is to support png background images in IE 5+ */
img, div { behavior: url(iepngfix.htc) }

h1
{
    font-family: Arial;
    font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

h2
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

ul 
{
	padding: 2px 0px 2px 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}

li 
{
	padding: 2px 0px 2px 0px;
	margin-left: 6px;
}

p 
{
	line-height: 13pt;
	padding: 5px 15px 10px 0px;
	margin: 0px;
}

img 
{
	border: none;	
}

a:link
{
    text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}

a:visited
{
    text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}

a:active
{
    text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}

a:hover
{
    text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}

/* Container */
.container
{
    width: 900px;
    margin: auto;
	background-image:  url(../images/backgroundshader.png);
    background-repeat: repeat-y;
	text-align: center;
}

.container_inner 
{
	width: 800px;
	margin: auto;
	text-align: left;
	background-image: url(../images/col-bg.gif);
	backgound-repeat: repeat-y;
}

/* Header */
.header_box
{
	width: 580px;
	height: 80px;
	background-image: url(../images/smallhorizontalshader.png);
	background-repeat: repeat-x;
}

.header_left 
{
	width: 370px;
	height: 68px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	float: left;
}

.header_right 
{
	width: 210px;
    height: 80px;
	padding: 0px;
	text-align: center;
	
}

.header_title 
{
	font-family: Times;
	font-size: 24pt;
	letter-spacing: 0.2em;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
}

.header_title_small 
{
	font-family: Times;
	font-size: 18pt;
	font-style: none;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 20pt;
	padding-left: 10px;
}

.nav
{
position: absolute;
	top: 0px;
	right: 5px;	
width: 200px;
    height: 80px;
	padding: 30px 0px 10px 0px;
	margin-left: 10px;
	text-align: center;
}

/* Footer */
.footer
{
	width: 800px;
	height: 28px;
	background-image: url(../images/smallhorizontalshader.png);
	background-repeat: repeat-x;
	padding: 6px 0px 6px 0px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Times;
	text-align: center;
}

.footer_locally
{
	color: #68BC1E;
	font-size: 8pt;
	width: 800px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color: #fff;
}

.footer_locally p
{
	color: #444;
	padding: 0px;
}

.footer_locally a
{
	text-decoration: underline;
	color: #444;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:link
{
	text-decoration: underline;
	color: #444;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:visited
{
	text-decoration: underline;
	color: #444;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:active
{
	text-decoration: underline;
	color: #444;
	font-size: 8pt;
	font-weight: bold;
	font-style: underline;
}

.footer_locally a:hover
{
	text-decoration: underline;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
}

.locally
{
	position: relative;
	top: 0px;
	left: 216px;
	float: left;
}

/* Content */
.row_box
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
    height: auto;
	margin: 0px;
	padding: 0px;
}

.left_col
{
    width: 180px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	float: left;
}


.right_col
{
    /*width: 580px;*/
    width: 580px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.horiz_divid
{
	width: 800px;
    height: 2px;
	padding: 0px;
	margin: 0px;
}

.horiz_divid_short
{
	width: 580px;
    height: 2px;
	padding: 0px;
	margin: 0px;
}

.horiz_divid_left
{
	width: 180px;
    height: 1px;
}

.horiz_divid_right
{
	width: 560px;
    height: 1px;
	margin-left: 0px;
}

.show_box
{
	width: 550px;
	height: auto;
	margin: 4px 0px 2px 0px;
	padding: 0px 10px 0px 20px;
}

.show_box img
{
	border: 1px;
	border-style: solid;
	border-color: #bbb;
}

.content_left
{
	width: 180px;
	height: auto;
	padding: 2px 0px 4px 0px;
}

.content_left p
{
	padding-left: 10px;
}

.content_right
{
	position: static;
	width: 540px;
	height: auto;
	margin: 0px 20px 0px 20px;
	padding: 2px 0px 4px 0px;
}

.contact
{
	width: 200px;
	height: 350px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	float: left;
}

.map
{
	position: static;
	float: left;
	width: 300px;
	height: 320px;
	border-style: solid;
	border-size: 1px;
	padding: 0px;
	margin: 18px 0px 18px 0px;
}

/* Title */
.title_h1
{
	width: 510px;
	height: 26px;
	padding-left: 20px;
	margin: 0px;
}

.title_h2
{
	padding: 0px;
	margin: 0px;
}

.title_h2_top
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

/* Utilities */
.clear 
{
	clear: both;
}

.bold 
{
	font-size: 11pt;
}</pre></body></html>