body {
	margin:				0px;
	padding:			0px;
	
	border:				0px;
	
	background-color:	#f9f5eb;
}

img {
	vertical-align:		bottom;
	margin:				0px;
	padding:			0px;
	border:				0px;
}

div {
	margin:				0px;
	padding:			0px;
}

form {
	margin:				0;
	padding:			0;
}

br.clearing {
	clear:				both;
	
	height:				1px;
}

.error {
	margin:				0 25px 0 25px;
	text-align:			left;
}

div#container {
	position:			absolute;
	top:				0px;
	left:				0px;
	
	border:				0px;
	
	padding:			0px;
	margin:				0px;
	
	width:				100%;
	min-width:			800px;
}

div#TopHeader {
	height: 			54px;
	
	background-image:	url(../images/banner_vert_bkgd.gif);
	background-repeat:	repeat-x;
	
	border-bottom: 2px solid black;
}

div#TopHeader #tdec_button {
	position: absolute;
	left: 435px;
	top: 29px;
}

div#TopHeader #caringheart_button {
	position: absolute;
	left: 482px;
	top: 29px;
}

div#TopHeader #journey_button {
	position: absolute;
	left: 595px;
	top: 29px;
}

div#MainContainer {
	background-image: url('../images/nav/nav_bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: white;
}

div#NavContainer {
	width: 225px;
	float: left;
}

a.navSection {
	display: block;
	color: black;
	text-decoration: none;
	font-style: normal;
}

a.navSectionActive {
	cursor:default;
}

.navSection {
	height: 21px;
	padding-left: 55px;
	padding-top: 6px;
	
	background-position: top left;
	background-repeat: no-repeat;
	
	font-size: 11px;
}

div.navSubPages {
	font-size: 10px;
	border-bottom: 1px solid #e1cd9c;
	margin-left: 9px;
}

a.navSubPage {
	display: block;
	color: black;
	text-decoration: none;
	font-style: normal;
	
	padding: 2px 0 2px 0;
	margin-left: -9px;
	padding-left: 65px;

	background-position: top left;
	background-repeat: repeat-y;
}

a.navSubPageActive {
	cursor:default;
	background-image: url('../images/nav/subnav_lit.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

div#ContentContainer {
	background-image: url('../images/page_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	
	margin-left: 226px;
	padding-top: 13px;
	padding-left: 16px;
}

div#BodyContent {
	width: 500px;
	margin-top: 20px;
	padding-left: 15px;
}

div#ContentSidebar {
	width: 150px;
	float: right;
	
	margin-left: 20px;
	padding-bottom: 30px;
}

div#ContentSidebarBody {
	border-left: 1px solid #3c8346;
	padding: 10px 0 15px 10px;
	
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 1.5em;
	font-style: italic;
	color: #3c8346;
}



div#Footer {
	background-color:	#3c8246;
	
	border-left: 9px solid #0d3c0e;
	border-top: 1px solid #0e4113;
	border-bottom: 1px solid #0e4113;
	
	font-size: 10px;
}

div#Footer p {
	margin: 0;
	padding: 0;
}

div#FooterLinks {
	float: left;
	width: 201px;
	border-right: 1px solid #2c6830;
	padding: 5px 15px 10px 0;
	
	text-align: right;
	
	color: white;
}

div#FooterLinks a, div#FooterCopyright a {
	color: white;
	font-style: normal;
}

div#FooterCopyright {
	padding: 5px 0 10px 231px;
	color: white;
	
}
