html, body{ 
	font-family: georgia, times, "times new roman", serif;
	margin:0; 
	color:#000;
	background-color: #EEEEFF;
	padding:0; 
	text-align:center; 
}

#pagewidth{
	width:96%; 
	margin-top: 1em;
	text-align:left;  
	min-width:960px;
	margin-left:auto; 
	margin-right:auto;  
}

#header{
	position:relative;
	clear: both;
	width:100%;
} 

#twocols{
	position: relative; 
	background-color:#FFFFFF;
    width:100%;} 

#sidebar{
	float: right; 
	width:230px; 
    height: 20em;
    background-color:#D6E0E1;   
}

#maincol{
    float: left;
    width: 700px;
    margin: 0 0 0 20px;
} 

#scroll {
	height: 360px;
	overflow: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
}

#bottomlink {
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	padding: 10px;
	background-color: #799087;
	clear: both;
	line-height: 1.3em;
}

#footer {
    text-align: center;
    padding: 10px;
    clear: both;
    line-height: 1.3em;
}

.toolbar { background-color:#FFC40C; width: 100%; }

.toolbar p {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.pages {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pages li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
.pages a {
	float: left;
	font-weight: bold;
	white-space: nowrap; 
	margin-top: 3px;
	padding: 1px 6px;
	border-right: 1px solid #e8be3a;
	color: #000;
}
.toolbar a:hover, 
.toolbar a:active {
	background-color:#FFC40C;
	text-decoration: underline;
}

.pages li.on {
	background-color:#FFFFFF;
	font-weight: bold;
	white-space: nowrap; 
	padding: 1px 6px;
	border-right: 1px solid #e8be3a;
	color: #000;
}

#cleardiv{ clear: both;}

#acumap { 
	height : 380px;
	width : 98%;
	text-align : center;
}

.clearfix{
	display: inline-block;
}

.style1 {
	background-color:#ffffff;
	border:1px #006699 solid;
}

p.acupre {
	font-size:16pt;
	margin: .1em 0;
}

h1 {
	line-height: 1;
	text-align: left;
	font-variant: small-caps;
	border-bottom: thin solid;
	padding: 0 0 0.2em .5em;
	font-weight: normal;
}
h1:first-line { 
	border-bottom: none;		/* bug in Konqueror 3.1 */
	font-style: italic 
}

h1, h2 { color: #000 }

h2 {
	font-weight: bold;
	font-size: 14pt;
	line-height:16pt;
}

p {
	margin-top: 1em;
	margin-bottom: 0 
}

a{ text-decoration: none }
a:link{ color: #037 }
a:hover { 
	background: #142D24;
	color: #FFF;
	outline: solid blue 
}

a:hover * {			/* Work-around for Konqueror 3.1 */
	background: inherit 
}

#midlink {
	position: relative; 
	height:38px; 
	width:100%; 
	text-align:center; 
	background:url('images/mactor0.gif') repeat-x;
}

#main_menu {
	width:600px;  
	height:36px; 
	margin-left: auto;  
	margin-right: auto; 
	list-style-type:none;
}

#main_menu li {
	float:left; 
	display:inline; 
	width:120px; 
	background:url('images/mactor1.gif');
}

#main_menu li a, #main_menu li a:visited {
	display:block; 
	width:120px; 
	height:36px; 
	color:#ddd; 
	font-size:1.1em; 
	text-decoration:none; 
	line-height:32px; 
	background:url('images/mactor0.gif');
}

#main_menu li a:hover {
	background:url('images/mactor1.gif');
} 

#main_menu li a.chosen, #main_menu li a.chosen:visited,  #main_menu li a:active, #main_menu li a:focus {
	background:url('images/mactor2.gif');
}

.qtable{
	border-collapse: collapse;
	width: 98%;
	text-align: center;
}

.qtable tr.alt{
	background-color: #f5f5f5;
}

.qtable tr.alt1{
	background-color: #CEFFCE;
}

.qtable tr:hover{
	background-color: #fbface;
}

.qtable th{
	background-color: #DCE9F2;
	text-align: center; 
	border-top: 1px solid #dce9f2;
	border-bottom: 1px solid #b9c8e6;
	padding-left: 5px;
	padding-right: 5px;
}

.qtable th.left, .qtable td.left{
	text-align: left;
	padding-left: 5px;
}

.qtable th.right, .qtable td.right{
	text-align: right;
	padding-right: 5px;
}