
html, 
body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #54555d;
	text-align: center;
	background: #fff;
}

#container
{
	margin: 0px auto;
	padding: 0px;
	width: 884px;
	background: #fff url(../images/container_background.gif) repeat-y;
}

#header
{
	width: 884px;
	height: 172px;
}

#header-logo
{
	float: left;
	width: 177px;
	height: 172px;
}

#header-picture
{
	float: left;
	width: 707px;
	height: 172px;
}

#global-menu
{
	margin: 0px auto;
	padding: 0px;
	width: 860px;
	text-align: left;
	background: #fff;
	clear: both;
}

#global-menu ul
{
	margin: 0px;
	padding: 3px 0px 18px 211px;
	list-style-type: none;
}

#global-menu li
{
	display: inline;
}

#global-menu li a
{
	font-weight: bold;
}
 
#global-menu li a.selected
{
	color: #0095da;
}

#main
{
	margin: 0px auto;
	width: 860px;
}

#main-left-box
{
	float: left;
	width: 166px;
	text-align: left;
}

#main-left
{
	width: auto;
}

#sub-menu
{
	margin: 0px;
	padding-left: 1px;
	list-style-type: none;
}

#sub-menu li
{
	padding: 8px 0px 9px 10px;
	background: #fff url(../images/sub_menu_list_image.gif) no-repeat 0px 12px;
}

#sub-menu li.first
{
	padding: 0px 0px 9px 10px;
	background: #fff url(../images/sub_menu_list_image.gif) no-repeat 0px 4px;
}

#main-right-box
{
	float: right;
	width: 694px;
	text-align: left;
}

#main-right
{
	padding-left: 20px;
	width: auto;
}

#footer-box
{
	width: 684px;
}

#footer
{
	padding-left: 20px;
	width: 672px;
}

#footer-line
{
	width: 672px;
	height: 13px;
}

#footer-print-button
{	
	float: right;
	width: 64px;
	height: 24px;
	clear: both;
	display: none;
}

#visitors
{
	display: none;
	visibility: hidden;
}

.clear
{
	clear: both;
}

h1
{
	margin-top: 0px;
	padding: 0px;
	font-size: 13px;
	color: #0095da;
}

h2
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

p
{
	margin-top: 0px;
	line-height: 14px;
}

p.ingress
{
	font-weight: bold;
}

p a:link, 
p a:visited
{
	color: #0095da;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

p a:hover, 
p a:active
{
	color: #0095da;
	text-decoration: none;
	border-bottom: 1px dotted #0095da;
}

p.info a:link, 
p.info a:visited, 
p.info a:hover, 
p.info a:active
{
	color: #54555d;
	text-decoration: none;
	border-bottom: 0px;
}

img
{
	border-style: none;
}

a:link, 
a:visited
{
	color: #54555d;
	text-decoration: none;
}

a:hover, 
a:active
{
	color: #0095da;
	text-decoration: none;
}
