@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a{
	text-decoration:none;
	font-style:normal;
	color:#000000;
}
a:hover{
	color:#000066;
}

#header {
	background-image:url(images/header.png);
	background-repeat: repeat-x;
  height:20px;
	z-index:6;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	position:fixed;
}
#topbar{
	position:absolute;
	font-size:10px;
	right:20px;
	top:130px;
	left:270px;
	width:700px;
	z-index:5;
}
#logo{
	position:absolute;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:265px;
	height:110px;
	left:700px;
	top:36px;
	z-index:1;
}

#copyright {
	font-size:9px;
	margin-top:0
}

#navi{
	position:absolute;
	left:10px;
	top:150px;
	width:250px;
	z-index:2;
}
.navi-item{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	background-color:#f5f5f5 ;
	height:29px;	
}
.navi-border-topleft{
	background-image:url(images/navitopleft.jpg);
	background-repeat:no-repeat;
	width:17px;
	height:27px;
}
.navi-border-topmiddle{
	background-image:url(images/navitopmiddle.jpg);
	background-repeat:repeat-x;
}
.navi-border-topright{
	background-image:url(images/navitopright.jpg);
	background-repeat:no-repeat;
	width:13px;
}
.navi-border-middleleft{
	background-image:url(images/navimiddleleft.jpg);
	background-repeat:repeat-y;
}
.navi-border-middleright{
	background-image:url(images/navimiddleright.jpg);
	background-repeat:repeat-y;
}
.navi-selectedborder-middleleft{
	background-image:url(images/navimiddleleftselected.jpg);
	background-repeat:no-repeat
}
.navi-selectedborder-middleright{
	background-image:url(images/navimiddlerightselected.jpg);
	background-repeat:no-repeat
}
.navi-selecteditem{
	background-image:url(images/navimiddleselected.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#FFFFFF;
	height:29px;
}
.navi-border-bottomleft{
	background-image:url(images/navibottomleft.jpg);
	background-repeat:no-repeat;
	width:17px;
	height:27px;
}
.navi-border-bottommiddle{
	background-image:url(images/navibottommiddle.jpg);
	background-repeat:repeat-x;
}
.navi-border-bottomright{
	background-image:url(images/navibottomright.jpg);
	background-repeat:no-repeat;
	width:13px;
}


#content{
	position:absolute;
	top:150px;
	left:260px;
	width:700px;
	z-index:4;
}
.content-clientregion{
	background-color:#f5f5f5;
	padding-left:20px;
	padding-right:20px;
}
.content-border-topleft{
	background-image:url(images/contenttopleft.jpg);
	background-repeat:no-repeat;
	width:13px;
	height:27px;
}
.content-border-topmiddle{
	background-image:url(images/contenttopmiddle.jpg);
	background-repeat:repeat-x;
	height:27px;
}
.content-border-topright{
	background-image:url(images/contenttopright.jpg);
	background-repeat:no-repeat;
	width:17px;
	height:27px;
}
.content-border-middleleft{
	background-image:url(images/contentmiddleleft.jpg);
	background-repeat:repeat-y;
}
.content-border-middleright{
	background-image:url(images/contentmiddleright.jpg);
	background-repeat:repeat-y;
}
.content-border-bottomleft{
	background-image:url(images/contentbottomleft.jpg);
	background-repeat:no-repeat;
	width:13px;
	height:27px;
}
.content-border-bottommiddle{
	background-image:url(images/contentbottommiddle.jpg);
	background-repeat:repeat-x;
}
.content-border-bottomright{
	background-image:url(images/contentbottomright.jpg);
	background-repeat:no-repeat;
	width:17px;
	height:27px;
}

.news-headline{
	font-style:italic;
	font-size:13px;
}
.news-text{
	font-size:12px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	padding-bottom:5px;
}
.headline
{
	margin-bottom:30px;
	font-size:14px;
	color:#999999;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.downlink
{
	font-size:13px;
	text-decoration:underline;
}
.headlink
{
	text-decoration:underline;
	font-size:13px;
	color:#003399;
}
.image{
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	margin:5px;
}
.imagesubtitle
{
	color:#666666;
	margin:5px;
	margin-top:0px;
	text-align:center;
}
.referencelogo
{
	border:none;
	padding:5px;
}