@charset "UTF-8";
body  {
	font: 11px Helvetica, Arial, Verdana, sans-serif;

	text-align: left;
	color: #000000;
	line-height: 150%;
	
	
}

a:link {
	text-decoration: none;
	color: rgb (130,123,96);
}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {background: #fffbcc;   
   		 -webkit-border-radius: 8px;  
   		 -moz-border-radius: 8px;  
   		 border-radius: 8px;  
}


#container { 
	width: 520px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */

} 

* html #container {
	width: 580px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */

} 


#printpage {width: 517px; height: 25px; font-size: 9px; text-align:left; font-weight:bold; margin-left: 2px; margin-bottom:10px;}
#printpage a {text-decoration:none; font-weight:bold; color:rgb(194,27,52);}

#header {
	width: 514px;
	height: 95px;
	
	border-bottom:dotted 1px #099;
	margin-top:10px;
} 

#header2line {
	width: 514px;
	height: 165px;
	
	border-bottom:dotted 1px #099;
	margin-top:20px;
} 


* html #header {
	width: 574px;
	height: 90px;
	margin-top:10px;

} 
* html #header2 {
	width: 574px;
	height: 150px;
	margin-top:20px;

} 


#text {
	width: 517px;
} 

* html #text {
	width: 577px;

} 


	p {font: 11px Helvetica, Arial, Verdana, sans-serif;

	text-align: left;
	color: #000000;
	line-height: 150%;
	

	}

	h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px 0;
	}
	
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
	
	ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	margin-left: 15px; padding-left: 0;
	}
	ol.sample {
	list-style-type: decimal;
	list-style-position: inside;
	}
	ol.sample ol {
	list-style-type: decimal;
	}
	ul.sample li {  }
	ol.sample li {  }
	ol.sample ol {  }
	
	
	/*
	ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10;
	}
	li { background: url(images/arrow.jpg) left center no-repeat;
	padding-left: 15px; vertical-align:top; }

	
	img { border: 0px; }
	
	*/
	
	
	
	
	#contact {
	width: 249px;
	padding: 6px 0 6px 0;
	border-top: 1px dotted #827B60;
	border-bottom: 1px dotted #827B60;
	}
	
	
	
	#ad {margin: 0 0 0 -35px;}
	
	* html #ad {margin: 0 0 0 0px;}

	
.first {
margin-top: 0px;
}	
		
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bluegreen {color: rgb(0,172,161);}

.lightgrey {color: #827B60;}

.red {color: rgb(194,27,52);}

.blue {color: rgb(0,110,246);}

.green {color: rgb(0,104,87);}

.purple {color: rgb(102,76,167);}

.beblue {color: rgb(0,214,221);}

.bepurple {color: rgb(130,39,255);}

.beyellow {color: rgb(255,197,11);}

.begreen {color: rgb(174,210,79);}

.bemagenta {color: rgb239,80,145);}

.topalign {
	margin: 10px 0;
}

.popout  {
	font: 13px Arial, Helvetica, Verdana, sans-serif;
	background: rgb(233,227,219);
	text-align: left;
	color: #827B60;
	line-height: 150%;
}

.redbold {
	color: rgb(194,27,52);
	font-weight: bold;
}

.blackbold {
	color: #000000;
	font-weight: bold;
}

img { border: 0px; }


a:link {
	text-decoration: none;
	color: rgb (130,123,96);
}
a:visited {text-decoration: none; color: rgb (130,123,96);}
a:active {text-decoration: none; color: rgb (130,123,96);}
a:hover { text-decoration: none; color: rgb (194,27,52);} 


/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

.tiny {font-size:9px; color:#666666; margin:0 14px 0 0;}