<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
    font-family: 'typewriter_condensed_demiRg';
    src: url('../fonts/typewcond_demi-webfont.eot');
    src: url('../fonts/typewcond_demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typewcond_demi-webfont.woff') format('woff'),
         url('../fonts/typewcond_demi-webfont.ttf') format('truetype'),
         url('../fonts/typewcond_demi-webfont.svg#typewriter_condensed_demiRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pragmatamedium';
    src: url('../fonts/pragmata_medium-webfont.eot');
    src: url('../fonts/pragmata_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pragmata_medium-webfont.woff') format('woff'),
         url('../fonts/pragmata_medium-webfont.ttf') format('truetype'),
         url('../fonts/pragmata_medium-webfont.svg#pragmatamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
	border:none;
}
.clear {
	clear:both;
}

body {
	background-image:url(../images/tile.jpg);
	background-repeat:repeat;
	color: #2c2c2e;
	font-family: 'typewriter_condensed_demiRg';
    font-size: 15px;
	font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 19px;
	word-spacing: 1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

h1 {
  color: #F15A22;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

h2 {
  color: #F15A22;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

a,  a:link {
  color: #F15A22;
  font-weight: 400;
  text-decoration: none;
}

a:visited {
  color: #F15A22;
  font-weight: 400;
  text-decoration: none;
}

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

a:focus {
  color: #333;
}

a:active {
  color: #333;
}

#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 961px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/header.png);
	height: 138px;
	background-repeat: no-repeat;
	position: fixed;
	width:961px;
	top: 0px;
	z-index: 9999;
}

#headerLogo {
	width:394px;
	height:74px;
	float:left;
	margin-left:70px;
	margin-top: 30px;
}

#FBTop {
	width:38px;
	height:37px;
	float:left;
	margin-left:51px;
	margin-top:45px;
}

#outerWrapper #contentWrapper {
	overflow: hidden;
	margin-top: 160px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 8px 10px 10px 10px;
	width: 210px;
	position: fixed;
	z-index: 9999;
	left:70;
	top:160px;
	
}
#NavContainer {
	width:151px;
	height:216px;
	float:left;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	margin-left: 61px;
	padding-top: 140px;
}

.NavMenuItem {
	float:left;
	clear:both;
	margin-left:43px;
	margin-bottom:30px;
	font-family: 'typewriter_condensed_demiRg';
	font-size: 30px;
	font-weight: 400;
	line-height: 19px;
}
.NavMenuItem a:link {
	color:#FFF;
	text-decoration:none;
}
.NavMenuItem a:hover {
	color:#000;
	text-decoration:none;
}



#outerWrapper #contentWrapper #contentTop {
	width: 715px;
	float: right;
	background-image:url(../images/contentbgtop.png);
	background-repeat:no-repeat;
	height: 20px;
	margin-right: 10px;
}

#outerWrapper #contentWrapper #content {
	padding: 10px 20px 10px 20px;
	width: 675px;
	float: right;
	background-image:url(../images/contentbgmain.png);
	background-repeat:repeat-y;
	margin-right: 10px;
}
#outerWrapper #contentWrapper #contentBtm {
	width: 715px;
	float: right;
	background-image:url(../images/contentbgbtm.png);
	background-repeat:no-repeat;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#outerWrapper #footer {
	padding: 10px 10px 10px 10px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 115px;
	padding-top: 35px;
}
#outerWrapper #footer .ContactInfo1 {
	font-family: 'pragmatamedium';
	font-size:14px;
	float:left;
	clear:both;
	margin-bottom:9px;
	margin-left:100px;
}
#outerWrapper #footer .ContactInfo1 a:link {
	color:#000;
	text-decoration:none;
}
#outerWrapper #footer .ContactInfo1 a:hover {
	color:#000;
	text-decoration:none;
}</pre></body></html>