@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#container  {
	position: relative;
	min-height: 100%;
	width: 600px;  
	background: #FFFFFF; 
	border: 1px solid #666666;
	text-align: left; 
	margin: 0 auto -35px auto;
} 
#header  {
	background-image: url(images/bkg_stripe.gif);
	height: 110px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	z-index: 10;
} 
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#header  h1  {
	margin: 0; 
	padding: 10px 0; 
}
#sidebar1  {
	position:absolute;
	top:112px;
	right:0;
	bottom:0;
	float: right;
	width: 164px;
	background-color: #FFFFCC;
	text-align: center;
	padding-top: 15px 15px 0px 15px;
	margin: 0;
	clear: none;
	z-index: 0;
}
#maincontent  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 380px;
} 
.photocredit  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	margin-right: 32px;
	padding: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	top: -20px;
}
.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	width: 140px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
#maincontent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#footer  { 
	position: relative;
	height:35px;
	padding: 0 10px 0 20px; 
	background:#DDDDDD; 
	z-index: 10;
} 
#footer  p  {
	margin: 0; 
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfooter { 
	clear:both;
    height:35px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 15px;
}


