/* CSS Document */
body {
	background-color:#073E26;
	padding:0;
}
a {
   color: #2D4996;
   text-decoration: none;
}

a:visited {
	color:#556CB2;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration:underline;
}

b, strong {
    font-weight: bold;
}

#doc {
	position:relative;
	border-left:solid 2px #462207;
	border-right:solid 2px #462207;
	width:770px;
	background-color: #EDDDD0;
}
#hd, #bd, #ft {
	margin:0;
}
#hd {
	background-image:url(../layout/header-background4.jpg);
	height:260px;
}

#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;
}

.TopLeftNav {
   position: absolute;
   top: 228px;
   left: 6px;
}
.TopLeftNav li {
	list-style:none;
	float:left;
	display:inline;
	margin:0;
}
.TopLeftNav li a, .TopLeftNav li a:visited {
	float:left;
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	padding: 4px 6px;
	padding-bottom:3px;
}
.TopLeftNav li a:hover {
	text-decoration:underline;
}

.TopRightNav {
   position: absolute;
   top: 228px;
   right: 6px;
}
.TopRightNav li {
	list-style:none;
	float:right;
	display:inline;
	margin:0;
}
.TopRightNav li a, .TopRightNav li a:visited {
	float:left;
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	padding: 4px 6px;
	padding-bottom:3px;
}
.TopRightNav 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 {
	overflow:hidden;
	padding-bottom:10px;
	zoom:1;
	
}
.body:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.leftCol {
	float:left;
	width:200px;
	background-color: #7C4E38;
	padding-top: 20px;
}
.leftCol li {
	margin:0;
	display:inline;
	
}
.leftCol li a, .leftCol li a:visited {
	display:block;
	border-bottom:solid 1px #DCB595;
	color:#DCB595;
	text-decoration:none;
	font-weight:bold;
	background-color: #462207;
	padding:4px 10px;
}
.leftCol li a:hover {
	background-color:#DCB595;
	color:#462207;
}
.leftCol li.first a {
   border-top:solid 1px #DCB595;
}
.leftCol p {
	color:#DCB595;
	margin-bottom: 8px;
}

.contentCol {
	float:right;
	display:inline;
	width:510px;
	margin: 10px 40px 10px 20px;
}
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:#000;
	margin-bottom: 12px;
}
li {
	margin-left:1.5em;
}
ul li {
	list-style:square;
}
ol li {
	list-style:decimal;
	margin-left: 2em;
}
h1, h2, h3, h4, h5, th, td.heading {
	color:#2D4996;
}
h1 { font-size:150%; }
h2 { font-size:135%; }
h3 { font-size:120%; }
h4 { font-size:110%; }
#ft {
	background-color:#7C4E38;
	padding-top: 12px;
	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;
}

.bodyTable td {
    padding-left: 0px;
	padding-right: 14px;
	padding-bottom: 14px;
}