@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-size: 16px;
	background-color: #DDDDDD;
	background-image: url(../images/bkgndA.gif);
	font-family: "Adobe Garamond Pro", "Garamond Premier Pro", Garamond, "Times Roman", "Times New Roman";
	line-height: 140%;
	font-style: normal;
}
.twoColFixLtHdr #container {
	width: 886px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	background-color: #000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	top: 0px;
	left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	position: relative;
	right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#28468d;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFF;
	font-family: "MS Serif", "New York", serif;
	font-style:oblique;
	font-size: 12px;
	line-height: normal;
}
.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;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 972px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #28468d;
}
#hhmenubar {
	z-index: 100;
	left: 0px;
	top: 0px;
}
.listStart {
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #933;
}
#container #orgs {
	padding-bottom: 12px;
}
#container #footer table {
	margin: 0px;
	padding: 0px;
	width: 886px;
}
a:link {
	color: #7d8257;
}

a:visited {
	color:#8b8f69;
}

a:hover {
	color: #88301C;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}
h2 {
	font-size: 21px;
	font-weight: bold;
}
#inlinePhotoR{
	float: right;
	border: 1px solid #000;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 16px;
}
#header #FlashID {
}

