body {
	margin: 0px;
	padding: 0px;
}
img {
    border: 0px;
}
h2, h3 {
	clear: both;
}
p {
	margin: 0px;
	padding: 10px 15px;
	line-height: 150%;
}
ul li, ol li {
	line-height: 130%;
}
#header {
	width: 800px;
	margin: 0px;
	background-image: url(img/bg-head.jpg);
	background-repeat: no-repeat;
}
#main {
	width: 800px;
	height: 100%;
	border-right: 1px #FF8231 solid;
	border-left: 1px #FF8231 solid;
    border-collapse: collapse;
}
#leftside {
    vertical-align: top;
	margin: 0px;
	padding: 15px 15px 20px 15px;
}
#rightside {
    vertical-align: top;
	margin: 0px;
	padding: 15px 15px 20px 15px;
	width: 95%;
}
#footer {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px #FF8231 solid;
	border-bottom: 1px #FF8231 solid;
	background-color: #FFDF84;
	text-align: center;
	width: 100%;
}

/* Header */
#logo {
	width: 70px;
	text-align: center;
	padding: 0px 20px;
}
#title {
	padding: 0px 20px;
	font-family: '‚l‚r ƒSƒVƒbƒN';
	color: #000;
}
#menu {
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: center;
	border-collapse: collapse;
}
#menu td {
	padding: 5px 0px;
	border: 1px solid #FF8231;
	background-color: #FFDF84;
}
#menu .active {
	border: 1px solid #FF8231;
	border-bottom: none;
	background-color: #FFF;
}
#menu a {
	padding:0px 20px 0px 5px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
	color: #f00;
}


/* left */
#submenu {
	border:1px solid #F7D329;
	padding:0px;
	width:200px;
}
.submenu_head {
	margin: 0px;
	padding:5px;
	background:#FFF776;
	color:#000;
	border:1px solid #F7D329;
	cursor:pointer;
	font-weight:bold;
	font-size: 90%;
}
.submenu_head:hover {
	background:#FF8231;
}
.submenu_list {
	padding:10px;
	background:#fffff0;
}
.submenu_list ul {
	margin: 0px;
	padding: 0px;
}
.submenu_list li {
	margin: 5px 20px;
	list-style-image: url(img/icon.gif);
	list-style-position: outside;	
}
.header_highlight {
	background:#FF8231;
}
.ps li {
	list-style-image: url(img/list_icon2.gif);
	margin: 5px 0px;
}

/* right */
#rightside h1 {
	background-image: url(img/h1_bg.jpg);
	background-repeat: repeat-x;
	border: 1px #FFFF42 solid;
    margin:0px 10px 20px 0px;
	padding: 2px 2px 2px 10px;
	font-size: 130%;
	font-weight: bold;
	color: #000;
}
#rightside h2 {
    margin: 10px 10px 20px 0px;
	padding: 2px 2px 2px 10px;
	border-left: 10px #FFAA10 solid;
	border-bottom: 2px #FFAA10 solid;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}
#rightside h3 {
    margin: 10px 10px 20px 0px;
	padding: 2px 2px 2px 10px;
	border: 1px #B8B855 solid;
	border-left: 10px #B8B855 solid;
	background-color: #EFEFC6;
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
#rightside .notes {
    margin:0px;
	padding: 2px 2px 2px 10px;
	border-left: 10px #D95D1B solid;
	border-bottom: 2px #D95D1B solid;
}
#rightside .refer {
	margin: 20px 20px 5px 5px;
	padding-left: 23px;
	background-image: url(img/refer_icon.gif);
	background-repeat: no-repeat;
	background-position: 1% 80%;
	width: 95%;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px #FFC713 solid;
}
#rightside .refer_text {
	font-size: 80%;
	margin: 0px 20px !important;
	padding-top: 0px;
}
#rightside ul, #rightside ol {
	margin: 0px 20px;
	padding: 5px 5px 5px 30px;
}
#rightside ul li, #rightside ol li {
	margin: 5px;
	padding: 5px 0px 5px 10px;
	list-style-position: outside;	
}
#rightside ul li {
	list-style-image: url(img/list_icon.gif);
	list-style-position: outside;	
}
#rightside ul li ul li {
	list-style-image: none;
	list-style-type: disc;
	margin-left: -40px;
}
#rightside .go_to_top {
	text-align: right;
}

/* other */
table.table-type1 {
  margin:0px 10px;
  border-collapse: collapse;
  border-spacing: 10px;
  border: 1px #FFD700 solid;
}
table.table-type1 th {
  border: 1px #FFD700 solid;
  background-color: #FFFF8F;
  vertical-align: center;
  text-align: center;
  padding: 5px 10px;
}
table.table-type1 td {
  border: 1px #FFD700 solid;
  padding: 5px 10px;
}
.red { color: #f00; }
.small { font-size: x-small; }
.text_top { vertical-align:top; }
.text_center { text-align: center; }
.text_right { text-align: right;}
.text_bold { font-weight: bold; }
.text_underline {
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom: 1px #FFC713 solid;
	background-image: url(img/refer_icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.text_underline2 {
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom: 1px #FFC713 solid;
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	background-position: 1% 80%;
}
.text_box {
	border: 1px #FFAD13 solid;
	background-color: #FFEBBD;
	margin: 20px 10px;
	padding: 5px;
}
.photo_right { 
	float: right;
	margin: 5px;
}
.space50 { margin-bottom: 50px; }

iframe {
	height: 400px;
	width: 520px;
	border: 0;
}