body {
	background: #fff;
	width: 820px;
	margin: 0 auto;
}
#header {
	height: 100px;
	background-color:#E3DFD4;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	border:1px solid #C6BDA8;
}
#container {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#lsidebar {
	border:1px solid #C6BDA8;
	width: 160px;
	float: left;
}
#cbody {
	width: 495px;
	min-height:400px;
	margin-right: 5px;
	margin-left: 7px;
	float: left;
}
#rsidebar {
	border:1px solid #C6BDA8;
	width:142px;
	float: right;
}
#mnutitlebar {
	background-image: url(images/titlebkg01.gif);
	background-repeat: repeat-x;
	border-bottom:1px solid #C6BDA8;
	padding-left:5px;
	font-family: helvetica;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
	color: #050311;
}
#mnulcontent {
	padding-left:5px;
	font-family: helvetica;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
#mnulcontent a{
	font-family: helvetica;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
#mnulcontent a:hover{
	font-family: helvetica;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: red;
}
#wintitlebar {
	background: #C6BDA8;
	border:1px solid #000046;
	height: 41px;
	margin-bottom: 10px;
	font-family: helvetica;
	font-size: 11pt;
	line-height: 22pt;
	font-weight: bold;
	color: #000046;
}
#footer {
	background: #d7dabd;
	clear: both;
}
h1 {
	margin: 5px;
	font-size: 18pt;
	font-family: helvetica;
}
acronym{
	border-bottom: 1px dotted #666666;
	cursor: help;
}
.last {
	margin-bottom: 0;
}

