<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
	background: url('pict/center-bbg.jpg') repeat-y top center;
}
.wrapper {
	width: 100%;
	min-width: 965px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 115px;
	background: url('pict/top-bbg.png') no-repeat top center;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 65px;
	min-height: 780px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -65px auto 0;
	min-width: 965px;
	height: 65px;
	background: url('pict/mainBg.png');
	position: relative;
}




a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

ul,ol {
    margin:10px 10px 15px 25px;
}

p {
    margin: 0 0 16px;
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

#clear {
	clear: both;
}

table {
    border-collapse: collapse;
}

input,textarea {
    border: #999;
    border-style: solid;
    border-width: 1px;
    background: #fff;
    color: #000;
    padding: 0 3px;
}

.date {
	font-size: 0.91em;
	color: #666;
}

h1 {
	font-family: Myriad Pro, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	color: #333;
}

h2 {
	font-family: Myriad Pro, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
 	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	color: #333;
}

h3 {
	font-family: Myriad Pro, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
 	margin: 0;
 	margin-bottom: 10px;
	padding: 0;
	color: #333;
}

#header-texts {
	width: 965px;
	margin: 0 auto;
	text-align:center;
}
	#header-texts a {
		color: #fff;
		font-size: 16px;
   		font-weight: bold;
	}

	#header-texts a:hover {
		color: #ccc;
	}

	#pagon {
		float: left;
		text-align: center;
		width: 320px;
		margin-top: 28px;
	}

    #glogo {
    	float:left;
    	text-align: center;
    	width: 325px;
    	margin-top: 3px;
    }

#content-texts {
	width: 965px;
	margin: 0 auto;
}

    #content-left {
	    float: left;
	    width: 475px;
    }

    #content-right {
	    float: right;
	    text-align: right;
	    width: 470px;
    }

#footer-texts {
	width: 965px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	line-height: normal;
}

	#footer-texts a {
		color: #fff;
	}

	#footer-texts a:hover {
		color: #ccc;
	}

#banner { float: left; width: 230px; }
#copy { float: right; text-align: right; width: 725px;}


/*
#news-top { background: url('images/news-top.jpg') no-repeat top center; width: 376px; height: 6px; }
#news-bg { background: url('images/news-bg.jpg') repeat-y top center; }
#newst-bottom { background: url('images/news-bottom.jpg') no-repeat top center; width: 376px; height: 7px; }

#news { background: url('images/news-bbg2.jpg') no-repeat top center; width: 360px; padding: 15px;}</pre></body></html>