body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11pt;
background-color: #FFFFFF;
/* #F8BE89; */
color: #000000;
margin-left: 10%;
margin-right: 10%;
background-image: url(../images/idialogo-sidew.png);
background-repeat: no-repeat;
background-attachment: fixed;
}
p, ul, h2 {
width: 500px
}

.right {
text-align: right
}
a:link {
background-color: #FBFAD7;
color: #000000
}
a:visited {
background-color: #FBFAD7;
}
a:hover {
background-color: #F8EA4E;
}

a:link.nav {
background-color: #FBFAD7;
color: #000000;
text-decoration: none;
font-weight: 600
}
a:visited.nav {
background-color: #FBFAD7;
color: #000000;
text-decoration: none;
font-weight: 600
}
a:hover.nav {
background-color: #FBFAD7;
color: # ;
padding-bottom: 3px;
text-decoration: none;
font-weight: 600
}
a:link.textnav {
background-color: #FBFAD7;
color: #000000;

}
a:visited.textnav {
background-color: #FBFAD7;
color: #000000
}
a:hover.textnav {
background-color: #FBFAD7;
color: # ;
padding-bottom: 3px
}
.italics {
 font-style: italic
}

fieldset {
border: solid 1px #000000;
width: 400px
}

legend {
font-weight: 600
}

.bold {
font-weight: 600
}

.small {
font-size: 9pt
}

.mainbody {
width: 500px
}

.mainbody #sidebar {
	width: 120px;
	/* position's value should be "fixed", but IE makes a mess */
	position: absolute;
		position: fixed;
	top: 44px;
	right: 0;
	height: 1200px;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 9pt
}
dt {
font-weight: 600	
}
.issn {
font-weight: normal	
}

dl dd {
font-size: 10pt
}
.title {
font-size: 11pt;
margin-left: 3px;
background-color: #D6D6ED
}
.publishing {
font-size: 9pt;
margin-left: 3px
}
.box {
margin: 5%;
border: 1px solid black;
padding: 5px
}