body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body{
	font-family: verdana, sans-serif;
	border-left: 9px solid #33ccff;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:hover{
	background-color: #33ccff;
}

#ahybody{
	width: 791px;
	height: 100%;
}
#header{
	display: block;
	width: 100%;
	height: 14px;
}
#header span{
	display: block;
	margin-left: 190px;
	padding-left: 14px;
	white-space: nowrap;
	margin-top: -1px;
	padding-bottom: 1px;
	background-color: #fff;
}

#logobar{
	display: block;
	margin-top: 14px;
	width: 384px;
	height: 42px;
}
#logo{
	background-image: url(astrohypno.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 2px;
	display: block;
	width: 40px;
	height: 40px;
	float: left;
}

#pagetitle{
	margin-left: 40px;
	width: 344px;
	height: 28px;
}

#pagetitle h1{
	font-family: Times New Roman;
	font-weight: normal;
	white-space: nowrap;
	font-size: 24px;
	margin-top: -1px;
}

#subtitle{
	margin-left: 40px;
	margin-top: -2px;
	padding-bottom: 2px;
	white-space: nowrap;
	width: 150px;
	height: 14px;
}

#navbar{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #fff;
	display: block;
	margin-top: 14px;
	width: 791px;
	height: 84px;
	
}
#navbar div{
	padding-left: 205px;
	margin-top: -2px;
}
#navbar a, #navbar span{
	font-family: Times New Roman;
	text-decoration: none;
	color: #666;
	font-size: 24px;
}

#navbar a:hover{
	color: #33ccff;
	background:transparent;
}

#contents{
	position: relative;
	display: block;
	width: 791px;
}

#quotation{
	position: relative;
	margin-left: 190px;
	display: block;
	width: 610px;
	height: 56px;
}

#quotation span{
	background-color: #fff;
	font-family: Times New Roman;
	text-decoration: none;
	color: #666666;
	font-size: 24px;
	padding-left: 14px;
}

#srcbar{
	display: block;
	margin-left: 190px;
	position: relative;
	margin-top: 239px;
}
#srcbar span{
	background-color: #fff;
	display: block;
	margin-top: -1px;
	padding-left: 14px;
}

#footer{
	margin-top: 84px;
	border-top: 1px solid #666;
	background-color: #fff;
	width: 791px;
	height: 53px;
}

#footer div{
	display: block;
	margin-left: 205px;
	margin-top: 13px;
}

#contable{
	width: 777px;;
	margin-top: 84px;
	margin-left: 14px;
}

h4{
	font-size: 12px;
	color: #666;
	background: #33ccff;
	display: inline;
}

.concaption{
	width: 179px;
	font-weight: bold;
	padding: 5px 14px 0px 0px;
}
.convalue{
	width: 598px;
	padding: 5px 0px 7px 0px;
	border-bottom: 1px solid #666;
}

ul, ol{
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	list-style-position: inside;
}

#leftline{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 9px;
	height: 100%;
}

.noborder{
	border: none;
}

.whitebg{
	background-color: #fff;
	color: #666;
}

#pagetitle.whitebg a{
	background-color: #fff;
	color: #666;
}

#pagetitle.whitebg a:hover{
	color: #33ccff;
}

.bluebg, .bluebg a{
	background-color: #33ccff;
	color: #fff;
}
.bluebg a:hover{
	color: #666;
}

h1 a, #navbar a{
	font-weight: normal;
}

.noprint{}
@media print {
	.noprint{display:none}
}
