@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5E161C;
}

a:link { 
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

li {
	margin-left: 15px;
	text-indent: -15px;
	list-style-position: inside;
}

#tableCell {
	border-right-width: 2px;
	border-right-color: #CAAC70;
	border-right-style:solid;
}

#container {
	width: 920px;
	height: 1300px;
	margin: auto;
	text-align: left;
	background-image: url(../images/common/bw_background.png);
	background-repeat: repeat-y;
}

#container #header {
	background-image: url(../images/common/bw_head_image.png);
	height: 175px;
}

#container #navBar {
	background-image: url(../images/common/bw_nav_bar_background.png);
	height: 51px;
	padding-left: 47px;
}

#container #mainContent {
	width: auto;
	height: 996px;
	padding: 38px 70px 0px 70px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}

#container #mainContent #navBox {
	position: relative;
	width: 180px;
	height: 80%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #6F7072;
}

.redText {
	color: #5E161C;
	font-weight: bold;
}

.orangeText {
	color:#9C7124;
	font-weight: bold;
}

#container #footer {
	clear: both;
	background-image: url(../images/common/bw_footer.png);
	height: 40px;
}

#container #mainContent #whiteBox {
	position: relative;
	width: 550px;
	float: left;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 20px;
}

#textBox {
	position: relative;
	width: 550px;
	height: auto;
	float: left;	
}

#textBox p {
	padding: 0px 0px 10px 0px;;
	margin: 0px;
}

#tableRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006BAD;
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 11px;
}

#tableColumnLeft {
	width: 125px;
	height: 18px;
	padding-top: 2px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006BAD;
	float: left;
}

#tableColumnRight {
	width: 138px;
	margin-left: 5px;
	padding-top: 2px;
	height: 18px;
	float: left;
}

.label {
	font-size: 18px;
	font-weight: bold;
	color: #5E161C;
	margin: 0px;
	padding: 0px;	
}

#container #mainContent #imageBox {
	position: relative;
	width: 290px;
	height: 425px;
	float: left;
	margin-left: 20px;
}

#image114 {
	width: 114px;
	float: left;
	margin-right: 20px;
}

#image156 {
	width: 156px;
	float: left;
	margin-left: 20px;
}

#image222 {
	width: 222px;
	float: left;
	margin-left: 18px;
}

#image290 {
	width: 290px;
	float: left;
	margin-left: 30px;
}

#container #mainContent #borderBox {
	background-color:#FFFFFF;
	position: relative;
	float: left;
	margin-top: 40px;
}

#br_tl {
	position: absolute;
	z-index: 100;
	left: -5px;
	top: -5px;
}

#br_tr {
	position: absolute;
	z-index: 100;
	right: -5px;
	top: -5px;
}

#br_t {
	position: absolute;
	top: -5px;
	width: 100%;
	height: 10px;
	left: 0px;
}

#br_l {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 100%;
	left: -5px;
}

#br_r {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 100%;
	right: -5px;
}

#br_bl {
	position: absolute;
	z-index: 100;
	left: -5px;
	bottom: -5px;
}

#br_br {
	position: absolute;
	z-index: 100;
	right: -5px;
	bottom: -5px;
}

#br_b {
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0px;
	bottom: -5px;
}

#line1px {
	height: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E161C;
	font-size: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	clear: both;
}

#line2px {
	height: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C5D51;
	font-size: 0px;
	line-height: 0px;
	border-bottom-width: 2px;
	clear: both;
}
