a {
	color:#FC7215;
}
a, a:visited {
	text-decoration:none;
	color:#DD6412;
}
a:hover {
	text-decoration:underline;
}
li {
	margin-left:1.3em;
	margin-bottom:.2em;
	list-style-type:square;
	list-style-image:url(../layout/bullet.gif);
	line-height:1.7em;
}
td {
	vertical-align:top;
	padding:5px;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
h1, h2, h3, h4 {
	color:#537D4E;
	margin: 1em 0 .5em 0;
	font-weight:bold;
}
h2 {
	border-bottom: solid 1px #ECECEC;
}
h1 {
	font-size:140%;
	line-height:130%;
	background-image:url(../layout/header_bg.gif);
	background-repeat:no-repeat;
	padding: 3px 10px;
	margin-left:-10px;
}
h2 { font-size:120%; }
h3 { font-size:110%; }
p {
	margin-bottom:10px;
	line-height:1.7em;
}
body {
	background-color:#C8E4CE;
}
#doc {
	width:874px;
	background-color:#fff;
}
#hd {
	background-image:url(../layout/headerImage.jpg);
	height:128px;
}
#hd .logo {
   float: left;
}

#hd .switch {
   float: left;
	padding-top: 20px;
	padding-left: 110px;
}
.replace {
	display:none;
}
.nav {
	float:right;
	margin-top:95px;
}
.nav li, .nav li a {
	float:left;
	list-style:none;
	margin:0;
}
.nav li a, .nav li a:visited {
	padding: 3px 10px;
	color:#FC7215;
	font-size:110%;
	font-weight:bold;
}
#bd {
	background-image:url(../layout/body_bg.gif);
	background-repeat:repeat-y;
}
.bodyContent {
	padding:10px 20px 10px 20px;
}
.leftNav {
	border-bottom:solid 1px #fff;
	border-top:solid 6px #A4642C;
}
.leftNav li {
	margin:0;
	list-style:none;
}
.leftNav li a, .leftNav li a:visited {
	display:block;
	background-color:#FC7215;
	padding:8px;
	border-top:solid 1px #fff;
	font-size:110%;
	font-weight:bold;
	color:#fff;
}
.leftNav li a:hover {
	text-decoration:none;
	background-color:#DD6412;
}
.quotePadding {
	padding: 10px;
}
#ft {
	background-color:#56A661;
	background-image:url(../layout/ft_bg.gif);
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	font-size:90%;
	padding:5px 10px;
	padding-top:20px;
}
#ft p {
	margin-bottom:3px;
}
#ft a, #ft a:visited {
	color:#fff;
	text-decoration: underline;
}
#ft a:hover {
	color:#fff;
	text-decoration: none;
}

/* table type 1 */

.tableType1 {
	font-family: Arial, Helvetica, sans-serif; 
	/*font-size: 11px; 
	line-height: 16px;*/
	border-left: solid 1px #D6D6D6;
	border-bottom: solid 1px #D6D6D6;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.tableType1 td {
	padding: 6px;
	margin: 6px; /* testing */
	border-right: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
}
.tableType1 p {
	margin-top: 0px;
	line-height: 16px;
	font-size: 11px; 
}
.tableType1 ul, .tableType1 li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
}

/* heading is a high contrast row that labels columns, class can be assigned at the TR or TD level */
.tableType1 .heading, .tableType1 .heading td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A4642C;
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6; /* NOT the last cell in the row. See headingLast */
}
.tableType1 .subHeading {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 line-height: 14px;
 font-weight: normal;
 color: #000000;
 background-color: #D6D6D6;
 border-top: 1px solid #D6D6D6;
 border-right: 1px solid #D6D6D6;
}