/* CSS Document */

.printLogo {
	display: none;
}

/***********/
/* GENERAL */
/***********/


/* behavior: url("/images/css/iepngfix.htc");*/

body, fieldset, form, ul, li, input, textarea  {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
	background: url(/images/body_bg.jpg) center top repeat-y #E3E8F0;
}

a {
	cursor: pointer;
}

.clearAll {
	display: block;
	clear: both;
}

.noMargin {
	margin: 0px;
}

.noDisplay {
	display: none;
}

.noBorder {
	border: none;
}

legend {
	display: none;
}

.chkbox {
	vertical-align: middle;
	border: none;
	width: 15px;
}

/**********/
/* HEADER */
/**********/

.header {
	width: 100%;
	clear: both;
	height: 263px;
}

.index {
	height: 353px;
}

.headerTop {
	width: 925px;
	margin: 0 auto;
	position: relative;
	height: 87px;
}

.headerTop a.home {
	position: absolute;
	top: 0px;
	left: 0px;
}

.headerTop div.sysMenu {
	float: right;
	position: relative;
	width: 417px;
	height: 33px;
	background: url(/images/sys_bg.gif) top right no-repeat;
}

.headerTop div.sysMenu ul {
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 12px;
	list-style: none;
}

.headerTop div.sysMenu ul li {
	float: left;
}

.headerTop div.sysMenu a {
	text-decoration: none;
	color: #5D6872;
	font-size: 12px;
	background: none;
}

.headerTop div.sysMenu a:hover {
	text-decoration: underline;
}

.headerTop div.sysMenu form {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}

.headerTop div.sysMenu form input.search {
	float: left;
	width: 135px;
	height: 19px;
	background: #DCE8F4;
	padding-top: 2px;
}

.headerTop div.sysMenu form input.searchBtn {
	float: left;
	height: 21px;
	background: #FFFFFF;
	font-size: 12px;
	padding-left: 5px;
}

.headerMenu {
	width: 923px;
	margin: 0 auto;
	height: 48px;
	position: relative;
}

.headerMenu ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.headerMenu ul.menu li {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	height: 48px;
	float: left;
	text-align: center;
}

.headerMenu ul.menu li a {
	color: #496681;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	height: 48px;
}

.headerMenu ul.menu li a:hover, .headerMenu ul.menu li.active a {
	background: #FFFFFF;
}

.headerMenu ul.menu li a span {
	display: block;
	padding-top: 18px;
}

.menu0 {width: 156px;}
.menu1 {width: 244px;}
.menu2 {width: 134px;}
.menu3 {width: 231px;}
.menu4 {width: 148px;}

.headerMenu div.quote {
	background: #FFFFFF;
	width: 921px;
	clear: both;
	margin-left: 2px;
	padding: 5px 0px;
	display: none;
	color: #496681;
	font-size: 12px;
	position: absolute;
	top: 48px;
}

.headerMenu div.quote span {
	display: block;
}

.headerMenu #quote1 span {
	padding-left: 52px;
}

.headerMenu #quote2 span {
	padding-left: 200px;
}

.headerMenu #quote3 span {
	padding-left: 447px;
}

.headerMenu #quote4 span {
	padding-left: 583px;
}

.headerMenu #quote5 span {
	padding-right: 50px;
	text-align: right;
}


/*****************/
/* INDEX CONTENT */
/*****************/

.indexContentW {
	position: relative;
	width: 953px;
	padding: 0px;
	margin: 0 auto;
	clear: both;
	background: url(/images/index_content_bg.png) top left no-repeat;
	behavior: url("/images/css/iepngfix.htc");
}

.indexContentW2 {
	position: relative;
	padding: 12px 0px 0px 30px;
}

.indexContentW2 h2 {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	color: #496681;
	font-size: 1.75em;
	font-weight: normal;
}

.indexContentW2 h2 span {
	margin: 0px;
	padding: 0px;
	color: #2269B6;
	font-size: 0.43em;
	font-weight: normal;
}

.indexContentW2 div.indexContent {
	position: relative;
	float: left;
	width: 695px;
	font-size: 0.75em;
	color: #646464;
}

.indexContentW2 div.indexContent h2 {
	font-size: 2.33em;
}

.indexContentW2 div.indexBanner {
	position: relative;
	float: right;
	width: 235px;
	background: url(/images/index_module_bg.gif) top left no-repeat;
}

.indexContentW2 div.indexBanner img {
	padding: 12px 0px 0px 10px;
}

.indexContentW2 div.indexEvents {
	font-size: 12px;
	position: relative;
	float: left;
	width: 205px;
	background: url(/images/index_module_bg.gif) top left no-repeat;
}

.indexContentW2 div.indexEvents h2 {
	font-size: 28px;
}

.indexContentW2 div.indexEvents p {
	padding-left: 20px;
	font-size: 11px;
	color: #646464;
}

.indexContentW2 a {
	font-size: 1.09em;
	color: #2269B6;
	text-decoration: none;
}

.indexContentW2 a:hover {
	text-decoration: underline;
}

.indexContentW2 div.indexBanner h2, .indexContentW2 div.indexEvents h2 {
	padding-left: 20px;
}

.indexContentBottom {
	width: 953px;
	height: 27px;
	margin: 0 auto;
	clear: both;
	background: url(/images/index_content_bottom.png) top left no-repeat;
	behavior: url("/images/css/iepngfix.htc");
}


/***********/
/* CONTENT */
/***********/

.contentW {
	width: 926px;
	padding: 10px 10px 0px 5px;
	margin: 0 auto;
	clear: both;
	background: url(/images/content_bg.png) top left no-repeat;
	behavior: url("/images/css/iepngfix.htc");
}

.contentLeftW {
	float: left;
	width: 705px;
	background: url(/images/article_bg.png) top left repeat-y;
	behavior: url("/images/css/iepngfix.htc");
	padding-bottom: 20px;
}

.contentWideW {
	width: 933px;
	background: url(/images/article_wide_bg.png) top left repeat-y #FFFFFF;
	behavior: url("/images/css/iepngfix.htc");
}

.submenu {
	position: relative;
	float: left;
	padding: 30px 0px 0px 10px;
	width: 180px;
}

.submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.submenu li {
	height: 46px;
	width: 180px;
	background: url(/images/submenu_bg.gif) top left no-repeat;
	font-size: 14px;
	color: #3A5269;
	padding-bottom: 4px;
	clear: both;
}

.submenu ul li a {
	display: table;
	height: 46px;
	width: 180px;
	*display: block;
	*position: relative;
	text-decoration: none;
	margin-bottom: 0px;
	color: #1871B4;
}

.submenu ul li a:hover, .submenu ul li.active, .submenu ul li.empty {
	text-decoration: none;
	color: #3A5269;
	background: url(/images/submenu_bg_roll.gif) top left no-repeat;
}

.submenu ul li.active a, .submenu ul li.active {
	height: auto;
}

*html .submenu ul li.active a {
	height: 43px;
}

.submenu ul li.empty a, .submenu ul li.empty {
	height: 46px;
}

.submenu ul li a span, .submenu ul li.empty a span {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*left: 0px;
	*width: 90%;
	*cursor: pointer;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
	margin-bottom: 5px;
	padding-left: 13px;
	text-decoration: none;
}

.submenu ul li.active span {
	padding: 4px 0px 4px 13px;
	display: block;
	position: relative;
}

*html .submenu ul li.active span {
	padding: 3px 0px 0px 13px;
	height: 10px;
}

.submenu ul li.active ul.subsub {
	float: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	background: url(/images/submenu_bg_subsub.gif) bottom left no-repeat;
	width: 100%;
	position: relative;
	bottom: 2Px;
}

.submenu ul li.active ul.subsub li {
	margin: 0px;
	padding: 5px 5px 0px 30px;
	height: auto;
	width: 140px;
	background: none;
	color: #3A5269;
	font-size: 12px;
}

.submenu ul li.active ul.subsub li a {
	color: #1871B4;
	text-decoration: none;
	cursor: pointer;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 140px;
}

.submenu ul li.active ul.subsub li a:hover, .submenu ul li.active ul.subsub li.active a {
	color: #3A5269;
	background: none;
	text-decoration: none;
}

.contentLeftWBottom {
	width: 705px;
	height: 13px;
	margin: 0 auto;
	float: left;
	background: url(/images/content_bottom.png) top left no-repeat;
	behavior: url("/images/css/iepngfix.htc");
}

.contentLeftW div.articleW {
	float: right;
	width: 470px;
	position: relative;
}

.contentWideW div.articleW {
	float: right;
	width: 698px;
	position: relative;
}

.path {
	padding-top: 5px;
	width: 380px;
	font-size: 11px;
	color: #646464;
}

.path a {
	color: #646464;
	font-decoration: underline;
}

.path a:hover {
	color: #646464;
	font-decoration: none;
}

.sys {
	position: absolute;
	top: 10px;
	right: 10px;
}

.article {
	width: 430px;
	color: #677685;
	font-size: 0.88em;
}

.contentLeftW div.article {
	width: 430px;
}

.contentWideW div.article {
	width: 650px;
}

.article h1 {
	color: #496681;
	font-weight: normal;
	font-size: 2.43em;
	margin: 0px;
	padding: 8px 0px 10px 0px;
}

.article h2 {
	color: #0C346B;
	font-weight: normal;
	font-size: 1.57em;
	margin: 0px;
	padding: 0px;
}

.article p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
}

.article a {
	text-decoration: underline;
	color: #1871B4;
}

.article input, .article textarea, .article select {
	border: 1px solid #cccccc;
	vertical-align: middle;
	width: 250px;
	font-size:13px;
}

.article p span {
	display: none;
}

.article p span.v10z {
	display: inline;
	font-size: 0.7em;
}

.article label {
	display: block;
	width: 150px;
	float: left;
}

.article label.error {
	margin-left: 150px;
	display: block;
	width: 250px;
	float: none;
	font-size:12px;
	color: red;
}

.article input.captcha {
	width: 125px;
}

.article input.submit {
	font-size: 0.96em;
	color: #0D4079;
	display: block;
	width: 117px;
	height: 30px;
	background: url(/images/btn_submit.gif) bottom left no-repeat;
	text-decoration: none;
	position: relative;
	border: none;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	#padding: 0px;
	cursor: pointer;
	left: 150px;
}

.article table {
	background: #adc2db;
}

.article table td {
	background: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}

.article ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.article ul li {
	padding: 0px 0px 5px 0px;
}

.contentRightW {
	position: relative;
	float: right;
	background: #FFFFFF;
	width: 220px;
}

.contentRightW div.sideContentModule {
	position: relative;
	padding: 10px;
}

.contentRightW div.sideContentModule {
	font-size: 12px;
	color: #646464;
}

.contentRightW h2 {
	margin: 0px;
	padding: 0px;
	color: #496681;
	font-size: 28px;
	font-weight: normal;
}

.contentRightW div.sideContentModule span.date {
	font-size: 0.92em;
}

.contentRightW div.sideContentModule p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.contentRightW div.divider {
	height: 3px;
	background: url(/images/side_content_divider.gif) top left repeat-x;
	clear: both;
}

.contentRightW a {
	font-size: 1.09em;
	color: #2269B6;
	text-decoration: none;
}

.contentRightW a:hover {
	text-decoration: underline;
}


/***********/
/* SITEMAP */
/***********/

ul.sitemap {
	width: 17%;
	float: left;
	list-style-type: none;
}

ul.sitemap li {
	padding: 5px 0px;
	clear: both;
	width: 100%;
}

ul.sitemap li ul {
	padding: 5px 0px 5px 20px;
	list-style: circle;
	font-size: 12px;
	list-style-type: none;
}

ul.sitemap a {
	text-decoration: none;
}


/**********/
/* FOOTER */
/**********/

.footer {
	width: 893px;
	padding-top: 10px;
	margin: 0 auto;
	color: #434A4E;
	font-size: 12px;
	clear: both;
}

.footer p {
	color: #434A4E;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.footer img {
	vertical-align: middle;
	padding: 0px 2px 4px 10px;
	#padding: 0px 2px 3px 10px;
}

.footer a {
	color: #6D7E97;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}



@media print{  

	.articleW {
		font-size:1.3em;
	}
	
  .header, #footerBottom, .sys, .path, .submenu, .contentRightW, .footer { 
     display:none;
  }	  
  
  /*
	.printLogo {
	  display: block;
	}
 	*/
 
  .contentLeftW {
  	width:850px;
  }
  
  .contentLeftW div.articleW, .contentLeftW div.article {
  	width:100%;
  	float:left;
  }
  
}
