/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	color:#00551D;
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
	text-align: center;
}

dt { font-weight:bold; }

/* CLASSES */
.mainWrapper {
margin: auto 10% auto 10%;
text-align:justify;
}
.firstWord {
	color:#00551D;
	font-size:x-large;
	font-weight:bolder;
}
.logo {
	color: #045D2D;
	font-family:'Times New Roman', Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	}
.sidebar1 {
	margin: 0 5px 15px 5px;
	padding: 0em 0.5em;
	border-top:5px solid #00551D; 
	border-right:1px solid #00551D; 
	border-bottom:5px solid #00551D; 
	border-left:1px solid #00551D; 
/*	background-color:#CBB689;*/
	background-image: url(../images/london.front.desatureLayerWd.gif);
	background-position: center left;
	font-size: small;
	font-family: cursive;
	}
.sidebar1 h1 {
	margin-top: 0px;
	margin-bottom: 0em;
	font-family: cursive;
	}
.sidebar1 h2 {
	margin-top: 0px;
	margin-bottom: -0.7em;
	font-family: cursive;
	}
.sidebar1 p {
	margin-bottom: 0.2em;
	}
.featureBlock1 {
	background-color: transparent;
	background-position: center left;
	background-repeat: repeat-y;
	margin: auto 25% auto 25%; /* horz. margins 'overclocked' to enforce centering*/
	margin-top: 1em;
	width:150px;
	font-size: small;
}
.featureBlock1 h1 {
	margin-top: auto;
}
.submission {
	background-color: #D5BE93;
	vertical-align:top;
}
.submission h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:left;
	}
.submission th {
	text-align:right;
	vertical-align:top;
	}
/* ID's */
#iconTable td {
	vertical-align:top;
}
#article-wrapper {
	padding: 0em 0.5em;
	border-top:5px solid #00551D; 
	border-right:1px solid #00551D; 
	border-bottom:5px solid #00551D; 
	border-left:1px solid #00551D;
}

