body
{
	margin: 0;
	padding: 0;
	background: #ffffff url(gfx/bg_page.jpg) repeat-x;
}


#langnav
{
	position: absolute;
	top: 6px;
	right: 6px;
}

#lang_nav

#nav_panel
{
	position: absolute;
	width: 100%;
	top: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
}

#nav_bg
{
	width: 100%;
	height: 30px;
	background: #171e4a;
}

#nav_panel ul
{
	position: absolute;
	left: 50%;
	width: 606px;
	margin: 0;
	margin-left: -303px;
	padding: 0;
	list-style: none;
}

#nav_panel li
{
	display: block;
	float: left;
	width: 100px;
	margin-right: 1px;
}

#nav_panel ul a
{
	text-decoration: none;
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 30px;
	height: 30px;
	background: #222c6d;
	xtext-transform: uppercase;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
}

#nav_panel ul a:hover
{
	border-bottom: 4px solid #484d6d;
	background: #31409f;
}

#nav_panel ul a.active
{
	border-bottom: 4px solid #222c6d;
}

#panel_outer
{
	width: 900px;
	background: url(gfx/bg_panel.jpg) repeat-y;
	margin: auto;
}

#panel_header
{
	width: 100%;
	background: url(gfx/bg_panel_grad.jpg) no-repeat;
}

#panel_inner
{
	margin-left: 18px;
	margin-right: 17px;
}



#panel_bottom
{
	width: 100%;
	background: url(gfx/bg_panel_bottom.jpg) no-repeat;
	height: 17px;
}

#footer
{
	width: 900px;
	height: 64px;
	margin: auto;
	background: url(gfx/bg_footer.jpg) no-repeat;
}

#footer_content
{
	padding-left: 30px;
	padding-top: 23px;
	padding-right: 30px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #888888;
	xtext-align: center;
}

#footer_content a
{
	text-decoration: none;
	color: #444488;
}

#footer_content a:hover
{
	text-decoration: underline;
}

#content
{
	padding: 30px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em
}

#content h1
{
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.4em;
}

#content .caption
{
	font-size: 12px;
	color: #666666;

}

.salutation
{
	margin-top: 0px;
	margin-bottom: 0px;

	font-size: 20px;
	text-align: center;
}

.data-type
{
	font-size: 1.2em;
	font-weight: bold;
	background: #eeeeee;
	padding: 5px;
	margin-bottom: 15px;
}

.data-row
{
	clear: both;
	border-bottom: 1px solid #666666;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.data-left
{
	float: left;
	width: 150px;
	margin-right: 15px;
}

.data-right
{
	float: left;
	width: 450px;
	margin-right: 15px;
}

.data-action
{
	float: left;
}

.data-right h3
{
	margin:0;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.data-row a
{
	text-decoration: none;
	padding-top: 10px;
}

.data-row a img
{
	margin-bottom: -7px;
	margin-right: 7px;
}