/* CSS Document */
body {
	font: normal 1em Arial, sans-serif;
	color: #ffffFF;
	text-align: center;
	background-color: #2C698D;
	margin: 0;
	padding: 0px;
	}
	
div#content {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0px;
}
/* inner column divs */
div#leftside{
	text-align: left;
	float: left;
	width: 30%;
	padding: 5px;
	margin: 5px;
}
#leftside ul li {
	list-style: none;
}
div#rightside{
	text-align: left;
	float: right;
	width: 65%;
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px 5px 5px 0px;
	position: relative;
	top: 0px;
	line-height: 1.2em;
	vertical-align: middle;
} 
div#noside{
	text-align: center;
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px 5px 5px 0px;
	position: relative;
	top: 0px;
	line-height: 1.2em;
	vertical-align: middle;
}
div.photobox2 {
background-color: #C4DCE3;
	padding: 4px 8px;
	text-align: center;
	color: #2C698D;
	width:170px;
}

.photo-copyright {
	font-size: 10px;
	color: #ffffff;
}

P.index-photoheading {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 0px;
}


