body{	/*background:#020034;*/
	background:#ffffff;
	text-align:center;
	margin:50px 0px;
	font-size:12px;
	font-family:Helvetica, sans-serif;
	padding:0px;
}
#mainframe{
	width:700px;
	height:398px;
	border:1px black solid;
	background:#ffffff;
	position:relative;
	text-align:center;
	margin:0px auto;
	/*padding-top:30px;*/
	/*height:100%;*/
	/*display:table-cell;*/
	/*vertical-align:middle;*/
}
#topbar{
	width:700px;
	background:#000000;
	color:#ffffff;
	margin:0px;
}
p{	text-align:justify;}
a{	text-decoration:none;}
#header{
	position:relative;
	/*margin-top:-5px;*/
	background:#000000;
	color:#000000;
	width:690px;
	height:15px;
	padding:5px;
	color: white;
}
.headr{
	color: white;
	text-align:right;
	float:right;
	/*z-index:5;*/
	padding-right:5px;
}
.headl{
	text-align:left;
	float:left;
	padding-left:5px;
}
a:hover{
	text-decoration:none;
	/*background:#020049;*/
	color:#009b1f;
}
#nav{
	background:#ffffff;
}
#nav ul{
	text-align:left;
	width:100px;
	float:right;
	margin-top:-25px;
	margin-right:3px;
}
#nav li{
	width:100px;
	float:right;
	height:2em;
	line-height:2em;
	list-style-type:none;
	background:#e5e5e5;
	border:1px #b0b0b0 solid;
	border-collapse:separate;
	border-width:1px 1px 0 1px;
}
#nav li:first-child{
	border-top:1px #b0b0b0 solid;
}
#nav li.last{
	border-bottom:1px #b0b0b0 solid;
}
#nav li a{
	display:block;
	width:100px;
	padding:2px;
}
#nav li a:hover{
	background:#ffffff;
	color:#009b1f;
	/*padding:2px;*/
	/*width:96px;*/
}
#nav li a:visited{
	display:block;
	width:100px;
	padding:2px;
	color:#0000ff;
}
#box_image{
	width:330px;
	height:330px;
	/*margin-left:-20px;*/
	position:absolute;
	top:60px;
	left:5px;
	padding-top:5px;
	/*border:1px red solid;*/
}
#box_text{
	width:243px;
	height:325px;
	max-height:325px;
	overflow:auto;
	position:absolute;
	top:60px;
	left:340px;
	text-align:justify;
	padding:3px;
	/*float:right;*/
	/*margin-top:100px;*/
	/*margin-right:105px;*/
	/*border:1px green solid;*/
	
}
#footer{
	width:700px;
	position:relative;
	text-align:right;
	border:1px blue solid;
	top:50px;
}

#menu{
	margin:0;
	padding:0;
}
#menu ul{
	border:0;
	margin:0;
	margin-top:-10px;
	margin-left:5px;
	padding:0;
	list-style-type:none;
	text-align:center;
	clear:left;
}
#menu ul li{
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
}
#menu ul li.empty{
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
	background:#d0d0d0;
	width:96px;
	height:2em;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:none;
	padding:0;
	margin:1 1 10px 1;
	color:blue;
	text-decoration:none;
	display:block;
	text-align:center;
	line-height:2em;
}
#menu ul li a{
	background:#d0d0d0;
	width:96px;
	height:2em;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-right:none;
	padding:0;
	margin:1 1 10px 1;
	color:blue;
	text-decoration:none;
	display:block;
	text-align:center;
	line-height:2em;
}
#menu ul li a:hover{
	color:#009b1f;
	background:#ffffff;
}
#menu ul li a#empty{
	border:0px;
	background:#ffffff;
}
#menu ul li a#last{
	border-right:1px solid #b0b0b0;
	width:99px;
}
