@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006600 url(../images/background1b.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColLiqLtHdr #container { 
	width: 80%; 
	min-width:771px;
	line-height:1.5em;
	overflow:visible;
	margin: 0 auto; 
	text-align: left;
} 

.twoColLiqLtHdr #header {
	background-color:#fef9d1;
	width: 80%; 
	margin:0 auto;
	padding-top:5px;
	padding-bottom:0px;
	text-align:center;
} 

/*.twoColLiqLtHdr #header img, .twoColLiqLtHdr #header img:a{text-align:left; margin-right:20%} */

.twoColLiqLtHdr #header h1 {
	margin-left: 0; 
	padding: 0 0 0 15%; 
	font-size:3.5em;
}

.twoColLiqLtHdr #header p {
	margin-left: 0;
	padding: 0 0 0 15%; 
	font-size:1.5em;
}

.twoColLiqLtHdr .dropcap{
	font-size:larger;
	}
	
.twoColLiqLtHdr #subcontainer { 
	background: #ffe000 url(../images/background2a.jpg) repeat-x;
	margin: -20px 0 20px 0;
	/* background to encomapss sidbar and main*/
} 

.twoColLiqLtHdr #subcontainer_tall{ 
	background: #fef9d1 url(../images/background2a.jpg) repeat-x bottom;
}

.twoColLiqLtHdr #sidebar1{
	float: left; 
	font-family:"Times New Roman", Times, serif;
	font-style:oblique;
	width: 190px;
	padding: 20px 10px 0 10px; 
	margin-right:10px;
}

.twoColLiqLtHdr #sidebar2{
	float: right; 
	font-family:"Times New Roman", Times, serif;
	font-style:oblique;
	width: 190px;
	padding: 20px 10px 0 10px; 
	margin-left:10px;
}


.infobox{
	background-color:#ffffff; border:1px solid #999999; padding-left:5px; margin-bottom:0
	}
	
  #sidebar1 dl dt{
	font-weight:bold;
	margin-left:15px;
	}

  #sidebar1 dd{
	margin-left:25px;
	}
	
#mainContent dl {

}
  #mainContent dl dt{
	font-weight:bold;
	margin:0 0 .3em 20px;
`}

  #mainContent dd{
	margin:0 0 0.3em 40px;
	font-style:italic;
	}
	
table td dl{margin:0 0 0 -18px;
	padding:0
	}	
table td dl dt{margin:-20px 0 0 -12px;
	padding:0
	}	
table td dl dd{margin:-20px 0 0 -2px;
	padding:-10px 0
	}	
 
.list_small li{ 
	font-size:small;
	line-height:1.0em;
	margin:0 0 0 0;
	}
	
.twoColLiqLtHdr #sidebar1 h3{margin-left: 20px}
.twoColLiqLtHdr #sidebar1 p{margin-left: 20px}

.twoColLiqLtHdr #mainContent { 
	margin: 20px 20px 20px 200px; 
	padding:20px;
	} 

.twoColLiqLtHdr #mainContent h1, .twoColLiqLtHdr #mainContent h2 { /* reduce bottom leading after header */
	margin: 0 0 .2em 0 ; 
}

.twoColLiqLtHdr #mainContent h3 { /* reduce bottom leading after header */
	/* margin-bottom: -1em;*/
}

.twoColLiqLtHdr #mainContent li{ 
	padding:0 0 .5em 0;
}

.twoColLiqLtHdr #mainContent table td{font-size:0.8em; padding:10px; }

.twoColLiqLtHdr #footer { 
	padding: 0 10px; 
} 
.twoColLiqLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size:.75em;
}
.twoColLiqLtHdr #footer a {
font-weight:bold;
	}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	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;
}

/* --images  */

img{
	border-color: #999999; 
	text-decoration:none;
	}
	
.img_ctr {
	text-align:center; 
	margin:0 auto;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	line-height: 15px; 
	color:#333333; 
	text-decoration: none
	}
	
.img_left {
	float:left; 
	margin:0 10px 5px 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 15px; 
	color:#333333; 
	text-decoration: none
	}
	
.img_right {
	float:right; 
	margin:0 0 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 15px; 
	color: #333333; 
	text-align:right;
	text-decoration: none;
}

/* --text  */

.large {
	font-size:x-large;
}

.large_green {
	font-size: x-large;
	color: #009900;
}
.small{font-size:x-small}
.small_grey{font-size:x-small; color:#999999}

/* --links  */

a:link {
	color: #003300;
	text-decoration:underline;
}
a:visited {
	color:#003300;
	}

a:hover {
	color: #006600;
	text-decoration:underline;
}
