html {
	margin: 0;
	padding: 0;
}

#pageContent {
	margin-left: 185px;
	margin-top: 0px;
}

p {
	text-indent:2em;
}

body { 
	margin: auto;
	width:892px;
	position:relative;
}

div.bar {
	background-color: #cccccc;
	width: 100%;
	height: 29px;
	border: solid 1px black;
	vertical-align: middle;
}	
div.bar * {
	padding-top: 2px;
	padding-left: 2px;
	vertical-align: middle;
}
div.notifyBox{
	border: solid 1px black;
	background-color:#ffffcc;
	margin:2em;
	margin-left: 40px;
	padding:5px;
}

#navigation {
	width: 130px;
	border: solid 1px black;
	padding: 0px;
	background-color: #bbddff;
	position: absolute;
	left: 40px;
	top: 257px;
}
#navigation a{
	display:block;
	margin-left:0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-size: 14pt;
	color: black;
	padding-bottom: 3px;
	margin-top: 2px;
}

#navigation a:hover {
	background-color: #000000;
	color: #ffffff;
}

h1 {
	text-align:center;
	margin-bottom:0px;
	font-size: 32pt;
}
.welcomeImage {
	width:100%;
	height:175px;
}

/* New specific */
.boldText 
{
	font-weight:bold;
}
.story 
{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 2em;
	margin-left: 2em;
}

.smallText 
{
	font-size:small;
	text-align: left;
}

.story img 
{
	border: solid 2px green;
	width: 300px;
}

hr 
{
	width: 10%;
	color:green;
}

.story div, .story .boldText {
	text-align:center;
	display:block;
}