img { border: none}

  body {
	background: transparent url(images/bg_body.gif) repeat-x;
	font-family: "Trebuchet MS",helvetica,san-serif;
	padding: 0;
    background-color: #DFDFDF;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0;
    width: 800px;
	height: 100%;
	font-size: 14px;
    }

  p {
	padding-left: 10px;
    }
	
ul {
	}
	
ul.menu {
	list-style-type: none;
	font-size: 12px;
	}

li {
margin: 2px 0 0 0;
    }
	
li.menu {
	padding: 4px 0 0 4px;
}
	
a {
	text-decoration: none;
	color: #1B7B79;
}

a:hover {
	text-decoration: underline;
	color: #000;
}
	


a.menu {
	color: #000;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
	width: 200px;
	height: 18px;
	display: block;
	background-color: #EAEAEA;
	background: transparent url(images/button_off.gif) no-repeat;
	background-position: top left;
}

a.selected {
	color: #fff;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
	display: block;
	width: 200px;
	height: 18px;
	background-color: #A59B76;
	background: transparent url(images/button_on.gif) no-repeat;
	background-position: top left;
}

a.menu:active {
	color: #fff;
	display: block;
	width: 200px;
	height: 18px;
	background-color: #235856;
	padding: 2px 5px 0px 7px;
	background: transparent url(images/button_on.gif) no-repeat;
	background-position: bottom left;
}

a.menu:hover {
	display: block;
	width: 200px;
	height: 18px;
	color: #000;
	background-color: #397674;
	background: transparent url(images/button_off.gif) no-repeat;
	background-position: bottom left;
}

a.selected_alt {
	color: #fff;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
	display: block;
	width: 200px;
	height: 18px;
	background-color: #A59B76;
	background: transparent url(images/button_alt_off.gif) no-repeat;
	background-position: bottom left;
}

a.menu_alt {
	color: #000;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
	width: 200px;
	height: 18px;
	display: block;
	background-color: #EAEAEA;
	background: transparent url(images/button_alt_off.gif) no-repeat;
	background-position: top left;
}
	
a.menu_alt:hover {
	display: block;
	width: 200px;
	height: 18px;
	color: #000;
	background-color: #397674;
	background: transparent url(images/button_off.gif) no-repeat;
	background-position: bottom left;
}

a.menu_alt:active {
	color: #000;
	display: block;
	width: 200px;
	height: 18px;
	background-color: #235856;
	padding: 2px 5px 0px 7px;
	background: transparent url(images/button_off.gif) no-repeat;
	background-position: bottom left;
}
	
h1 {
	padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
	color: #2374AC;
    }
	
h2 {
	padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
	color: #2374AC;
    }

  div {
	margin: 0 auto 0 auto;
    padding: 0;
    text-align: left;
    overflow: hidden;
    }

  #index-header {
    background: transparent url(images/index_01.gif) no-repeat scroll 0%;
    width: 800px;
    height: 110px;
    }


  #index-body {
	background: transparent url(images/index_02.gif) repeat-y scroll 0%;
    width: 800px;
	padding: 0;
    }

  #index-text {
	margin: 0;
	padding: 0 0 0 20px;
    width: 525px;
	text-align: left;
	background: transparent url(images/bg_para.gif) no-repeat scroll 0%;
	background-position: top left;
    }

  #index-menu {
	float: right;
    width: 240px;
	margin-right: 12px;
    }

  #index-footer {
    background: transparent url(images/index_03.gif) no-repeat scroll 0%;
    width: 800px;
	height: 60px;
    text-align: left;
	background-position: top left;
	padding: 16px 0 15px 20px;
	font-size: 11px;
	color: #fff;
    }
	
#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}

