html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: small arial, helvetica, sans-serif;
	text-align: center;
	background-color:#fc9;
}

#content {
	text-align: left;
	padding: 10px 10px 48px 10px;
	background-color: #fff;	
	margin-top: 13px;/**/
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
	width: 71%;
	font-family: Arial, Helvetica, sans-serif;
	border:medium double #999;
}

#content a:link {
	color: #06C;
	text-decoration: none;
}
#content a:visited {
	color: #69c;
}
#content a:hover, #content a:focus {
	color: #696;
	text-decoration: underline;
}
#content a:active {
	color: #0c6;
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	line-height: 1em;
	color:#800000;
	margin: 0.5em;
}

h2 {
	font-size: 2.9em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul, ol {
	list-style-position: outside;
	background-color: #f3f3f3;
	font-family: sans-serif;
	font-size : 0.9em;
	padding:11px 11px 11px 31px;
	border-bottom: thick double #FFF;
	border-top: thick double #FFF;
	margin-right: 39px;
	clear: left;
}

ul {
	list-style-type: circle;
}

#leftBottomLogo {
	left: 5px;
	width: 70px;
	height: 70px;
    float: left;
}

#projectLegend {
	width: 85%;
	text-align: center;
	font: 10px verdana, arial, helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 35px;
	padding-right: 30px;
	padding-left: 49px;
}

#rightBottomLogo {
	width: 70px;
	height: 70px;
    float: right;
}

.centerPicture {
	width: 334px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0;
}

.imgLeft {
	float: left;
	/*display: block;*/
	margin-right: 0.4em;
	padding: 0.4em 0.4em 0 0 ;
	background-color: #fff;
	border: #fff double thick;
	border-left: none;
}

.imgRight {
	float: right;
	margin-left: 0.4em;
	padding: 0 0 0.4em 0.4em;
	background-color: #fff;
	border: #fff double thick;
	border-right: none;
}

.caption {
	font-size: 0.8em;
	line-height: 1em;
}

.photoCredit  {	
	font-size: 0.75em;
	padding-right: 55px;
	clear: both;
	color: #999;
}

#sidebar {
	width: 16em;
	float: right; 
	padding: 0.5em 0 0.5em 0.2em;	
	background-color: #3399FF;
	border: medium double #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px -81px 5px 5px;
}

/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/

.photoCredit {
	font-size: 0.75em;
	padding-right: 5px;
	display: block;
	text-align: right;
}

#sidebar {
	width: 16em;
	float: right; 
	padding: 0.5em 0 0.5em 0.2em;	
	background-color: #3399FF;
	border: medium double #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	right: -95px;
	margin: 5px 5px 5px -81px;
}

/* hack ends */

#sidebar ul {
	list-style: none;
	background-color: #3399FF;
	padding: 0 0 0 0.5em;
	margin: 0;
	border: 0;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 1px 2px;
	margin: 2px 0;
	line-height: 1.4em;
	/*background-color:#3399CC;*/

}

#sidebar li a {
	/*padding: 3px 0.5em;
	margin-left: 3px; 
	font-size: 110%;*/
	text-decoration: none;
	font-weight: bold;	
	white-space: nowrap;
	display: block;padding-left: 2px;
}

#sidebar li a:link { color: #fff; }
#sidebar li a:visited { color: #fff; }
#sidebar li a:hover { color: #000; background-color: #eaeaea;  }

#sidebar ul > ul {
	padding: 0 0 0 1.75em;
}

/*#sidebar ul > ul a {
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}*/

#newThing {
	background-color:#006666;
	padding: 2px 0 2px 5px;
	display: block;
}

#latestList {}

#latestList li {
	line-height: 1.2em;
	padding: 1em 0 0 0;
}
