body{
	font: 100.01% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFdd;
	color: #2786a2;
	text-align: center;
}

div#header{background: #FFFFdd}

div#content{
	background: #FFFFdd;
	color: #2F4F8F;
	text-align: left;
}
#content {
	border-top: 2px none #000000;
	font-size: 0.7em;
	margin: 0;
	padding: 0.5em 0 0;
}
#navbar {
	border-bottom: 2px solid #2786a2;
	margin-right: 0;
	padding-bottom: 0.5em;
}


#articleAbstract div{
    text-align: justify;
}
#homepageImage img {
    border: 0 none;
    display: inline;
    margin: 0 auto;
    text-align: right;
}
a:link {
	color: #162543;
	text-decoration: none;
}
a:visited {
    color: #162543;
}
a:hover {color:#162543;
background: ;
}
table.tocArticle td.tocTitle {
	height: 100%;
	width: 70%;
	font-style: normal;
}
table.tocArticle td.tocAuthors {
	font-style: normal;
	padding-left: 30px;
	vertical-align: top;
}
div.separator {
    border-bottom: 1px groove #000000;
    font-size: 0.5em;
    line-height: 25%;
    margin-bottom: 0.25em;
    margin-top: 1em;
    padding: 0;
    width: 100%;
}