/* CSS Document */
body {
	background-color:#ccc;
	padding:0;
}
a {
	color:#672744;
	text-decoration: underline;
}
a:visited {
	color:#4E2F3C;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}

b, strong {
    font-weight: bold;
}

#doc {
	position:relative;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	width:920px;
}
#hd, #bd, #ft {
	margin:0;
}
#hd {
	background-image:url(../layout/hd_bg2.jpg);
	height:310px;
}
.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:280px;
	left:220px;
}
#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:#FFF;
	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_bg2.gif);
	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:189px;
}
.leftCol li {
	margin:0;
	display:inline;
}
.leftCol li a, .leftCol li a:visited {
	display:block;
	border-bottom:solid 1px #4B9682;
	border-top:solid 1px #fff;
	color:#4B9682;
	text-decoration:none;
	font-weight:bold;
	padding:4px 10px;
}
.leftCol li a:hover {
	background-color:#96627A;
	color:#fff;
}
.contentCol {
	float:right;
	display:inline;
	width:670px;
	margin-right:40px;
}
td {
	vertical-align:top;
	color:#000000;
}

.quotePadding {
	padding:2px 10px;
	font-size:11px;
}
th, td.heading {
	font-weight:bold;
}
p, h1, h2, h3, h4, h5, li {
	margin:6px 0;
}
p { 
	color:#000000;
	margin-bottom: 12px;
	line-height: 17px;
}
li {
	color:#000000;
	margin-bottom: 6px;
	margin-left:1.25em;
}
ul {
   margin-top: 0px;
   margin-bottom: 20px;
}
ul li {
	list-style:square;
}
ol li {
	list-style:armenian;
}
h1, h2, h3, h4, h5, th, td.heading {
	color:#672744;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
h1 { font-size:150%; }
h2 { font-size:135%; 
     border-bottom: 1px dotted #672744;
	 font-variant: small-caps;
	 }
h3 { font-size:120%; }
h4 { font-size:110%; }
#ft {
	background-image:url(../layout/ft_bg2.jpg);
	background-repeat:no-repeat;
	background-color:#553744;
	padding-top: 20px;
	padding-bottom:12px;
}
#ft p {
	text-align:center;
	color:#CCCCCC;
	margin:0;
}
#ft a, #ft a:visited {
	color:#fff;
	text-decoration:none;
}
#ft a:hover {
	text-decoration:underline;
}

  /* table type 1 */
table.tableType1 {
	border-collapse:separate;
	border-spacing:10px;
}
.tableType1 {
	margin-bottom: 20px;
	padding: 0px;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
}
.tableType1 td {
	padding: 6px;
	margin: 0px;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
}
.tableType1 p {
    line-height: 18px;
}

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

  /* table type 2 */

.tableType2 {
	margin-bottom: 20px;
}

.tableType2 td {
	padding: 6px;
}
.tableType2 p {
    line-height: 18px;
}

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

.pictureblock td {
   padding: 4px;
}

#bodyTable td {
   padding: 8px;
}

div.featureRight {
   float: right;
   padding: 15px;
   width: 240px;
   margin: 0 0 20px 20px;
   background-color: #eee;
}