/* start gerneral */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
  	height: 100%;
	background: url(../image/bg_html.gif) repeat-y;
}
body {
	width: 973px;
	background: url(../image/bg_main.gif) repeat-y;
}
p, a, td, div, h1  {
	font-family: verdana, arial, helvetica, sans-serif, verdana;
	font-size: 12px;	
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
img {
	border: none;
}
/* end general */

/* start header */
#header {
	color: #003399;
}
	#hd_logo {
		float: left;
		width: 251px;
		line-height:0;
		font-size: 1px;
	}
	#hd_navtop {
		float: right;
		width: 400px;
		text-align: right;
		padding-top: 19px;
		margin-right: 5px;
	}
		#hd_navtop a {
			color: #003399;
			padding: 0px 12px 0px 8px
		}
			#hd_navtop a:hover {
				color: #000000;
			}
			#hd_navtop a.login {
				padding: 0px 14px 0px 12px;
			}
	#hd_search {
		clear: both;
		height: 30px;
		background-color: #FFFFFF;
		margin: 0px 5px 0px 20px;
	}
/* end header */

/* start middle */
#middle {
}
	#md_navleft {
		float: left;
		width: 191px;
		padding-left: 60px;
	}
		#md_navleft a.cat1 {
			display: block;
			color: #666666;
			height: 18px;
			padding: 5px 0px 0px 10px;
			background: url(../image/nav/bg_line.gif) top no-repeat;
		}
			#md_navleft a.cat1:hover, #md_navleft a.cat1.active1 {
				color: #003399;
				height: 18px;
				background: url(../image/nav/bg_left.gif) top no-repeat;
			}
		#md_navleft a.cat2 {
			display: block;
			color: #666666;
			padding: 5px 0px 4px 21px;
		}
			#md_navleft a.cat2.active2, #md_navleft a.cat2:hover {
				color: #003399;
			}
			#md_navleft a.cat2.sub {
				background: url(../image/nav/arrow_passive.gif) 8px 8px no-repeat;
			}
				#md_navleft a.cat2.sub:hover {
					color: #003399;
					background: url(../image/nav/arrow2_active.gif) 8px 8px no-repeat;
				}
			#md_navleft a.cat2.sub.active2 {
				color: #003399;
				background: url(../image/nav/arrow_active.gif) 8px 9px no-repeat;
			}
		#md_navleft a.cat3 {
			display: block;
			color: #666666;
			font-size: 12px;
			height: 17px;
			padding: 3px 0px 0px 29px;
		}
			#md_navleft a.cat3.active3 {
				color: #003399;
				padding: 3px 0px 0px 40px;
				background: url(../image/nav/arrow3_active.gif) 29px 7px no-repeat;
			}
			#md_navleft a.cat3:hover {
				color: #003399;
			}
		#md_navleft img {
			display: block;
		}
	#md_content {
		float: left;
		width: 488px;
		padding: 0px 0px 30px 14px;
	}
		#md_content h1 {
			font-size: 16px;
			font-weight: bold;
			padding: 3px 0px 22px 10px; 
			color: #003399;
			line-height: 130%;
		}
		#md_content p, #md_content div.p {
			padding: 0px 20px 12px 10px; 
		}
			#md_content p.title {
				font-weight: bold;
				padding: 0px 0px 5px 10px; 
			}
			#md_content p.image {
				padding: 0px 0px 12px 0px; 
			}
			/* start seminars */
			#md_content table.seminars {
				width: 478px;
				border-spacing: 0px;
				border-collapse: collapse;
				background: url(../image/seminars/bg_main.gif) repeat-y;
			}
				tr.title {
					height: 27px;
				}
					tr.title td {
						font-weight: bold;
						color: #003399;
						background: url(../image/seminars/bg_title.gif) right no-repeat;
					}
					tr.title td, tr.content td, tr.content_hover td {
						padding: 0px 7px 0px 10px;
					}
				tr.content {
					background: url(../image/seminars/bg_content.gif) bottom right no-repeat;
				}
					tr.content_hover {
						cursor: pointer;
					}
						tr.content_hover td {
							color: #003399;
						}
					tr.content td, tr.content_hover td {
						padding: 5px 7px 5px 10px;
						vertical-align: top;
						background: url(../image/seminars/bg_content_td.gif) bottom repeat-x;
					}
				tr.bottom {
					height: 11px;
					background: url(../image/seminars/bg_bottom.gif) bottom no-repeat;
				}

			/* end seminars */
	#md_access {
		float: left;
		width: 204px;
		padding: 1px 0px 0px 14px;
	}
		#md_access .box {
			width: 204px;
		}
			.box_title {
				height: 23px;
				background: url(../image/boxes/bg_title.gif) bottom right no-repeat;
				color: #003399;
				font-weight: bold;
				padding: 4px 0px 0px 10px;
			}
				.box_title_image {
					height: 18px;
					background: url(../image/boxes/bg_title_image.gif) bottom right no-repeat;
					color: #003399;
					font-weight: bold;
					padding: 9px 0px 0px 10px;
				}
			.box_image {
				background: url(../image/boxes/bg_content.gif) right repeat-y;
			}
			.box_line {
				background: url(../image/boxes/bg_line.gif) 0px -11px no-repeat;
				padding: 10px 0px 5px 0px;
			}
			.box_content {
				background: url(../image/boxes/bg_content.gif) right repeat-y;
				padding: 2px 0px 13px 10px;
				line-height: 140%;
			}
				.box_content a.more {
					display: block;
					color: #666666;
				}
					.box_content a.more:hover {
						color: #003399;
					}
			a.box_list {
				display: block;
				color: #000000;
				background: url(../image/boxes/bg_list.gif) bottom right no-repeat;
				padding: 3px 0px 5px 10px;
			}
				a.box_list:hover {
					color: #003399;
				}
			.box_spacer {
				height: 13px;
				background: url(../image/boxes/bg_spacer.gif) right repeat-y;
			}
			.box_footer {
				height: 3px;
				font-size: 0px; /* ie6 */
				background: url(../image/boxes/bg_footer.gif) right no-repeat;
			}
/* end middle */
	
/* start footer */
#footer {
	clear: both;
	height: 30px;
}
	#footer #ft_content {
		width: 458px;
		background: url(../image/footer/bg_line.gif) repeat-x;
		padding: 10px 20px 0px 10px;
		margin: 0px 0px 10px 265px;;
	}
		#footer #ft_content a {
			padding: 0px 30px 0px 0px;
			color: #003399;
			font-size: 10px;
		}

/* end footer */
