<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
address,aside,article,section,header,footer{
   display: block;	
}
aside {
   background: #f6f3ef;
   border: 1px solid #726942;
   border-bottom: 5px solid #726942;
  /* min-width: 300px;  used so that dropdown text stays inside sidebar */
   height: 100%;	
   border-radius: 8px;
   box-shadow: 2px 2px 5px 2px #cccccc;
}
aside h2{
	background-color: #857b4e;
	color: #ffffff;
	font-weight: bold;
	height: auto;
	font-size: 20px;
	padding-top: 10px;
	text-align: center;
	text-shadow: 1px 1px #333333;
	margin-bottom: 0px;	
}
aside h2 a {
	color: #ffffff;
	font-size: 16px;	
}
aside li a{
	color: #000000;
}

body{
	background-color:#E5EFE5;		
}
#wrapper{
	background-color: #ffffff;
	height: 100%;
	margin-top: 150px;
	margin-bottom: 0px;
	padding-top: 12px;
	box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.5);
}
@media (max-width: 991px){
	#wrapper{
	   margin-top: 50px;	
	}
}

/*
-----------------------------------------------------
		HEADER AND TOPNAV STYLES
-----------------------------------------------------
*/
#headerLogo {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	position: fixed;
	top:0px;
	background-color:#ffffff;
	padding-bottom: 3px;
	z-index: 1030;
}
#headerLogo h1{
	margin-top:10px;
}
#topNav{
	margin-top: 98px;
	
}
/* remove top logo on small devices */
@media (max-width: 991px){
   #topNav{
	   margin-top: 0px;
   }/* adjust padding around links on smaller devices and widths */
  .navbar-inverse .navbar-nav &gt; li &gt; a  {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
	padding-top: 5px;
   }
}

.navbar-inverse {
   background-color: #008600;	
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #ffffff;
	
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover {
    color: #000000;
	text-shadow: 1px 1px 2px #ffffff;
}
/*
-----------------------------------------------------
		END HEADER AND TOPNAV STYLES
-----------------------------------------------------
*/
.dropdown-menu&gt;li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu&gt;li&gt; a{
	white-space:normal;
}
.dropdown-menu .sub-menu {
    position: relative;
	right: 350px;
    top: 0;
    display:none;
	background-color: #efefef;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.dropdown-menu .sub-menu li div.col-md-12 a{
	color: #008600;
	
}
.right-caret:after,.left-caret:after
 {	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.right-caret:after
{	
	border-left: 5px solid #ffaf46;
}
.left-caret:after
{	
	border-right: 5px solid #ffaf46;
}
.carousel-caption{
	background-color:#857b4e;
	width: 100%;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
}
.carousel {
    background-color:#857b4e;	
}
.rightModule{
		  margin-top: 20px;
		   margin-bottom: 20px;
		   padding: 10px;
		   border-radius: 8px;
		   box-shadow: 3px 3px 8px 1px #cccccc;
}
.greenText{
	color: #008600;
}
.ProgramHeadline{
	font-size: 14px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	text-shadow: 1px 1px #000000;
	background-color: #008600;
	background: -moz-linear-gradient(top,#00cf00 0%,  #008600 40%);/* for firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom,
	 color-stop(0% #00cf00), color-stop(40%, #008600); /* for Chrome and Safari4+ */
	/* background: -ms-linear-gradient(top, #00cf00 0%,#008600 80%); /* IE10+ */
	background: linear-gradient(top, #00cf00 0%, #008600 40%);/* default w3c compliant browsers */
}
.sidebar{
	margin-bottom: 20px;
	
	
}

#footer {
	position:relative;
	bottom: 0px;
	background-color: #E5EFE5; /*EDE4BF*/
	color:#ffffff;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 0px;
	z-index: -1;
}

</pre></body></html>