<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*layout.css */

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidPadded {
	clear: both;
	margin-left: 0;
	padding-left: 1%;
	padding-right: 1%;
	width: 98%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {	
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

#navBar {
	border-top: 3px solid #55A193;
}
#citySeal {
width: 100%;
}
#nav {
margin-left: 0;
clear: both;
width: 100%;
}

/* nav css */

#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
text-decoration: none;
}

#nav ul li {
  width: 100%;
  display: block;	
	padding: 7px 15px;
}
#nav ul li:hover {
	background-color: #ebebeb;
}
#nav ul ul li:hover {
	background-color: #9f9f9f;
}
#nav li a {
	color: #56a294;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #56A294;
	text-decoration: none;
}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
}

/*end nav css */



#searchBar {
	clear: both;
	line-height: 40px;
	text-align: center;
	background-color: #56a294;
	border-bottom: 3px solid #1D645D;
}

#breadcrumbs {
	font-size: 10pt;
	line-height: 30px;
}
#breadcrumbs a {
	color: #1D645D;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #1D645D;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #56A294;
	text-decoration: none;
}

#topContent {
}
#mainContent {
}
#deptContent {
width: 100%;
margin-left: 0;
clear: both;
}
#deptLinks {
width: 100%;
margin-left: 0;
clear: both;
}

#midPageContent {
}
#twoColLeft {
width: 100%;
}
#twoColRight {
width: 100%;
margin-left: 0;
clear: both;
}
#middleContent {
}
#callToAction {
	background-color: ;
}
#threeColLeft {
width: 100%;
}
#threeColMiddle {
width: 100%;
margin-left: 0;
clear: both;
}
#threeColRight {
width: 100%;
margin-left: 0;
clear: both;
}
#threeColLeft25 {
width: 100%;
}
#threeColMiddle50 {
width: 100%;
margin-left: 0;
clear: both;
}
#threeColRight25 {
width: 100%;
margin-left: 0;
clear: both;
}
#bottomContent {	
	padding: 20px 0px;
}
#footer {
		line-height: 30px;
		background-color: #1D645D;
		text-align: center;
}

/* footer links css */
#footer a {
	padding:2px 10px;
	text-align:center;
	text-decoration: none;
	color:#FFF;
}
#footer a:visited {
	text-decoration: none;
	color:#FFF;
}
#footer a:hover {
	text-decoration: underline;
	color:#FFF;
}
#footer a:active {
	text-decoration: none;
	color:#FFF;
}


.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

#navBar {
}
#citySeal {
width: 100%;
}
#nav {
clear: both;
margin-left: 0;
width: 100%;
}

/*nav css */
.js #nav {
	position: relative;
	overflow: visible;
}
.js #nav.closed {
	max-height: none;
}
#nav-toggle {
	display: none;
}

#nav ul li {
	float: left;
	list-style: none;
	width: auto;
	padding: 0px;
}

#nav ul li a {
	padding: 7px 15px;
	display: block;
	color: #56A294;
}
#nav ul li a:hover {
	color: #707070;
}

#nav ul li:hover {
	background-color: #ebebeb;
}

#nav ul ul {
	position: absolute;
	left: -999em;
}

#nav ul li:hover ul {
	left: auto;
	width: auto;
}

#nav ul li ul li {
	float: none;
	background-color: #ebebeb;
	padding: 0px 15px;
}

/*end nav css */


#searchBar {
	clear: both;
	line-height: 60px;
	text-align: center;
	background-color: #56a294;
}
#breadcrumbs {
}
#topContent {
}
#mainContent {
}
#deptContent {
width: 100%;
clear: both;
margin-left: 0;
}
#deptLinks {
width: 100%;
clear: both;
margin-left: 0;
}
#midPageContent {
}
#twoColLeft {
width: 100%;
}
#twoColRight {
width: 100%;
clear: both;
margin-left: 0;
}
#middleContent {
}
#callToAction {
}
#threeColLeft {
width: 100%;
}
#threeColMiddle {
width: 100%;
clear: both;
margin-left: 0;
}
#threeColRight {
width: 100%;
clear: both;
margin-left: 0;
}
#threeColLeft25 {
width: 100%;
}
#threeColMiddle50 {
width: 100%;
clear: both;
margin-left: 0;
}
#threeColRight25 {
width: 100%;
clear: both;
margin-left: 0;
}
#bottomContent {
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#navBar {
}
#citySeal {
width: 23.7288%;
}
#nav {
clear: none;
margin-left: 1.6949%;
width: 74.5762%;
padding-top: 25px;
}
#searchBar {
	clear: both;
	width: 100%;
	height: 250px;
	display: block;
	text-align: right; 
	background-image: url(../images/downtown1300x250.jpg);
	background-repeat: no-repeat;
	background-position:center;
	border-bottom: 7px solid #1D645D;
}
#breadcrumbs {
}
#topContent {
}
#mainContent {
}
#deptContent {
width: 66.1016%;
clear: both;
margin-left: 0;
}
#deptLinks {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#midPageContent {
}
#twoColLeft {
width: 49.1525%;
}
#twoColRight {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
#middleContent {
}
#callToAction {
}
#threeColLeft {
width: 32.2033%;
}
#threeColMiddle {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#threeColRight {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#threeColLeft25 {
width: 23.7288%;
}
#threeColMiddle50 {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
#threeColRight25 {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
#bottomContent {
}
#footer {
	text-align: left;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* CoH Specific CSS */

@charset "utf-8";
/* CSS Document */




.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
.content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1D645D;
	text-decoration: none;
}

.content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1D645D;
		
}
.content a:hover {

	text-decoration: underline;
	color: #1D645D;

}

.homecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
.homecontent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #5A94F4;
	text-decoration: none;
}
.homecontent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #5A94F4;
		
}
.homecontent a:hover {

	text-decoration: underline;
	color: #5A94F4;

}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	
}
#breadcrumbs a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #1D645D;
	
}
#breadcrumbs a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #1D645D;
		
}

#breadcrumbs a:hover {

	text-decoration: underline;
	color: #1D645D;

}

#linkboxes {
	float:left;
	width: 300px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding-left:5px;
	border-width:1px;
	border-style:solid;
	border-color:#1D645D;
}

.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23pt;
	font-weight: normal;
	color: #1D645D;
}

.newsevent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #1D645D;
}


.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1D645D;
}
.newssubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #1D645D;
}

.presstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #01733F;
}
.presssubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #01733F;
}

.BoldLarge
{
	font-weight:bold;
	font-size: 12pt;	
	color: #000000;
}

.contBold
{
	font-weight:bold;
}


.contBold a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1D645D;
	text-decoration: none;
}
.contBold a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1D645D;
		
}
.contBold a:hover {

	text-decoration: underline;
	color: #1D645D;

}


.contBoldItalic
{
	font-weight:bold;
	font-style: italic;
}

.contItalic {
	font-style: italic;
}

.contItalic a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #1D645D;
	text-decoration: none;
}
.contItalic a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #1D645D;
		
}
.contItalic a:hover {

	text-decoration: underline;
	color: #1D645D;

}





.bullets
{

	list-style-type:disc;
	list-style-position:outside;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	margin-left:20px;
	text-align:left;
	

}
.bullets a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1D645D;
	text-decoration: none;
}
.bullets a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1D645D;
		
}
.bullets a:hover {

	text-decoration: underline;
	color: #1D645D;

}


.homebullets
{

	list-style-type:disc;
	list-style-position:outside;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	margin-left:20px;
	text-align:left;
	

}
.homebullets a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #5A94F4;
	text-decoration: none;
}
.homebullets a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #5A94F4;
		
}
.homebullets a:hover {

	text-decoration: underline;
	color: #5A94F4;

}


.graphicsbox
{
	padding:10px;	
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	float:left;
	
}

.graphicsbox img
{
	border-width:2px;
	border-style:solid;
	border-color:#1D645D;
	margin-bottom:5px;
	
	
}

.table
{
	padding:10px;	
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	float:left;
}

.table img
{
	border-width:3px;
	border-style:solid;
	border-color:#1D645D;
	margin-bottom:20px;
	
	
}

.table250
{
	padding:10px;	
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	float:left;
	width:250px;
}

.table250 img
{
	border-width:3px;
	border-style:solid;
	border-color:#1D645D;
	margin-bottom:20px;
	
	
}

.table150
{
	padding:10px;	
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	float:left;
	width:150px;
}

.table150 img
{
	border-width:3px;
	border-style:solid;
	border-color:#1D645D;
	margin-bottom:10px;
	
	
}

.captionplain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #1D645D;
	
}

.captionplain a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #1D645D;
	text-decoration: underline;
}
.captionplain a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #1D645D;
		
}

.galleryctr
{
	padding:10px;	
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	float:left;
	width:210px;
}

.galleryctr img
{
	border-width:2px;
	border-style:solid;
	border-color:#1D645D;
	margin-bottom:10px;
	
	
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #1D645D;
	
}

.caption a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #1D645D;
	text-decoration: underline;
}
.caption a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #1D645D;
		
}

.homeimagegraytwo
{
	border-width:2px;
	border-style:solid;
	border-color:#F7F7F7;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	
	
}

.homeimagegraytworight
{
	border-width:2px;
	border-style:solid;
	border-color:#F7F7F7;
	margin-bottom:10px;
	margin-right:2px;
	margin-left:10px;
	margin-top:10px;
	padding-left:5px;
	padding-right:2px;
	padding-bottom:5px;
	padding-top:5px;
	
	
}

.homeimagegraytwoleft
{
	border-width:2px;
	border-style:solid;
	border-color:#F7F7F7;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:2px;
	margin-top:10px;
	padding-left:2px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	
	
}


/* Content Box. Text surrounded by a box. Green border, light grey backgound.  */
/* Example: */
/*&lt;div class="contentBoxTitle"&gt;Title Goes Here&lt;/div&gt; */
/*&lt;div class="contentBox"&gt;Content Goes Here&lt;/div&gt; */

.contentBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 10px;
	margin-bottom: 0px;
	padding: 2px 5px;
	font-size: 11pt;
	border: thin solid #194687;
	background-image: url(../images/titleBG.jpg);
	background-repeat: repeat-x;
	background-color: #56A294;
	color: #FFF;	
}
.contentBoxTitle h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

.contentBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: block;
	margin: 10px;
	margin-top: 0px;
	padding: 5px;
	
	border-top: none;
	background-color: #DDD;
}

/*end of layout */</pre></body></html>