@charset "UTF-8";
/* CSS Document */
body {
	font-family: "museosans-300",fantasy; list-style: none; display: block;color: #5d5d5d; font-size:18px;
	line-height:25px;
	margin:0px;
	padding:0px;
}

@font-face {
  font-family: 'museosans-300';
  font-style: normal;
  src: local('museosans-300'), url('../images/museosans-300.otf') format('opentype');
}

@font-face {
    font-family: "wooddcon";
    font-style: normal;
    src: local("wooddcon"), url("../images/wooddcon.ttf") format("truetype");
}

.maindiv{ width:900px; margin:0 auto; padding:0px;}
.contentdiv{width:900px;}
.hdrtxt{ font-family: "wooddcon",fantasy; list-style: none; display: block;color: #5d5d5d; font-size:28px; padding:30px 0 20px 0; line-height:35px;}
.ptxtpdng{ padding:0 30px; margin:0px; text-align:justify;}
.pgreenclrtxt{ color:#33702b; padding:10px 30px; }
.pgreenclrtxt a:hover{ color:#1c7408;}
.topimg{ background:url(../images/top.png) no-repeat; width:59px; height:59px;z-index: 666;  right: 30px; position:absolute; display: block; }