body {
	font: 100% frutiger, corbel, tahoma, verdana, arial, sans ;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a {
	color: #aa9933;
	text-decoration: none;
	font-weight: bolder;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 }


#header {
	position: relative;
	width: 960px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: bottom;
}
#masthead {
	float: left;
	margin: 0 0 40px 0;
	padding: 0 0 0 60px;
	font-size: 13px;
}
#masthead a:hover { text-decoration: none;
}
.logo { margin-left: -15px;
}
#masthead-r {
	float: left;
}
#nav-sub-home {
	width: 158px;
	padding:0;
	margin: 20px 0 20px 0;
	float: right;
}
#nav-sub-sec {
	width: 158px;
	padding:0;
	margin: 20px 0 20px 0;
	float: right;
}
#nav-sub-home ul, #nav-sub-sec ul {
	margin: 0;
	padding:0;
	bottom: 0px; 
}
#nav-sub-home ul li, #nav-sub-sec ul li {
	list-style-type:none;
	font-size: 12px;
	padding: 0 0 0 2px;
	margin: 5px 0 5px 0;
	font-weight: bolder;
	line-height: 16px;
}
#nav-sub-home ul li a, #nav-sub-sec ul li a {  
	background: url(../images/li-off.gif) no-repeat 0% 37%; padding: 0 0 0 17px;
	line-height: 16px;
}
#nav-sub-home ul li a:hover, #nav-sub-sec ul li a:hover {  
	background: url(../images/li-over.gif) no-repeat 0% 37%; text-decoration: underline;; padding: 0 0 0 17px;
	line-height: 16px;
}
#nav-sub-home ul li#on a, #nav-sub-sec ul li#on a { 
	background: url(../images/li-on.gif) no-repeat 0% 37%; color: #000000;; padding: 0 0 0 17px;
	line-height: 16px;
}





#nav {
	position: relative;
	padding: 0;
	width: 960px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#nav div {
	text-align: left;
	width: 130px;
	margin: 0 30px 0 0;
	float: left;
	border: 0 dotted black;
	padding: 0;
}
#nav div#first {
	padding-left: 20px;
}
#nav div#last {
	padding: 0;
	margin:0;
}
#nav div a {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 0 0;
	color: #444444;
}

#nav div a:hover { color: #000000;
}
#nav div a b, div a:hover b { padding: 20px 0 0px 0 }

#nav div a strong {
	font-weight: bolder;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 0 0 0 ;
	margin: 0;
}
#nav div a:hover strong {
	color: #000000;
	padding: 10px 0 0 0 ;
	text-decoration: underline;
}
#nav div a em {
	padding: 30px 0 0 0 ;
}
.pl { color: #999999;
}
.yh { color: #7799cc;
}
.es { color: #66bb88;
}
.ge { color: #cc6666;
}
.ai { color: #8888bb;
}
.ioc { color: #999966;
}




#footer {
	position: relative;
	clear: both;
	width: 920px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 30px 0 20px 0;
	text-align: center;
	font-size: 11px;
	line-height: 27px;
	color: #666666;
}
#footer a { font-weight: bolder; 
}
#footer a:hover { text-decoration: underline; 
}
#footer hr {
	padding: 0;
	margin: 0 0 21px 0;
	color: #aa9933;
	background-color: #eeeedd;
	width: 100%;
	height: 1px;
	border:0;
}