/* CSS Document */
body {
	background-color:#ccd;
	padding:0;
}
strong, b { font-weight:bold; }
em, i { font-style:italic; }
a, a:visited {
	color:#990000;
}
a:hover {
	text-decoration:none;
}

blockquote {
  margin-left: 15px;
  }

.quoteBlock {
	padding: 10px 20px;
	background-color: #D6CFBF;
}


#doc {
	position:relative;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	width:770px;
}
#hd, #bd, #ft {
	margin:0;
}
#hd {
	/* background-image:url(../layout/hd_lay2_bg.jpg); */
	background-image:url(../layout/hd_lay2_bg_v3.jpg);
	height:134px;
}
.home #hd {
	background-image:url(../layout/hd_bg.jpg);
	height:112px;
}
#hd h1, #hd h2 {
	text-indent:-1000em;
	margin:0;
}
#hd .nav {
	position:absolute;
	top:90px;
	right:7px;
}
#hd .nav li {
	list-style:none;
	float:left;
	display:inline;
	margin:0;
}
#hd .nav li a, #hd .nav li a:visited {
	float:left;
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	padding: 4px 6px;
	padding-bottom:3px;
}
#hd .nav li a:hover {
	text-decoration:underline;
}
.hdBody {
	background-image:url(../layout/home_bg.jpg);
	background-repeat:no-repeat;
	padding:12px;
	padding-left:500px;
	height:239px;
}
.hdBody p {
	margin-top:7px;
	font-family:"Times New Roman", Times, serif;
	font-size:95%;
	color:#fff;
}
.body {
	background-image:url(../layout/bd_bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-bottom:10px;
	zoom:1;
}
.body:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.leftCol {
	float:left;
	width:139px;
}
.leftCol li {
	margin:0;
	display:inline;
}
.leftCol li a, .leftCol li a:visited {
	display:block;
	border-bottom:solid 1px #C6955A;
	border-top:solid 1px #fff;
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	padding:4px 10px;
}
.leftCol li a:hover {
	background-color:#C6955A;
	color:#fff;
}
.contentCol {
	float:right;
	display:inline;
	width:570px;
	margin-right:40px;
}
td {
	vertical-align:top;
	color:#7C4E38;
}
table.tableType1 {
	border-collapse:separate;
	border-spacing:10px;
}
.quotePadding {
	padding:2px 10px;
	font-size:90%;
}
th, td.heading {
	font-weight:bold;
}
p, h1, h2, h3, h4, h5, li {
	margin:6px 0;
}
p, li { 
	color:#7C4E38;
	margin-bottom: 12px;
}
li {
	margin-left:1em;
}
ul li {
	list-style:square;
}
ol li {
	list-style:armenian;
}
h1, h2, h3, h4, h5, th, td.heading {
	color:#215F9E;
}
h1 { font-size:150%; }
h2 { font-size:135%; }
h3 { font-size:120%; }
h4 { font-size:110%; }
#ft {
	background-image:url(../layout/ft_bg.jpg);
	background-repeat:no-repeat;
	background-color:#7C4E38;
	padding-top: 20px;
	padding-bottom:12px;
}
#ft p {
	text-align:center;
	color:#C5AF9A;
	margin:0;
}
#ft a, #ft a:visited {
	color:#fff;
	text-decoration:none;
}
#ft a:hover {
	text-decoration:underline;
}

  /* table type 1 */

.tableType1 {
	margin-bottom: 20px;
}
.tableType1 td {
	padding: 6px;
}
.tableType1 p {
    line-height: 18px;
}

.tableType1 .heading {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 line-height: 14px;
 font-weight: bold;
}

div.fltrt {
  padding-left: 6px;
  padding-bottom: 6px;
  float: right;
}