<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*This CSS file controls the layout and basic look of the webpage*/

.header {

background-image:url(images/index_01.png);
background-repeat:no-repeat;

}

.left-edge {

background-image:url(images/index_02.png);
background-repeat:repeat-y;;

}

.right-edge {

background-image:url(images/index_05.png);
background-repeat:repeat-y;

}

.topbar {

background-color:#FFFFFF;

}

.center-body {
	background-color:#FFFFFF;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:2px;
	padding-right: 5px;
}

.right-bar {
	border-left: dotted 1px;
	border-color: #CCCCCC;
	font-family:Arial;
	font-size:12px;
	padding-bottom:3px;
	padding-top:2px;

}

.footer {
	background-image:url(images/index_08.png);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 12px;
	color:#FFFFFF;

}

.left-sidebar {
	border-right: dotted 1px;
	border-color: #CCCCCC;



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