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

html, body, form {
 margin: 0;
 padding: 0;
}

/* Always Show Vertical Scrollbar in Firefox */
html {
  overflow: -moz-scrollbars-vertical;
}

body {
  font: 13pt Times New Roman;
  color: #f0f0f0;
  background-color: #470001;
  }

a {
color: #A8C0C0;
}

a:hover {
color: #BA938F;
}

a:active{
    outline: none;
}



h1, h2 {
    margin-top: 0px;
}

h1 {
   font-size: 1.65em;
   }

h2 {
   font-size: 1.35em;
   }


hr {
	background-color: #600C0D;
	border: 0px;
	color: #600C0D;
	height: 1px;
	margin: 3px 0px 3px 0px;
}


#bgwrapper{

margin:0 auto;
padding: 0px;
}

#pagewidth{
  margin: 0 auto;
  width: 960px;
  

}

 #top{
 
	height: 55px;
 position: relative;
 width: 100%;
}

#top #top-content {
	float: Left;
}

 /* MENU HORIZONTAL */


#TheMenu .main-menu .TheMenu_3 .TheMenu_2 {
width: 0px;
}

 #menu {
	background-image: url(/_mndata/jennifers/uploaded_files/menubg.png);
background-position: bottom right;
background-repeat: no-repeat;
;
	height: 22px;
	padding-bottom: 5.5px;
	padding-left: 0px;
}


#menu .main-menu a {
	color: #f0f0f0;
	font: 11pt Arial;
	text-decoration: none;
	display: inline-block;
	padding-right: 16.5px;
	padding-left: 16.5px;
	padding-top: 5.5px;
	padding-bottom: 5.5px;
}

#menu .main-menu a:hover {
	color: #B59B79;
	background-color: none;
}

#menu div.main-menu-sub {
  background-color: #600C0D;;
  padding: 0px;
  
  border-top: 1px solid #6B1212;
  border-bottom: 1px solid #6B1212;
}

#menu .main-menu-sub a {
  color: #f0f0f0;
  font:  11pt Arial;
  text-decoration: none;
  cursor: hand;
  padding-right: 16.5px;
  padding-left: 16.5px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}

#menu .main-menu-sub a:hover {
  color: #B59B79;
  }

#menu .main-menu-sub-item {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16.5px;
  padding-right: 16.5px;
  border: 1px solid #6B1212;
  border-top-width: 0px;

 }

#header{
	
	height: 360px;
}

#header-content {
    width: 100%;
	float: Left;
}


/* MIDDLE */

#middle {
  width: 100%;
  float: right;
  
}

#middle #content {
  line-height: 150%;
  padding: 20px;
  margin-Right: 0px;
}


#middle #side {
  clear: none;
  float: Right;
  width: 0px;
}


/* FOOTER  */

#footer{
  height: 75px;
  
  color: #876C4D;
  font: 10pt Times New Roman;
  overflow: hidden;
  clear: both;
  width: 100%;
 }

#footer a {
  color: #600000;
  
  }

#footer  a:hover {
color: #fff;
 }


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
</pre></body></html>