body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bfb894 url(images/eicon-clk.gif) no-repeat fixed left top;
	margin: 0; 
	height: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

li {  list-style: square}
.dropcap {
	float:left;
	color:#880000;
	font-size:54px;
	line-height:35px;
	font-family: Times, serif, Georgia;
	padding-top: 6px;
}

.menutext {  font: bold 12px Verdana, Arial, Helvetica, sans-serif;color:#ffffff }
.menutext a:link {	color:#ffffff;	text-decoration: none}
.menutext a:visited { color:#000033;	text-decoration: none}
.menutext a:hover {	color:#ffcc00;	text-decoration: none}
.menutext a:active { color:#004400;	text-decoration: none}
.hdg1 {
	font: bold small-caps normal 16pt/24px Georgia, "Times New Roman", Times, serif;
	color: #880000;
	text-transform: capitalize;
	
}
.hdg1 a:link {
	font: bold normal 16pt Georgia, "Times New Roman", Times, serif;
	color: #990000;
	
}
.txt1 {  font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #000000}
.txt1 a:link a:visited, a:hover, a:active { color: #746B45}
.pghdg {  font: bold normal 16pt Georgia, "Times New Roman", Times, serif; color: #292914}
.itemhdg {	font: bold 13px/17px Georgia, "Times New Roman", Times, serif; 	color: #000000}
.itemhdg a:link, a:visited, a:hover, a:active {  color: #49442C}
.itemtxt {  font: bold normal 12px/16px Verdana, Arial, Helvetica, sans-serif}
.itemtxt a:link, a:visited, a:hover, a:active {
	color: #49442C;
	text-decoration: underline;
}
.itemtxtPrt {
	font: normal 9px/normal Verdana, Arial, Helvetica, sans-serif;
	} 
.navline { font: normal Verdana, Arial, Helvetica, sans-serif;}

 #container {
	width: 95%;
	min-height: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	} 
 #header { 
	padding: 15px 0; 
	margin: 0 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
 #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
 #titles { padding:10px;
  }
 #content { 
	padding:10px;
	padding-bottom:40px;   
} 
 #footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:35px;
	background:#880000;
	padding:8px;
	z-index: 1;
 } 
.foot {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 8px;
	
}
.foot a:link { color: #ffffff;}
.foot a:visited { color: #ffffff}
.foot a:hover { color: #ffcc00}
.foot a:active { color: #003300}

/* Miscellaneous classes for reuse */
.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;
}
 
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent {
	zoom: 1;
	padding-top: 5px;
	width: 600px;
	margin: 0;
}
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */

<![endif]h1 {
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h1 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #222222;
	/*text-decoration: none; */
}
h1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	/*text-decoration: none;*/
}
