<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
	{
	background-image: url('../images/background.gif');	
	background-repeat: repeat-x;
	background-color: white;
	margin-top: 20px;
	font-family: Arial;
	font-size: 12px;
	color: black;
	}
		
img	
	{
	 display: block;
	}

		
/*--------------- IMG -----------------------*/	

#top
	{
  	  display: block;
	}		
		
/*--------------- SPAN -----------------------*/	
h1 {padding-top: 0px; margin-top:0px;}

.header
	{
	font-family: Times;
	font-size: 18px;
	color: black;
	letter-spacing: 2px;
	}
.header2
	{
	font-family: Arial;
	font-size: 15px;
	color: black;
	font-weight: bold;
	}


/*---------------- DIV -----------------------*/

#center
	{
	width: 100%;

	}
	
/*--------------- TABLE ---------------------*/	

#main_wrapper
	{
	background-color: white;
	width: 780px;		
	border: 1px;	
	border-style: solid;
	border-color: #D4D4D4;
	border-spacing: 0px;
	border-collapse: collapse;
	}

#main_wrapper td		
	{
	background-color: white;
	padding: 0px;
	border: 2px;	
	border-style: solid;
	border-color: #D4D4D4;
	border-spacing: 0px;	
	}

#nav_wrapper
	{
	vertical-align: middle;
	padding: 0px;
	}
		
#content_wrapper
	{	
	padding: 0px;
	}
	
#footer
	{
	font-family: Arial;
	height:23px;
	width: 782px;
	border: 1px;
	font-size: 10px;	
	border-style: solid;
	border-color: #D4D4D4;
	border-spacing: 0px;
	background-color: #e9e9e9;
	color: black;
	}
	
#table_form{
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}
		
/*------------- NAVIGATION -------------------*/		

#nav, #nav ul {	
	width: 770px;
	list-style: none;	
	background: white;
	font-weight: bold;
	padding: 0;
	border: none;	
	margin: 0 auto;
}

#nav a {
	text-align: center;
	display: block;	
	color: #7C6240;
	text-decoration: none;
	padding-bottom: 15px;
	
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	height: 36px;
	margin: auto 0;	
	width: 120px;
	float: left;
	padding:  2px 0px;
	line-height: 1em;
}

#nav .doubleline{
	height: 36px;
	margin: auto 0;	
	width: 110px;
	float: left;
	padding:  3px 0px;
	line-height: 1.5em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	font-weight: normal;
	border: solid 1px #e9e9e9;
	margin: 0;
}
@media screen and (max-width: 1024px){
	#nav li ul {
		top:168px;
	}
}

#nav li li {	
	height: 20px;
	width: 120px;
}

#nav li ul a {
	width: 102px;
	padding:  2px 3px;
}

#nav li:hover ul, #nav li.sfhover {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #F5E5F2;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

	
/*------------- Copyright -------------------*/		

table.sitemap
	{
	color: #787671;
	height: 465px;
	width: 450px;	
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #707070;	
	background-color: white;	
	text-align: left;
	}

td.padding
	{
	padding: 10px;
	}
	
/*-------------- CONTENT --------------------*/			

#content
	{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	}
.bold
{	font-weight: bold;
}
.green{ color: #2E9163;
}
	
	
#content td
	{	
	padding: 10px;
	border: 0px;
	vertical-align: top;
	}		

.inputText {
	  width: 150px;
	  font-size: 12px;	
	  }
	  
A.footerlink
	{
	color: black;
	text-decoration: none;
	}
	
A.footerlink:hover
	{
	color: black;
	text-decoration: underline;
	}




/*-------------- MEDIA QUERY --------------------*/			


/*Mobile media query*/

@media screen and (min-width: 1100px) {
.mobilemenu{display: none;}
}


/*Mobile media query*/

@media screen and (max-width: 1024px) {
.desktopmenu{display: none;}
#footer {width: 100%;}
#main_wrapper{width: 100%;}
img{width: 100%;}
}

@media only screen and (max-width: 420px) {
#content td{width: 100%;float: left;}
#content{width: 96%;}
#nav{width: 100%}
img{height: inherit;width: 100%;}
#main_wrapper td {padding: 2%;}
body{font-size: 18px;line-height: 26px;}
.header {font-size: 30px;line-height: 35px;}
#main_wrapper {width: 100%;}
.header2{font-size: 32px;}
#footer{width: 100%;}
#footer td{float: left;}
}


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