html,body{
    margin:0;
    padding:0;
    height:100%;
    border:none;
} 
.blueback {
  background-color:#3399CC;
}
#text {
	position:absolute;
	left:150px;
	top:160px;
	z-index:7;
	overflow: auto;
}
#text_essay {
	position:absolute;
	left:164px;
	top:160px;
	z-index:7;
	overflow: auto;
}
#menu {
	position:absolute;
	left:0px;
	top:170px;
	width:136px;
	z-index:5;
}
#left {
	position:absolute;
	left:0px;
	top:0px;
	width:136px;
	height:100%;
	z-index:2;
}
#left_essay {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:100%;
	z-index:2;
}
#footer {
	position:absolute;
	left:136px;
	top:0;
	height:150px;
	z-index:4;
}
#footer_essay {
	position:absolute;
	left:150px;
	top:0;
	height:150px;
	z-index:4;
}
#d_issue {
	position:relative;
  left:10px;
	top:0px;
	z-index:4;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial;
}
#top {
	position:absolute;
	left:0px;
	top:0px;
	height:150px;
	z-index:1;
	width: 100%;
}
#picture {
	position:absolute;
	left:0px;
	top:0px;
	width:136px;
	height:150px;
	z-index:3;
}
h1 {
	font-size: 16px;
	color: #3399CC;
	font-family: Verdana, Arial;
}
p {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #000000;
	text-indent: 0px;
	text-align: justify;
	margin: 10px;
}
a {
	color: #1177AA;
}
h2 {
	font-size: 14px;
	color: #999999;
	font-family: Verdana, Arial;
}
h3 {
	text-indent: 10px;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #3399CC;
    line-height:1px;
}
h4 {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin: 30px;
		font-weight: normal;
}
#target_author {
	position:absolute;
	right:50px;
	top:50px;
	z-index:8;
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width:500px;
	text-align: right;
}
#text #target_author {
	color: #555555;
	top:0px;
}	
#target_title {
	position:absolute;
	top:80px;
	z-index:9;
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	right: 50px;
	width:500px;
	text-align: right;
}
#text #target_title {
	top:20px;
}
#notes {
padding:5px;
	position:absolute;
	left:0px;
	top:180px;
	width:140px;
	z-index:10;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#3399CC;
}
#notes a {
	font-style: italic;
	color: #CCCCCC;
}
#Print {
	position:absolute;
	top:5px;
	z-index:11;
	right: 50px;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: center;
}
#Print a {
	color: #CCCCCC;
	text-decoration:none;
}
img {
 border-style: none;
}