<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {														margin: 0;
														padding: 0; }
													
html {													margin: 0;
														padding: 0;
														height: 100%; }
																											
body {
	font: 0.9em "Trebuchet MS";
	background: url(template_images/site-bg-4.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	color: #000;
}

#container { 											width: 900px;
														min-height: 100%;
														height: auto !important;
														margin: 0 auto;
														text-align: left; } 

#header { 												background: url(template_images/masthead.png) no-repeat top center;
														padding: 0;
														margin: 0 0 0 -1px;
														height: 207px;
														width: 900px; } 

#header h1 { 											margin: 0;
														padding: 0; }

#header h1 span { 										display:none; }

#nav { 													width: 900px;
														height: 50px;
														background: none;
														margin-left: 0;
														padding: 0;
														margin: 0;
														text-align: left; }

.menu { 												list-style-type: none;
														margin-top: 0;
														font-size: 1.1em; }

.menu li { 												display: inline;
														padding: 0 25px; }

.menu li:first-child { 									padding: 0 25px 0 0; }

.menu lil:last-child { 									padding: 0 0 0 25px; }

.menu li a { 											color: #fff; text-decoration: none; }

.menu li a:hover,
.menu2 li a:hover { 									text-decoration: underline; }

.menu li a.current { 									color: #fbdc00;
														font-weight: bold; }

.menu li a.current:hover { 								text-decoration: none;
														font-weight: bold; }

.menu2 { 												list-style-type: none;
														margin: 1px 0 0 0;
														font-size: 0.9em; }

.menu2 li { 											display: inline;
														padding: 0 15px; }

.menu2 li:first-child { 								padding: 0 15px 0 0; }

.menu2 li a { 											color: #000;
														text-decoration: none; }

.menu2 li a.current { 									color: #CC6600; }

#sidebar1 { 											float: left;
														width: 324px;
														border: 1px solid #003;
														background: url(template_images/60-pct-opc.png); }

.blue-border {											border: 9px solid #627dff;
														padding: 20px 23px; }

#sidebar1 h3 { 											margin: 20px 0 15px;
														font-family: "Trebuchet MS";
														font-size: 1.0em; }

#sidebarModule { 										padding: 5px 20px 20px 20px;
														margin: 0;
														border: 1px solid #003;
														background: url(template_images/60-pct-opc.png); }


#mainContent {
	margin: 0 0 0 340px;
	border: 1px solid #003;
	min-height: 100%;
	line-height: 1.7em;
	background: url(template_images/60-pct-opc.png);
} 

#mainContent h1 { 										font: 1.5em "Trebuchet MS";
														color: #c63801;
														font-weight: bold;
														margin: 0;
														padding: 0 0 10px 0; /* was 30px */
														background: url(template_images/h1-snowflake.png) 565px 12px no-repeat; }

#mainContent h2 { 										font-size: 1.3em;
														color: #003;
														margin-top: 30px;
														font-weight: normal; }

#mainContent p {										padding-bottom: 15px; }

#mainContent img {
	padding-right: 10px;
}

blockquote {											padding: 20px; }

.bulletpoints {											list-style:none;
														margin:0 0 0 -2px;
														padding: 0 0 20px 0; }

.column {												width: 50%;
														font-weight: bold;
														float: left; }

.sidebar-separator {									margin-top: 10px; }
.youtubetable {											width: 100%; }

.youtube {												vertical-align: top; }

.left {													width: 70px; }

#footer p { 											margin: 0;
														padding: 5px 0; }

.fltrt { 												float: right;
														margin-left: 8px; }

.fltlft { 												float: left;
														margin-right: 8px; }

.clearfloat { 											clear:both; height:0; font-size: 1px; line-height: 0px; }

#footer { 												width: 850px;
														text-align: center;
														border-top: 3px double #003;
														margin-top: 20px;
														font-size: 0.9em;
														padding: 10px 25px 15px 25px; } 

#footer select { font-size: 11px; }
#footer-menu { list-style-type: none; margin-bottom: 0px; }
#footer-menu li { display: inline; padding: 0 15px 0 15px; }
</pre></body></html>