@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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2 em;
	position: relative;
	background-color: #FFF;
} 

.twoColFixRtHdr #container #mainContent #photo{
	text-align: center;
	font-size: 70%;
}

.twoColFixRtHdr #container h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}
.twoColFixRtHdr #container #mainNav{
	display: block;
	position: absolute;
	width: 780px;
	left: 0px;
	top: 173px;
}
.twoColFixRtHdr #container #homephoto {
	display: block;
	width: 780px;
	position: absolute;
	top: 205px;
	left: 0px;
}
.twoColFixRtHdr #container #mainNav table tr td {
	background-color: #000;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-variant: small-caps;
}
.twoColFixRtHdr #container #mainNav table a {
	color: #FFF;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainNav table a:hover, a:active {
	color: #BB8D57;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainNav table a.current {
	color: #BB8D57;
}

.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0;
} 
.twoColFixRtHdr #container #mainNav table {
	background-color: #000;
}
.twoColFixRtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #container #sidebar1{
	float: right; /* since this element is floated, a width must be given */
	width: 218px; /* 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;
	position: absolute;
	display: block;
	left: 520px;
	top: 400px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	height: 930px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
}

.twoColFixRtHdr #container #mainContent{
	width: 480px;
	position: absolute;
	display: block;
	float: left;
	background-color: #FFF;
	top: 330px;
	left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 1000px;
} 
.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #333;
	position: absolute;
	display: block;
	width: 780px;
	top: 1313px;
	left: 0px;
} 
.twoColFixRtHdr #container #sidebar1 table tr td p {
	line-height: 0 em;
}
.twoColFixRtHdr #container #sidebar1 table {
	margin-top: 20px;
}
.twoColFixRtHdr #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 */
	font-size: 75%;
	text-align: center;
	color: #FFF;
}
.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;
}
.twoColFixRtHdr #container #mainContent #subnav  {
	padding: 0px;
	color: #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container #mainContent table img   {
	float: left;
	border: 1px solid #000;
}

.twoColFixRtHdr #container a {
	color: #BB8D57;
	text-decoration: underline;
}

.twoColFixRtHdr #container a:hover, a:active {
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent #photonav {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-bottom: -10px;
}

.twoColFixRtHdr #container #mainContent p img {
	margin-right: auto;
	margin-left: auto;
}

.home {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.photoCaption {
	text-align: center;
	font-size: 70%;
}

