/* © xHtml Master 2007 */
body {
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../images/bg.gif) repeat-x top #fff;
}
a img {
	border:solid 0px;
}
a {
	color:#666666;
}

#top {
	background:url(../images/header_top.png) no-repeat bottom;
	width:622px;
	height:32px;
	margin:0 auto;
	padding-top:55px;
}
#container {
	width:598px;
	margin:0 auto;
	text-align:left;
	padding-left:12px;
	padding-right:12px;
	background:url(../images/bg_content.png) repeat-y top;
}

#header img.logo {
	display:block;
	margin-left:36px;
}
#header ul {
	margin:0px;
	margin-top:17px;
	padding:0px;
	list-style-type:none;
	width:598px;
	float:left;
}
#header ul li {
	display:block;
	background:url(../images/tab_bg.gif) repeat-x;
	height:30px;
	line-height:30px;
	float:left;
}

#header ul li a {
	display:block;
	float:left;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	background:url(../images/tab_separator.gif) no-repeat right;
	text-align:center;
	margin:0px auto;
}
#header ul li.last a {
	background:none;
}
#header .t1 {
	width:140px;
}
#header .t2 {
	width:140px;
}
#header .t3 {
	width:173px;
}
#header .t4 {
	width:145px;
}

#content {
	clear:both;
	width:598px;
	background:url(../images/bg_left.gif) left repeat-y;
}

#content #left {
	float:left;
	width:191px;
	background:url(../images/bg_left.gif) left repeat-y;
}
#content #left ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#content #left li {
	display:block;
	background:url(../images/arrow_black1.gif) no-repeat 12px 10px #5ba0df;
	border-bottom:solid 1px #fff;
}
#content #left li a {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin-left:29px;
	display:block;
	padding-bottom:5px;
	padding-top:6px;
}
#content #left li.active {
	padding-bottom:0px;
	border-bottom:0px;
	background:url(../images/arrow_black.gif) no-repeat 10px 12px #5ba0df;
}

#content #left li li {
	background:url(../images/arrow_white.gif) no-repeat 12px 10px #d6e8f8;
}
#content #left li li a {
	color:#3288d7;
}

#content #left li li.subactive {
	background:url(../images/arrow_white2.gif) no-repeat 10px 12px #d6e8f8;
}

#content #left .box {
	background:url(../images/box_top.gif) no-repeat top;
	width:170px;
	padding-top:4px;
	text-align:center;
	margin:0px auto;
	margin-top:14px;
}
#content #left .box div {
	padding-left:7px;
	padding-right:7px;
	text-align:left;
}
#content #left .box img {
	display:block;
	
}
#content #right {
	float:right;
	background:#fff;
	width:396px;
	margin-right:6px;
}
#content #right h1 {
	margin:0px;
	margin-top:3px;
	margin-bottom:7px;
	padding:0px;
	background:url(../images/bg_title.gif) no-repeat;
	height:27px;
	font-size:19px;
	font-weight:normal;
	color:#edf5fc;
	padding-left:34px;
}
#content #right h3 {
	font-size:11px;
	color:#016bce;
	font-weight:normal;
	margin:0px;
	margin-bottom:8px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:solid 1px #d1e6f8;
	padding-left:5px;
}
#content #right h3 a {
	text-decoration:none;
	color:#016bce;
}
#content #right h3 a:hover {
	text-decoration:underline;
}
#content #right .links {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#content #right .links li {
	display:block;
	margin-bottom:7px;
	margin-left:7px;
	background:url(../images/arrow.gif) no-repeat left;
}
#content #right .links a {
	text-decoration:none;
	font-size:13px;
	padding-left:20px;
}
#content #right .links a:hover {
	text-decoration:underline;
}
#bottom {
	background:url(../images/footer_bottom.png) no-repeat top;
	width:622px;
	height:21px;
	margin:0 auto;
}
#footer {
	width:598px;
	margin:0px auto;
}
#footer ul {
	margin:0px;
	padding:0px;
	font-size:10px;
	list-style-type:none;
	margin-left:7px;
}
#footer ul li {
	display:block;
	float:left;
	padding-left:10px;
	
}
#footer ul li a {
	color:#666666;
	padding-right:10px;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer p {
	font-size:10px;
	clear:both;
	margin:0px;
	padding-top:7px;
	margin-bottom:7px;
}

.imgclear {
	height:0px;
	display:block;
	clear:both;
}
.leftseparator {
	height:1px;
	background:#d1e6f8;
	width:191px;
}