@charset "UTF-8";
body  {
	padding: 0;
	text-align: center;
	background-attachment: scroll;
	background-color: #BBB;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #222222;
} 
.twoColFixLtHdr #header {
	height: 150px;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(images/SFD.png);
} 
.twoColFixLtHdr   #header  ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: right;
	list-style: none;
}
.twoColFixLtHdr   #header  li {
	display: inline;
}
.twoColFixLtHdr  #header  li  a:link, .twoColFixLtHdr  #header  li  a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #58725A;
	padding: 0.2em;
	margin-right: 0.5em;
	float: left;
	background-image: url(images/hdr_menu_bg.gif);
}
.twoColFixLtHdr  #header  li  a:hover, .twoColFixLtHdr  #header  li  a:active {
	color: #58725A;
	background-color: #FFFFFF;
}
.twoColFixLtHdr  #header  li  a.current, .twoColFixLtHdr  #header  li  a.current:hover, .twoColFixLtHdr  #header  li  a.current:active {
	color: #FF6633;
	background: #FFFFFF;
	cursor: default;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(images/nav_bar.png);
	background-repeat: no-repeat;
	height: 850px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 3em;
	font-weight: normal;
	color: #dddddd;
	padding-left: 1.5em;
}

.twoColFixLtHdr  #sidebar1  ul  {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.twoColFixLtHdr  #sidebar1  li  {
	list-style: none;
}
.twoColFixLtHdr  #sidebar1  li  a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 2em;
	color:#222222;
	float: left;
	width: 160px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/sidebar_bg1.gif);
	background-position: left;
	}
	.twoColFixLtHdr  #sidebar1  li  a:hover {
	background-position: center;
	}
	.twoColFixLtHdr  #sidebar1 li  a.current, .twoColFixLtHdr  #sidebar1  li  a.current:hover, .twoColFixLtHdr  #sidebar1  li  a.current:active {
	background-position: right;
	cursor: default;
	}
.twoColFixLtHdr  #sidebar1  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	text-indent: 0.5em;
	padding-left: 0.5em;
	float: left;
	clear: left;
}	
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin-left: 240px;
	padding-right: 15px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #000;
}
.twoColFixLtHdr #mainContent a {
	color: #58725A;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	font-weight: bold;
}
.twoColFixLtHdr #mainContent img {
	background-color: #FFF;
	float: right;
	height: 120px;
	width: 100px;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: right;
}
.twoColFixLtHdr #mainContent #bilroth {
	height: 226px;
	width: 330px;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 15px;
}
.twoColFixLtHdr #mainContent #RNY {
	height: 330px;
	width: 280px;
	margin-bottom: 1px;
	margin-left: 15px;
	margin-top: 5px;
}
.twoColFixLtHdr #footer {
	padding: 10px;
	background-color: #bbb;
	text-align: left;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: italic;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #000000;
}
.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;
}
.small_text {
	font-size: x-small;
	font-weight: bold;
	color: #003;
	font-family: Verdana, Geneva, sans-serif;
}
