body,html
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body
{
	font-size:0.9em;
	line-height:1.3em;
}

/* general styles */
H2
{
	font-weight:normal;
	font-size:1.4em;
	color:#025893;
	margin:0px;
}
H3
{
	margin:0px;
	font-size:1em;
	color:#005894;
	border-bottom:1px solid silver;
	border-top:1px solid silver;
	margin-bottom:10px;
	padding:2px;
}
p
{
}
a
{
	color:#e14302;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

/* menus */
ul.menu,
ul.menu li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.menu
{
	margin-top:-3px;
}
ul.menu li
{
	border-bottom:1px solid silver;
	text-align:right;
}
ul.menu li a
{
	padding-right:13px;
	color:#0a578d;
	display:block;
	margin-top:3px;
}
ul.menu li a:hover
{
	text-decoration:none;
	background:url(../img/menu_arrow.gif) center right no-repeat;
}
ul.menu li.submenu a
{
	padding-right:22px;
	font-size:12px;
	font-weight:bold;
}

/* Header area */
div#header
{
	height:89px;
	background-image:url(../img/header_repeat.gif);
	overflow:hidden;
	margin-bottom:20px;
}
div#header H1
{
	width:800px;
	height:89px;
	overflow:hidden;
	text-indent:-1000px;
	background-image:url(../img/header.jpg);
	margin:0px;
}

/* Layout area */
div#left
{
	width:125px;
	float:left;
}
div#middle
{
	margin-left:145px;
	margin-right:40px;
}