* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-size: 12px;
	height: 100%;
	behavior: url('js/csshover.htc');
	background-image: url(../images/bg_page.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
input, textarea, option, button {
	padding: 1px;
}
a:link, a:visited {
	color: inherit;
}
a:hover {
	color: #900;
}
a img {
	border: 0 none;
}
#global {
	position: relative;
	left: 50%;
	margin-left: -456px;
	width: 912px;
	min-height: 100%;
}
* html #global {
	height: 100%;
}
#header {
	height: 183px;
	padding: 0 21px 0 24px;
	background-image: url(../images/header.png);
	background-position: top;
	background-repeat: no-repeat;
}
#logo {
	float: left;
}
#logo a {
	display: block;
	width: 219px;
	height: 119px;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#banner {
	padding: 32px 0 0 257px;
}
#banner a img {
	border: 0 none;
}
#menu_top {
	position: absolute;
	top: 119px;
	left: 15px;
	width: 845px;
	list-style: none;
	height: 30px;
	padding: 2px 0 0 33px;
/*	background-image: url(../images/menu_bgd.png); */
}
#menu_top li {
	float: left;
}
#menu_top li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	height: 18px;
	color: #fff;
	text-decoration: none;
}
#menu_top li a:hover {
	color: #c63;
	background-color: #fc6;
}
#menu_top li.current a {
	color: #fff;
	background-color: #c63;
}
#contop {
	height: 20px;
	background-image: url(../images/block_top.png);
}
#conlft {
	float: left;
	width: 200px;
}
#conrgt {
	margin-left: 220px;
	min-height: 300px;
}
#content {
	font-size: 1em;
	padding: 0 20px 0 20px;
	color: #333;
	background-image: url(../images/block_bgd.png);
	background-repeat: repeat-y;
}
#conbot {
	height: 20px;
	background-image: url(../images/block_btm.png);
	margin-bottom: 50px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.8em;
	padding: 0;
	margin-bottom: .4em;
	/*
	color: #f60;
	border-bottom: 1px solid #f60;
	*/
	color: #e91;
	border-bottom: 1px solid #e91;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.6em;
	margin: 0 0 0.4em 0;
	padding: 1.2em 0 5px 40px;
	background-image: url(../images/bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #333;
}
#content h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 1em 0 2em 0;
	padding: 5px;
	color: #000;
	border: 1px dotted #666;
	background-color: #ffc;
}
#content h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 1em 0 2em 0;
	padding: 5px;
	color: #000;
	border: 1px dotted #666;
	background-color: #fcc;
}
#content h5 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 1em 0 2em 0;
	padding: 5px;
	color: #000;
	border: 1px dotted #666;
	background-color: #ddf;
}
#content h6 {
	font-size: 1.2em;
	margin: 1em 0 1em 0;
	padding: 5px;
	color: #333;
}
#content p {
	padding-bottom: .8em;
	line-height: 1.25em;
}
#content ul, #content ol {
	padding: 0 0 1em 2em;
}
#content li {
	line-height: 1.5em;
	margin-bottom: .3em;
}
#content a.puce:link, #content a.puce:visited {
	padding: 1px 0 3px 20px;
	background-image: url(../images/li_link.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content a.puce:hover {
	background-position: 0 -44px;
}
#content input.fXl, #content textarea.fXl, #content select.fXl {
	width: 99%;
}
#content input.fLg, #content textarea.fLg, #content select.fLg {
	width: 500px;
}
#content textarea.hLg {
	height: 300px;
}
#content input.fMd, #content textarea.fMd, #content select.fMd {
	width: 300px;
}
#content textarea.hMd {
	height: 150px;
}
#content input.fSm, #content textarea.fSm, #content select.fSm {
	width: 100px;
}
#content textarea.hSm {
	height: 60px;
}
#content input.fTn, #content textarea.fTn, #content select.fTn {
	width: 40px;
}
#content textarea.hTn {
	height: 25px;
}
#content #main {
	margin-right: 230px;
}
#content table.people {
	border-collapse: collapse;
}
#content table.people th {
	text-align: right;
	padding: 10px;
}
#content table.people td {
	text-align: left;
	padding: 10px;
}
#content #conlft h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 17px 24px;
	border: 0 none;
	margin: 0;
	color: #fff;
	background-image: url(../images/sub_top.png);
	background-position: top;
	background-repeat: no-repeat;
}
#content ul#menu_sub {
	margin: 0;
	padding: 0 0 12px 0;
	list-style: none;
	background-image: url(../images/sub_bgd.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#content ul#menu_sub li {
	margin: 0 4px 0 4px;
	padding: 0;
}
#content ul#menu_sub li a {
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #333;
}
#content ul#menu_sub li a:hover {
	background-color: #ffeec3;
}
#content ul#menu_sub li.current a {
	background-color: #fc6;
}
#content #conacc {
	/* margin-right: 300px; */
	width: 575px;
}
#content #concon {
	float: right;
	width: 280px;
}
#content #conjmm {
	color: #e91;
	height: 93px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#content #conjmm img {
	float: left;
	margin: 0 6px 0 0;
}
#content #conmre {
	line-height: 1.4em;
	font-size: .94em;
	text-align: justify;
}
#content p.next {
	margin-top: 1em;
	padding: 28px 0 5px 48px;
	background-image: url(../images/next.png);
	background-position: left;
	background-repeat: no-repeat;
}
#content .tznError {
	display: block;
	color: #c00;
	font-size: .9em;
}
#content .error {
	color: #c00;
}
#footer {
	background-image: url(../images/footer.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 40px;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#bottom {
	position: relative;
	left: 50%;
	margin: -3em 0 0 -456px;
	width: 912px;
	padding-top: 1em;
	height: 2em;
	color: #fff;
	text-align: center;
}
#bottom a:link, #bottom a:visited {
	color: #fff;
}
#bottom a:hover {
	color: #ff9;
}