body {
	background : #EEEDE6 url(/images/layout/bg.jpg) center top;
	margin : 0px;
}

body, td {
	font-family : tahoma, arial, sans-serif;
	font-size : 11pt;
	color : #515151;
}

img {
	border : none;
}

a {
	color : #4E747A;
}

#container {
	width : 978px;
	background : #fff url(/images/layout/content_bg.jpg) repeat-y center top;
	text-align : left;
}

#header {
	background : #D7D1CA url(/images/layout/header_bg.jpg) no-repeat center top;
	height : 71px;
	width : 970px;
	position : relative;
}

ul#nav {
	margin : 0px;
	padding : 0px;
	position : absolute;
	top : 26px;
	right : 0px;
}

ul#nav li {
	float : left;
	background : url(/images/layout/nav/sep.gif) no-repeat left;
	padding : 0px 10px;
	list-style : none;
}


#subnav {
	background : #8C664C;
	height : 35px;
	text-align : center;
}


#footer {
	width : 970px;
	margin : 5px 0px;
	font-size : 9pt;
	text-align : right;
}

#containerPadding {
	margin : 0px 4px;
}

.contentPadding {
	margin : 17px;
}

.cell {
	background : url(/images/layout/cell_bg.jpg) no-repeat top center;
	padding-bottom : 0px;
	width : 930px;
}

.cellPadding {
	padding : 10px;
}

.cellPadding20 {
	padding : 20px;
}

#TB_window h4 {
	color : #4E747A;
	font-size : 12pt;
	border-top : 1px solid #C3BCAD;
	border-bottom : 1px solid #C3BCAD;
	padding : 10px 0px;
	margin : 10px 0px;
}


.sectionTextLinks {
	line-height : 200%;
}