* { margin:0; padding:0; }
BODY { 
	background-color:#adc9e7;
	text-align:center;
	color:#413f31;
	font-family: "Tahoma","Arial";
	font-size: 9pt;
	}
#bkgd {
	height:600px;
	width:100%;
	background-image:url(images/layout_v3z_bluebkgd2.jpg);
	background-repeat:repeat-x;
}
#wrapper {
	align:center;
	width:900px;
	margin:0 auto;
	background-image:url(images/layout_v3z_bkgd.jpg);
	background-repeat:repeat-y;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	}
#left { 
	float:left;
	width:256px;
	height:100%;
	padding:7px;
	font-size:12px;
	text-align: left;
	margin-bottom: 50px;
	}
#lefttitle {
	background-color:#e0ead6;
	padding-left:10px;
	margin-bottom:8px;
}

#rightcontainerdiv {
	float:right;
	width:609px;
	height:64px;
	padding-right:20px;
	text-align:center;
	background-image:url(images/layout_v3z_deptname.jpg);
}
#deptname {
	width:100%;
	height:39px;
	padding-top:5px;
	text-align:left;
	font-family:Georgia;
	font-size:16pt;
	font-style:italic;
	}
#toplinks {
	height:24px;
	text-transform:uppercase;
	font-size:7pt;
	font-family:"Arial";
	}
#center {
	padding:20px;
	float:right;
	width:589px;
	height:100%;
	text-align: left;
	}
#footer { 
	background-image:url(images/layout_v2z_footer.jpg);
	padding-top:10px;
	width:900px;
	height:62px;
	color:#d3e3e0;
	font-size:8pt;
	font-family: "Trebuchet MS";
	clear:both;
	}
a:link.footer,a:visited.footer,a:active.footer,a:hover.footer {
	color:#d3e3e0;
	text-decoration: underline;
}
a:link.sidebarsub,a:visited.sidebarsub,a:active.sidebarsub {
	color:#4c411e;
	font-size:8pt;
	font-family: "Arial";
	font-style:italic;
	text-decoration:none;
}
a:hover.sidebarsub {
	color:#4c411e;
	text-decoration: underline;
}

a:link,a:visited,a:active {
	color:#172d22;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#172d22;
	text-decoration:underline;
	}
.subheading {
	line-height: 150%;
	font-size: 11pt; /* 11pt */
	text-align:left;
	border-bottom:2px dotted #acc7bd;
	margin-bottom:8px; 
}

.contentheading, .componentheading, .content_title {
	font-size:15pt;
	text-align:left;
	margin-bottom:8px;	
}

.clr { clear: both; }