body
{
	/*background: url('images/background.gif') repeat;*/
	background: url('images/bg1.png') repeat;
	font-family: verdana, sans-serif;
}
#all
{
	width:800px;
	height:100%;
	border:1px solid black;
	background-color: white;
	text-align:left;
}
#topline
{
	width:800px;
	height:20px;
	/*border:1px solid #839f87;
	background: url('chrometheme/chromebg2.gif') center repeat;*/
	border:none;
	background-color:#839f87;
}
#header
{
	width:100%;
	height:100px;
}
#locationbar
{
	width:792px;height:12px;background-color:#839f87;text-indent:10px;
	font-size:12px;padding:4px;color:white;font-weight:bold;border:none;
}
#locationbar a
{
	height:12px;font-size:8pt;color:white;font-weight:bold;border:none;padding:0;margin:0;
}
#menu
	{
	width: 150px;
	height:100%;
	margin: 10px;
	float:left;
	}
#content
{
min-height:500px;
}

a
	{
	color: #2D823D;
	text-decoration:none;
	font-weight: bold;
	}
a.menu_main
	{
	width: 100%;
	height: 25px;
	background-color: #839f87;
	text-decoration: none;
	margin:2px;
	padding:5px;
	}
a.menu_main:hover
	{
	background-color: #AAAAAA;
	color: white;
	text-decoration: none;
	margin:2px;
	padding:5px;
	}
a.topline
{
	height:20px;
	color:white;
	float:left;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	valign:middle;
	margin-left:20px;
	margin-right:20px;
	margin-top:4px;
	margin-bottom:4px;
}
h2
{
	color: #839f87;
}
h3
{
	color: #839f87;
}
th
{
	background-color: #2D823D;
	color: white;
	font-weight: bold;
	border: 1px solid #839f87;
}
td
{
	border: 1px solid #839f87;	
}