/* TMPGEnc.NET de : pegasys_en.css  2006.8 */

@import "./leftcontents.css";
@import "./nav1.css";


html {
    height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.header {
   	width: 880px;
	margin:left;
	text-align: left;
	background-color:#FFFFFF;
	border-right: solid 1px #B7B7B7;

	background-image:url(bar.jpg);
	height: 100px;
	font-size: 24px;

}
.contents {
	width: 880px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	position: relative;
	background-image: url(rightside.gif);
	background-repeat: repeat-y;
	border-right: solid 1px #B7B7B7;
}
.contents2 {
	width: 880px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	background-image: url(noside.gif);
	background-repeat: repeat-y;
	border-right: solid 1px #B7B7B7;
}
h1 {
	background-image:url(bar.jpg);
	height: 100px;
	font-size: 24px;
	padding-left: 5px;
	margin-bottom:10px;
	text-align: left;
}
h3 {
	width: 880px;
	height: 84px;
	margin-bottom:5px;
	padding-left: 0px;
	text-align: left;
	background-repeat: no-repeat;
}
.sideleft {
    width: 180px;
    height: 525px;
    padding-top: 0px;
    padding-left: 12px;
    float: left;
    text-align: center;
}
.main {
    width: 456px;
    height: 525px;
    margin-left: 12px;
    margin-top: 0px;
    padding-left:5px;
    float: left;
    overflow:auto;
    border: 1px solid #CCCCCC;
    scrollbar-base-color: #8F9BCF;
    scrollbar-arrow-color: #FFFFFF;
}
.main_wide {
    width: 665px;
    height: 525px;
    margin-left: 16px;
    margin-top: 0px;
    padding-left:5px;
    float: left;
    border: 1px solid #CCCCCC;
    overflow:auto;
    scrollbar-base-color: #8F9BCF;
    scrollbar-arrow-color: #FFFFFF;
}
.main_box {
    width: 645px;
    height: 250px;
    margin-left: 5px;
    overflow:auto;
    border: 1px solid #CCCCCC;
    scrollbar-base-color: #8F9BCF;
    scrollbar-arrow-color: #FFFFFF;
}
.main_boxs {
    width: 620px;
    height: 220px;
    margin-left: 10px;
    padding-top: 0px;
    padding-left: 5px;
    overflow:auto;
    border: 1px solid #CCCCCC;
    scrollbar-base-color: #8F9BCF;
    scrollbar-arrow-color: #FFFFFF;
}

.sideright {
    width: 210px;
    height: 525px;
    margin-left: 1px;
	text-align: center;
	float: left;
}
address {
   font-family: Times New Roman;
   font-size: 80%;
   padding: 3px 5px;
   margin-top: 10px;
   text-align: center;
   border: solid 1px #B7B7B7;
   border-right: #FFFFFF;
   clear: both;
   background-color: #FFFFFF;
}
h3.blue {
   width:300px;
   height:30px;
   margin: 10px 10px 5px;
   padding: 5px 25px;
   font-size: 18px;
   font-weight: bold;
   font-family: "Times New Roman", Times, sans-serif;
   background-image: url(blue_title.png);
   background-repeat:no-repeat;
}
p.textbox {
   margin: 0px 20px;
}
#main_box2 table {
   margin-top:0px;
   }