@charset "UTF-8";
/* CSS Document */
 
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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-color: #9f9c9c;
	background-image: url(images/bg_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #958f8f; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
} 
.twoColFixLtHdr #header {
	height: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.twoColFixLtHdr #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-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 24px;
	font-weight: bold;
	color: #969;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #ccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 150px;
	padding: 10px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 10px;
} 
#body_hom #container #mainContent2 h1 {
}
.twoColFixLtHdr #mainContent_2 {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#958f8f;
} 
.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 */
}
.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;
}
.captioned_photo {
	float: none;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	width: 576px;
	border: 1px solid #F1F1F1;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	margin: 5px;
	padding: 9;
}
.linearound {
	border: 1px solid #CCC;
}
p {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 100;
	color: #333;
}

#body_hom #container #mainContent h1 {
	color: #969;
	font-family: "Times New Roman", Times, serif;
}
#body_hom #container #mainContent table tr td p {
	font-size: 9px;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 100;
	color: #009;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 100;
	color: #900;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 100;
	color: #06F;
	text-decoration: none;
}
.imagelinepad {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}


.captioned2_photo {
	float: left;
	padding: 10;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	width: 251px;
	border: 1px solid #F1F1F1;
	text-align: center;
	margin: 5px;
}
p {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: 100;
	color: #333;
}
h2 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
h2 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: lighter;
	color: #333;
}

h1 {
	color: #969;
	font-family: "Times New Roman", Times, serif;
}

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


#body_hom #container #mainContent2 blockquote blockquote blockquote p {
	font-size: 10px;
}
#body_hom #container #mainContent2 h1 {
	color: #969;
	font-family: "Times New Roman", Times, serif;
}

