<!-- trim/href color: #3173A3 (light blue) -->
<!-- background color: #ECE8D7 (dk canvas) -->
<!-- container background color: #FBF7E5 (med canvas) -->
<!-- iframe background color: #FFFEF2 (lt canvas) -->
<!-- menu link color: #9A2923 (red) -->




html 
{
	overflow: auto;
}

body
{
	scrollbar-face-color: #EFDEC6;
	scrollbar-shadow-color: #FAF3E6;
	scrollbar-highlight-color: #FAF3E6; 
	scrollbar-3dlight-color: #FAF3E6;
	scrollbar-darkshadow-color: #FAF3E6; 
	scrollbar-track-color: #FAF3E6; 
	scrollbar-arrow-color: #735231;
}
body {
	text-align:center;
}



A:link
{
	text-decoration: none; color: #3173A3;
}
A:active
{
	text-decoration: none; color: #3173A3;
}
A:visited
{
	text-decoration: none; color: #3173A3;
}
A:hover
{
	text-decoration: underline;
}

A.nolink
{
	color: #000; text-decoration: none; cursor: default;
}

U
{
	cursor: pointer;	
}

DIV
{
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif, arial;
	font-size: 10pt;
}
TABLE 
{
	background-color: transparent; border: 0px; padding: 0px; margin: 0px;
}
TR
{
	border: 0px; padding: 0px; margin: 0px;
}

TD
{
	border: 0px; padding: 0px; margin: 0px;
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif, arial;
	color: #55554f;
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 1.4;
}

IMG 
{
	BORDER-STYLE: none; margin: 10px 10px 10px 10px; padding: 0px;
}
IMG.m
{
	BORDER-top: none; 
	BORDER-left: none; 
	BORDER-right: none; 
	BORDER-bottom: 1px solid #ECE8D7; 
	margin: 2px 2px 0px 1px;
	padding: 0;
}
IMG.i
{
	margin: 7px 5px 10px 10px;
}
IMG.l
{
	margin: 1px 1px 0px 1px;
}
IMG.s
{
	margin: 0px 0px 0px 0px;
}


HR 
{
	LINE-WIDTH: 1px; BORDER: 1px dotted #666; margin-top: 6pt; 
	margin-bottom: 0pt; WIDTH: 100%; 
}

UL 
{
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif, arial;
	font-size: 10pt; margin-top: 3px; margin-left: 1.25em; padding-left: 0px; 
	list-style-type: square; font-color: black; 
}
LI
{
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif, arial;
	font-color: black; font-size: 10pt; padding-left: 0px;
	margin-top: 0px; margin-bottom: 8px; margin-left: 0em;
}

LI.image 
{
	LIST-STYLE: none; margin-top: 3px; margin-bottom: 3px; 
	padding: 0 0 0 20px;
	background: url(images/bullet.gif) no-repeat 0px 0px; font-size: 10pt; 
	font-color: black;
}

OL 
{
	margin-top : 5px; margin-bottom : 5px; padding: 0px; font-size: 10pt;
}

H1 {
   page-break-before: auto;
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif, arial;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 1px;
}

H2
{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .5px;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: solid solid solid solid;
	margin-top : 0px; margin-bottom : 8px; padding: 0px;
}

H3
{
	font-size: 12px;
}

P 
{
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif, arial;
	color: #55554f;

	margin-bottom : 4px; margin-top : 3px;
	font-size: 12px;
	
	letter-spacing: 0.02em;
	text-indent: 2.5em;
	line-height: 1.4;
}
P.small
{
	margin-bottom : 6px; margin-top : 3px;
	font-size: 10px;

	text-indent: 0;
	line-height: 1.15;
}
P.list
{
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif, arial;
	color: #000000;

	margin-bottom : 10px; margin-top : 0px; 
	font-size: 11px;

	letter-spacing: 0.025em;
	text-indent: 0;
	line-height: 1.35;
}
P.listhours
{
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif, arial;
	color: #000000;

	text-align: right;

	margin-bottom : 6px; margin-top : 0px; 
	font-size: 11px;

	letter-spacing: 0.025em;
	text-indent: 0;
	line-height: 1.35;

	position: relative;
	left: -10px;
}


<!-- -->


#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#inner {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 530px;
}

#shell
{
	text-align: center;
	margin-left:auto;
	margin-right:auto;

	background-color: transparent;
	width: 750px; height: 530px;

	border: 0;
	padding: 0;
}	


#container 
{
	background-image: url(/images/canvasback.gif);
	background-color: #FBF7E5;
	width: 750px; height: 500px;

	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	border-right: 2px solid #aa9;
	border-bottom: 2px solid #aa9;

	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	-moz-border-radius: 4px;
}

#listing 
{
	display: block;
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif, arial;
	text-align: center;
	position: relative; top: 17px; left: 10px;
	width: 230px;
}

#mainlogo
{
	display: block;
	margin: 0px 0px 0px 0px;
	position: relative; top: 5px; left: 5px;
	clear: right;
}

#leftpane
{
	display: block;
	float: left;
	margin: 0px;
	padding: 10px;
	width: 240px;
}

#rightpane
{
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0px;
	width: 430px;
}

#menu
{
	display: block;
	background-image: url(/images/canvasbackdk.gif);
	background-color: #ECE8D7;
	width: 424px; height: 25px;
	padding: 1px;

	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	border-right: 1px solid #9f9f8f;
	border-bottom: 1px solid #9f9f8f;

	margin-top: 35px;
	margin-bottom: 31px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 3px;
	text-align: center;
}

#main
{
	display: block;
	border-left: 2px solid #f0f0e0;
	border-top: 2px solid #f0f0e0;
	border-right: 2px solid #ddc;
	border-bottom: 2px solid #ddc;

	background-color: #FFFEF2;
	padding:0px; margin: 0px 0px 0px 0px;
	width: 430px; height: 360px;

	position: relative; left: -2px;
}

IFRAME
{
	display: block;
	background-color: #FFFEF2;
	margin: 0px;
	padding: 0px;
	width: 430px; height: 360px;
}

#copy
{
	font-size: 10px; color: #666; float: left; margin-bottom: 5px;
}

#designby
{
	font-size: 10px; color: #666; float: right; margin-bottom: 5px;
}