/* CSS Document */

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#eeeeee;
	background-image:url(../images/background-tile.gif);
}

div.content-bkg {
	background-image:url(../images/background-image.gif);
	background-repeat:repeat-y;
	background-position:center;
	height:300px;
	width:740px;
}

div.content-bttm {
	background-image:url(../images/background-bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
}

div.sec-banner {
	height: 36px;
}

div.navi-bkg {
	background-image:url(../images/navi-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:177px;
	float:left;
	position:relative;
	margin:5px 0px 0px 5px;
	height:28px;
}

div.navi-bkg-left {
	background-image:url(../images/left-corner.gif);
	background-repeat:no-repeat;
	background-position:left;
	position:relative;
	height:30px;
}

div.navi-bkg-right {
	background-image:url(../images/right-corner.gif);
	background-repeat:no-repeat;
	background-position:right;
	position:relative;
	height:30px;
	margin:-30px 0px 0px 0px;
}

p.navigation {	
	margin:-23px 0px 0px 10px;
	padding:1px 0px 6px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#707070;
	text-align:left;
}

span.navigation {
	color:#006c64;
}

br.navigation {
	line-height:220%;
}

br.navigation-sep {
	line-height:160%;
}

div.navi-element {
	background-color:#969ea5;
	width:176px;
	float:left;
	position:relative;
	height:22px;
	margin:1px 0px 0px 5px;
}

div.navi-element-arrow {
	background-image:url(../images/navi-element-arrow.gif);
	background-repeat:no-repeat;
	background-position:left top; 
	position:relative;
	height:10px;
	margin:1px 0px 0px 1px;
}

div.navi-element-arrow-alt {
	background-image:url(../images/navi-element-arrow-alt.gif);
	background-repeat:no-repeat;
	background-position:left top; 
	position:relative;
	height:10px;
	margin:1px 0px 0px 1px;
}

p.navigation-link {	
	margin:-15px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:left;
}

div.main-body {
	background-image:url(../images/navi-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:536px;
	float:left;
	position:relative;
	margin:-205px 0px 0px 97px;
	height:30px;
}

div.main-bkg-left {
	background-image:url(../images/left-corner.gif);
	background-repeat:no-repeat;
	background-position:left;
	position:relative;
	height:29px;
}

div.main-bkg-right {
	background-image:url(../images/right-corner.gif);
	background-repeat:no-repeat;
	background-position:right;
	position:top;
	height:29px;
	margin:-27px 0px 0px 0px;
}

div.body-content {
	position: inherit;
	background-image:url(../images/body-content.gif);
	background-repeat:repeat-y;
	float:left;
	width:506px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ececec;
	padding:15px 15px 15px 15px;
	text-align:left;
}

div.list-left{
	float:left;
	width:150px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.list-right{
	float:left;
	width:150px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

li {
	padding-left: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
