body
{
	background: url('images/background.gif') 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 #006699;
	background: url('chrometheme/chromebg2.gif') center repeat;*/
	border:none;
	background-color:#006699;
}
#header
{
	width:100%;
	height:100px;
}
#locationbar
{
	width:792px;
	height:12px;
	background-color:#006699;
	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
{
    height:500px;
    margin: 5px;
    font-family: "Tahoma", "Arial", helvetica, sans-serif;
    font-size: 0.9em; 
    font-weight: normal;
}

a
{
	color: black;
	text-decoration:none;
	font-weight: bold;
}
a.menu_main
{
	width: 100%;
	height: 25px;
	background-color: 0080FF;
	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;
}
h1
{ 
    color: #009999;
}
h2
{
    color: #006699;
	margin-left: 5px;
}
