@charset "UTF-8";
/* CSS Document */
<!-- 
body  {
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	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: black;
	overflow: scroll;
}

.twoColStandard #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	background: white;
	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. */
	margin-top:10px;
	/* border: 1px solid #FF0000; */
}

.twoColStandard #header { 
	margin:0;
	/* border: 1px solid #00FF00; */
} 

.twoColStandard #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:26px; font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

.twoColStandard #breadcrumbs {
	clear:both;
	position:absolute; 
	width:780px;
	margin:-16px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
}

.twoColStandard #twoColumns {  /* Needed? */
	position:inherit;
	width:1024px;
/*	border: 1px solid #00FF00; */
}

.twoColStandard #fullWidthContent {
	width: 984px; 
	margin-left:0;
	/* border: 1px solid #00FF00; */
}

.twoColStandard #mainContent { 
	width:721px;
	position:inherit;
	/* margin: 0 0 0 20px; the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*
	text-align: justify;
	text-justify:distribute-all-lines; 
	*/
	min-height: 100%; 
	/* border: 1px solid #00FF00; */
} 

.twoColStandard #mainContent img.imgWrapRight {  /* Image aligns column-left; type flows around right side of image */
	float: left;
	margin: 0 11px 6px 0;

}

.twoColStandard #mainContent img.imgWrapLeft {  /* Image aligns column-right; type flows around left side of image */
	float: right;
	margin: 0 0 6px 11px;	
}

.imgWrapCaption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight:bold;
	color:#706E6E;
	text-align:left;
}

.twoColStandard .textWrapRight {/** container **/ 
	float: left;
	width: auto;
	height:auto;
	/* border: red solid; */
	margin: 2px 12px 0 0;
	padding: 0; 
}

.twoColStandard .textWrapLeft {/** container **/ 
	float: right;
	width: auto;
	height:auto;
	/* border: red solid; */
	margin: 2px 0 0 12px;
	padding: 0; 
}

.twoColStandard #mainContent .imgCaptionT1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight:bold;
	color:#706E6E;
	text-align:left;
}

.twoColStandard #mainContent p.photocaption2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight:bold;
	color:#706E6E;
	text-align:left;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.twoColStandard #mainContent p.toc1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight:bold;
	color:#706E6E;
	text-align:left;
}

#mainContent #subscriptionForm {  /* Style for E-newsletter subscription form */
	position:relative;
	font-family: verdana; 
	font-size: 11px; 
	text-align:left; 
	width: 160px; 
	padding: 10px; 
	margin-left:10px;
	float:right;
	border: 1px solid #000; 
	background: #ddd;
}


.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;
}


/* -----------------------BEGIN APPEARANCE --------------------*/
a: {outline:0;}
a:link, a:visited{text-decoration:none; color:#990000;}
a:hover {text-decoration:underline; color:#339;}
a:active {text-decoration:underline; color:#66C;} 
.smallText {font-size:11px;}

.red { color:#F00; }

#mainContent h1 { font-size:26px; font-family: "Trebuchet MS", Verdana, Geneva, sans-serif; text-align: left;}
#mainContent h2 { font-size:21px; font-family: "Trebuchet MS", Verdana, Geneva, sans-serif; text-align: left;}
#mainContent h3 { font-size:17px; font-family: "Trebuchet MS", Verdana, Geneva, sans-serif; text-align: left;}
#mainContent h3.head3_tablehead {font-size:17px; margin-top:0; font-family: "Trebuchet MS", Verdana, Geneva, sans-serif; text-align: left;}
#mainContent h4 { font-size:13px; font-family: "Trebuchet MS", Verdana, Geneva, sans-serif; text-align: left;}
#mainContent p.p1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainContent p.p2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px; 
	line-height:125%;
}
#mainContent p.p3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	line-height:130%;
}
#mainContent p.p4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px; 
	line-height:130%;
	color:#706e6e;
}
#mainContent p.p5 {
}
#mainContent p.p6 {
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	list-style-image:url('/IMAGES/red_bullet_10.gif');
}
/*
#mainContent ul.ulist1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height:140%;
	list-style-image:url('/IMAGES/red_bullet_10.gif');
}

#mainContent ul.ulist2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height:140%;
	list-style-image:url('/IMAGES/red_bullet_10.gif');
}

#mainContent ol.ulist1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:140%;
}
*/

#bottomSpan {
	border: 1px solid #CCC; 
}

#bottomSpanContent {
	position:inherit;
	border:1px solid #CCC; 
	background: #ecebeb;
	margin:12px;
	padding:0 6px 0 6px;
}

#bottomSpanContent h1 { 
	font-size:20px;
}

#bottomSpanContent img.wrapLeft {
		float: right;
	    margin: 11px 11px 6px 0;
}


/* ========== BEGIN TABLES ==========  */

/* BOXED TABLE STYLE bt1 */
	#bt1_table {
		background-color:#FFF;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt1_table .td1 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#433;
	}
	#bt1_table .td2 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:normal;
		color:#433;
	}
	#bt1_table .caption1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:left;
	}
	

/* BOXED TABLE STYLE bt2 */
	#bt2_table {
		background-color:#FFF;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt2_table .td1 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:normal;
		color:#433;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt2_table .td1_large {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:normal;
		color:#433;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt2_table .td2 {
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt2_table .td3 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:normal;
		color:#433;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt2_table .td1Lrg {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		color:#000;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt2_table .td2Lrg {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#000;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt2_table .caption1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:left;
	}
	

/* BOXED TABLE STYLE bt3 */
	#bt3_table {
		background-color:#ECEBEB;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt3_table .td1 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#433;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt3_table .td2 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:normal;
		color:#433;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt3_table .caption1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:left;
	}


/* BOXED TABLE STYLE bt4 */
	#bt4_table {
		background-color:#FFF;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt4_table .td1 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		color:#black;
		padding:8px;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt4_table .td2 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:normal;
		color:#000;
		padding:8px;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt4_table .td3 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		color:#black;
		padding:8px;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt4_table .td4 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:normal;
		color:#000;
		padding:8px;
		border:thin;
		border-style:solid;
		border-color:#CCC;
		border-collapse:collapse;
	}
	#bt4_table .caption1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		padding-bottom:5px;
		text-align:left;
	}


/* UNBOXED TABLE STYLE bt4 */

	#ubt1_table {
		background-color:#FFF;
		border-collapse:collapse;
		border-top:2px solid #706E6E;
	}
	#ubt1_table .td_horiz {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		color:black;
		border-bottom:1px solid #706E6E;
		padding-right:12px;
	}



/* UNBOXED IMAGE TABLE STYLE imgTable1 */

	#imgTable1 {
		background-color:#FFF;
	}
	#imgTable1 .imgCaptionT1 {
		float: right;
		width: auto;
		height:auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;	
		font-weight:bold;
		color:#706E6E;
		text-align:left;
	}


/* GALLERY TABLE STYLE gallery1 */

	table.gallery1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
		border: 1px solid #CCC;
	}
	table.gallery1 td.header {
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		padding:2px 0 3px 4px;
	}
	table.gallery1 img.gal1 {
		border: 1px solid #CCC;
	}

/* GALLERY TABLE STYLE gallery2 */


	table.gallery2 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		text-align:left;
	}
	table.gallery2 td.header {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		padding:2px 0 3px 4px;
	}
	table.gallery2 img.gal2 {
		margin-right:6px;
		padding-top:4px;
		border: none;
		-moz-box-shadow: 0 5px 5px 0 #999;
		-webkit-box-shadow: 0 5px 5px 0 #999;
		box-shadow: 0 5px 5px 0 #999; 
	}
	table.gallery2 td.padded {
		padding-top:4px;
	}


/* ========== END TABLES ==========  */

.twoColStandard #underbox p.p1_firstpara {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:-5px 0 0 0;
}

/* ======= UNDERLINED HEADS ======== */
p.underlined-head { color:#900; font-size:26px; font-weight:bold; margin-bottom:-8px; font-family:"Trebuchet MS", Verdana, Geneva, sans-serif }
hr.head-underline { border-color:#b00; border-width:1px; }

--> 


<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColStandard #sidebar1 { width: 220px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColStandard #sidebar1 { padding-top: 30px; }
.twoColStandard #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->