@charset "utf-8";
/* CSS Document */

body,div,form,ul,li,input{
	padding: 0;
	margin: 0;
}

body{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #1f2330;
}
a, a:visited{
	color: #0058a7;
	text-decoration: none;
}

#layout{
	margin: 0 auto;
	text-align: center;
	position: relative;
	min-width: 800px;
}
#header{
	height: 170px;
}
#top_nav, #footer{
	background: url(images/nav_bg.gif) repeat-x;
	height: 26px;
	color: #fff;
	padding-top: 6px;
}
#top_nav a, #top_nav a:visited{
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}
#top_nav a:hover, #top_nav .active, #top_nav .active:visited{
	color: #bacdd8;
}
#mid_cnt{
	background: #e0d7d0 url(images/mid_bg.gif) repeat-y;
	text-align: left;
    padding-bottom: 9px;
	height: 1%;
	clear: both;
	position: relative;
}
#left_nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 161px;
	background: url(images/left_col_bg.gif) repeat-y;
	text-align: left;	
}
#left_nav a, #left_nav a:visited{
	color: #1f2330;
	line-height: 16px;
	display: block;
	text-decoration: none;
	padding-left: 32px;
}
#left_nav .last, #left_nav .last:visited{
	margin-bottom: 14px;
}
#left_nav a:hover, #left_nav .active, #left_nav .active:visited{
	color: #681029;
}

#corner{
	position: absolute;
	display: block;
	left: 161px;
	top: 202px;
	width: 75px;
	height: 100px;
	background: url(images/corner.gif) no-repeat;
	z-index: 100;
}
*html #corner{
	top: 205px;
}
#line{
	position: absolute;
	display: block;
    width: 100%;
    top: 210px;
    height: 2px;
    background: url(images/px.gif) no-repeat 236px 0;
    z-index: 99;
}
*html #line{
	top: 213px;
}
.mb10{
	margin-bottom: 10px;
}
.lflmr{
	float: left;
	margin-right: 10px;

}
#medcol{
	float: left;
	margin-left: 170px;
	margin-top: 18px;
	margin-right: 202px;
	border: solid 1px #1f2330;
	background: #fff;
	padding: 38px;
	line-height: normal;
	text-align: justify;
	padding-bottom: 24px;
}
*html #medcol{
	float: none;
}

#right_col{
	position: absolute;
	right: 0;
	top: 0;
	width: 193px;
	margin-top: 18px;
}
.box{
	width: 165px;
	border: solid 1px #1f2330;
	background: #fff;
	padding: 0 9px;
	padding-bottom: 11px;
	margin-bottom: 9px;
	font-size: 11px;
	line-height: normal;
}
.txtfld{
	color: #999;
	border: solid 1px #1f2330;
	height: 19px;
	padding-left: 10px;
	width: 153px;
	margin-top: 5px;
	margin-bottom: 11px;
}
.yelbg{
	background: #ffe9af;
}
#footer{
	font-size: 10px;
	float: left;
	clear: both;
	width: 100%;
}
#footer a, #footer a:visited{
	color: #91aec4;
	text-decoration: none;
}

*html #layout{
	width: expression(document.body.clientWidth < 801? "800px" : "auto");
}