html, body {
	width: 100%;
	height: 99%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

/* page structure styles */

.page_content {
	width: 100%;
	height: 99%;
	
	background-image: url(img/bg_lines.gif);
	background-repeat: repeat-x;
}

.top {
	width: 871px;
	height: 100px;
}

.content {
	width: 871px;
	height: 355px;
	overflow: visible;
}

.content table, .content table tr, .content table tr td, .txtbox {
	overflow: visible;
}

h2 {
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
	line-height: 21px;
}

/* left column navigation styles */

.col_nav {
	width: 110px;
	height: 355px;
	float: left;
	text-align: right;
	
	/* background-color: #000; */
}

.nav_top {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100px;
	height: 30px;
	padding: 70px 10px 0px 0px;
	border-bottom: solid #fff 1px;
}

a:link.nav_top {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100px;
	height: 30px;
	padding: 70px 10px 0px 0px;
	border-bottom: solid #fff 1px;
}

a:visited.nav_top {
	color: #fff;
}

a:hover.nav_top {
	color: #999;
	background-color: #fff;
	text-decoration: none;
}

.nav {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100px;
	height: 30px;
	padding: 20px 10px 0px 0px;
	border-bottom: solid #fff 1px;
}

a:link.nav, a.nav {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100px;
	height: 30px;
	padding: 20px 10px 0px 0px;
	border-bottom: solid #fff 1px;
}

a:visited.nav {
	color:#fff;
	text-decoration: none;
}

a:hover.nav {
	background-color:#fff;
	color:#999;
}

a:hover#ab {
	background-color:#fff;
	color:#138DDA;
}

a:hover#ls {
	background-color:#fff;
	color:#304A63;
}

a:hover#ss {
	background-color:#fff;
	color:#00776D;
}

a:hover#in {
	background-color:#fff;
	color:#355F46;
}

a:hover#fw {
	background-color:#fff;
	color:#B3BC56;
}

/* middle column picture styles */

.col_pix {
	width: 306px;
	height: 355px;
	/* margin: 0px 0px 0px 110px; */
}

.pic_hj {
	background-image: url(img/pic_hj.jpg);
	background-position:right;
	background-repeat: no-repeat;
	height: 100px;
	border-bottom: solid #fff 1px;
}

.pic_row {
	height: 50px;
	border-bottom: solid #fff 1px;
}

.pic_sm {
	height: 50 px;
	width: 50 px;
	float: left;
	border-left-width: 1px;
	/* border-bottom-width: 1px; */
	border-left-style: solid;
	/* border-bottom-style: solid; */
	border-left-color: #fff;
	/* border-bottom-color: #fff; */
}

/* right column text styles */

.col_txt {
	width: 455px;
	height: 355px;
	text-align: left;
	/* float: right;*/
} 

.nav_txt_box {
	height: 100px;
	border-bottom: solid #fff 1px;
}

.nav_txt {
	height: 18px;
	width: 130px;
	padding: 7px 10px 0px 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:link.nav_txt {
	height: 18px;
	width: 130px;
	padding: 7px 10px 0px 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:visited.nav_txt {
	color: #fff;
	text-decoration: none;
}

a:hover.nav_txt {
	background-color: #999;
	text-decoration: none;
}

.txt {
	height: 214px;
	width: 415;
	padding: 20px;
	background-color: #fff;
	line-height: 15px;
	overflow: auto;
}

.pic {
	padding: 0px 20px 0px 0px;
}

#picbg_ab {
	background-color: #138DDA;
}

#picbg_ls {
	background-color:#304A63;
}

#picbg_ss {
	background-color:#00776D;
}

#picbg_in {
	background-color:#355F46;
}

#picbg_fw {
	background-color:#B3BC56;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

a:active {
	color: #336699;
	text-decoration: none;
}