body {
	background-color: #FCFCFC;
	/*background-color: #D9F0FF;*/
	color: #0C2C54;
	font-family: Arial;
	font-size: 0.8em;
	text-align: justify; }
	
p {
	text-align: justify; }

a:link {
	color: blue }

a:visited {
	color: blue }

a:hover {
	color: #8C157D; }

a:active {
	color: #8C157D }
	
h1 {	
	color: #8C157D;
	font-family: Arial;
	font-size: medium;
	font-weight: bold; }

h2 {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold; }

h3 {
	color: #958446;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0; }

h5 {
	color: #958446;
	font-family: Arial;
	font-size: x-small;
	font-weight: bold; }

#content {
    float: left;
    margin: 0;
    padding: 10px 10px 0 5px; }

h3.expand-contract {
    cursor: pointer; }

h3.expand-contract:hover {
    color: #8C157D; }

.dropLink {
	display: block;
	vertical-align: middle;
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	width: 100px;
	border: solid 0px;
	background-color: #65C4B3;
	color: #8C157D;
	border-bottom: none;
	height: 100%; }

.dropLink:visited { color: #8C157D; }

.dropLink:link { color: #8C157D; }

.dropLink:hover {
	background-color: #8C157D;
	color: #65C4B3; }

.menuHolder {
    float: left;
    margin-right: 5px; }

.timeStamp {
	text-align: right;
	background-color: white;
	color: #8C157D;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
	width: auto;
	border: none }

    .timestamp div {
        white-space: nowrap;
    }

.imageBlock {
	width: 220px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	border: double 4px #0C2C54; }

.image {
	position: relative;
	display: block;
	margin: 2px auto 2px auto; }

.caption {
	position: relative;
	width: 208px;
	text-align: justify;
	background-color: #D5ECFB;
	height: 5.5em;
	padding: 0.5em; }

.captionEdit {
	position: relative;
	top: -7px;
	left: -6px;
	width: 206px;
	text-align: justify;
	background-color: #D5ECFB;
	height: 5em;
	padding: 0.5em;
	border: none;
	overflow: hidden;
	font-family: Arial; }

.expandableDIV 
{
    display: none;
}
