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

#sticky {
    
}



.striped tr:nth-child(odd) {
  background-color: #dfe7f2;
  color: #000000;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}


#officemenuleft {
	background-color: transparent !important;
}

#officemenuleft #learnMore {
	border-radius:18px;
	color:#FFFFFF !important;
	display: block;
	width: 100%;
	background-color:#CB0003;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

#officemenuleft #learnMore:hover {
	background-color:#8A0E10;
}

#officebody h5 {
	font-size: 15px;
	color: #515151;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	border-bottom-color: #515151;
	overflow: hidden;
}
#officebody ul {
	margin-top: 2px;
	font-size: 14px;
}

#officebody table {
	width: 100%;
}

#officebody table p {
	padding: 0px;
}
#officebody table ul {
	margin: 0px;
}

#officebody a.greenRight {
	color: #ffffff !important;
	text-align:center;
	border-radius:5px;
	float:right;
	clear:both;
	margin:10px 20px;
	padding:20px;
	width:180px;
	background-color:#008622;
	}
#officebody a.greenRight:hover {
	background-color:#006a1b;
	}

.greenbox {
	color: #ffffff !important;
	text-align:center;
	border-radius:5px;
	background-color:#008622;
	}
.greenbox:hover {
	background-color:#006a1b;
	}

#officebody a.redRight {
	color: #ffffff !important;
	text-align:center;
	border-radius:5px;
	float:right;
	clear:both;
	margin:10px 20px;
	padding:20px;
	width:180px;
	background-color:#CB0003
	}
#officebody a.redRight:hover {
	background-color:#8A0E10;
	}
	
tbody tr td {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 5px;
}
.callout1 {
	background-color: #D7D7D7;
	padding-top: 5px;
	margin-left:20px;
}

.callout1 h1 {
	font-size: 12px;
	color: #FFF;
	background-color: #32557C;
	margin-top: 0px;
	padding:4px;
}

#slidingGraphic {
	background-image:url(../images/icon_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#marginContainer {
	margin: 2px 20px 10px 20px;
	}

/* Start jquery accordion style overrides */

.ui-accordion .ui-accordion-header {
	background:none;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #32557c;
	border-radius: 0px;
	padding: 5px;
}
.ui-accordion-header {
	padding-left: 30px !important;
}
.ui-accordion-header:hover {
	background-color:#e5e5e5;
}
.ui-widget-content {
	background:none;
	border-radius: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #32557c;

}
.ui-accordion .ui-accordion-content {
	background-color: transparent;
	padding: 0 10px 20px!important;
}
.ui-accordion table {
	width:660px !important;
}
.ui-state-active, .ui-state-default {
	color:#32557c !important;
}
/* End jquery accordion style overrides */

/* #shadow-container .shadow1 {
	background: #d2c19a;
}
#shadow-container .shadow2 {
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .shadow2 {
	background: #d2c19a;
}
#shadow-container .shadow3 {
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .shadow3 {
	background: #B8B6B8;
}
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .container {
	background: #ffffff;
	border: 1px solid #d2c19a;
	padding: 10px;
} */
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 730px;
}
.list {
	font-family: sans-serif;
	margin: 0;
	padding: 20px 0 0;
}
.list &gt; li {
	display: block;
	background-color: #bee1f5;
	padding: 10px;
	box-shadow: inset 0 1px 0 #fff;
	/* [disabled]color: #FF0004;
*/
}
/* comments section? 
.avatar {
	max-width: 150px;
}
input {
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 7px 14px;
	margin-bottom: 10px
}
input:focus {
	outline: none;
	border-color: #aaa;
}
.sort {
	padding: 8px 30px;
	border-radius: 6px;
	border: none;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #28a8e0;
	height: 30px;
}
.sort:hover {
	text-decoration: none;
	background-color: #1b8aba;
}
.sort:focus {
	outline: none;
}
.sort:after {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
	position: relative;
	top: -10px;
	right: -5px;
}
.sort.asc:after {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	content: "";
	position: relative;
	top: 13px;
	right: -5px;
}
.sort.desc:after {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	content: "";
	position: relative;
	top: -10px;
	right: -5px;
}
/

/*upcoming events box styles
#upcomingEvents {
	width: 675px;
	margin-top: 10px;
	margin-left: 20px;
	background-color: #28a8e0;
	border-color: #32557c;
	padding: 10px;
}
#upcomingEvents h1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}
#upcomingEvents p {
	font-size: 12px;
	color: #ffffff;
	line-height: 1.5;
}
/*end upcoming events styles*/

/*previous docs box styles*/
#previousDocs {
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
	background-color: #32557c;
}
#previousDocs p {
	margin-left: 0px;
	color: #ffffff;
	padding-left: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
/*end previous docs styles*/
</pre></body></html>