#navbar
{
	position: fixed;
	top: 0px;
	left: 15%;
	background-color:#333333;
	z-index: 50;
}
#main_div
{
	position: absolute;
	top: 460px;
	width:100%;
	margin-top: -0px;
	font-family: Arial,Helvetica,sans-serif;
}
.top_div
{
	position: relative;
	border: 2px solid #ffffff;
	top: -250px;
	left: 530px;
	width: 240px;
	height: 100px;
	color: #ffffff;
	padding: 20px 5px 5px;
	background-color: #333388;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
}
.side_div_container
{
	position: fixed;
	top: 120px;
	opacity: 0.7;
	left: 10px;
	width: 140px;
	color: #ffffff;
	padding: 5px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	border-radius: 15px;
}
	/*
.side_div_0
{
	position: fixed;
	top: 355px;
	left: 10px;
	width: 140px;
	color: #ffffff;
	padding: 5px;
	background-color: #c03333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
}
	*/

.side_div_netlogo
{
	position: fixed;
	top: 293px;
	height: 118px;
	left: 4px;
	text-align: center;
	font-weight: normal;
}
/* the next div top is 356px (351 + 4) */

.side_div_1
{
	/*
	position: fixed;
	top: 356px;
	left: 10px;
	width: 140px;
	color: #ffffff;
	padding: 5px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	*/
}
.side_div_2
{
	/*
	position: fixed;
	top: 874px;
	left: 10px;
	width: 140px;
	color: #ffffff;
	padding: 5px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	*/
}
.side_div_3
{
	/*
	position: fixed;
	top: 428px;
	left: 10px;
	width: 140px;
	color: #ffffff;
	padding: 5px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	*/
}
.side_div_4
{
	/*
	position: fixed;
	top: 515px;
	left: 10px;
	width: 140px;
	color: #ffffff;
	padding: 5px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	*/
}
.side_div_5
{
	/*
	position: fixed;
	top: 814px;
	left: 10px;
	width: 140px;
	color: #ffffff;
	padding: 5px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	*/
}
.basic_head
{
	font-family: Arial, Helvetica, sans-serif;
	color: #20a46a;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding: 8px;
}
.basic_sub_head
{
	font-family: Arial, Helvetica, sans-serif;
	color: #20a46a;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding: 8px;
}
.black_big_head
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding-bottom: 2px;
}
.black_head
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding-bottom: 2px;
}
.black_subhead
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding-bottom: 8px;
}
.black_subhead_0
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 100%;
}
.black_subhead_1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	width: 100%;
}
.black_text_9pt
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
.black_text
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
.basic
{
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	test-align: left;
	padding: 8px;
}
.basic_text
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#dddddd;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	test-align: left;
	padding: 8px;
}
a.on_white:link
{
	color:#0000ff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
}
a.on_white:visited
{
	color:#0000ff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
}
a.on_white:hover
{
	color:#0000ff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: italic;
	text-decoration: none;
}
a.on_white:active
{
	color:#0000ff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: italic;
	text-decoration: none;
}
a:link
{
	color:#60ffff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
}
a:visited
{
	color:#60ffff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
}
a:hover
{
	color:#ccccff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: italic;
	text-decoration: none;
}
a:active
{
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: italic;
	text-decoration: none;
}
a.big_link:link
{
	color:#60ffff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size:18pt;
}
a.big_link:visited
{
	color:#60ffff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size:18pt;
}
a.big_link:hover
{
	color:#ccccff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: italic;
	text-decoration: none;
	font-size:18pt;
}
a.big_link:active
{
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	font-style: italic;
	text-decoration: none;
}
