html, body, * {	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	border: 0px;	/*background-color: transparent;*/	font-family: Verdana, Arial, Helvetica;	font-size: 9pt;}body {	background-color: #ffcc00;}div#container {	width: 950px;	margin-left: auto;	margin-right: auto;	margin-top: 10px;}div#header {	width: 940px;	height: 90px;	padding: 5px 5px 5px 5px;	border-bottom: 1px solid black;	text-align: center;}div#left_menu {	width: 140px; /*200 - borders */	height: 390px;	float: left;	padding: 5px 5px 5px 5px;}div#right_content {	width: 775px; /* 800 - 2*5px padding - 5 for IE align-errors */	min-height: 450px;	_height: 450px; 	padding: 10px 10px 10px 10px;	margin-left: 150px;	border-left: 1px solid black;}div#footer {	width: 950px;	height: 30px;	text-align: center;	border-top: 1px solid black;	padding: 4px 4px 4px 4px;}a:link, a:visited, a:hover {	color: black;	font-family: Verdana, Arial, Helvetica;	font-size: 10pt;	text-decoration: underline;}a:hover {	color: red;}a.active {	color: #FF0000;}h1#pagetitle {	font-family: Tahoma, Arial, Helvetica;	font-size: 16pt;	color: #3f3f3f;	margin-top: 25px;}h2#pagesubtitle {	font-family: Tahoma, Arial, Helvetica;	font-size: 12pt;	color: #3f3f3f;	margin-top: 10px;}a.menu_item {	line-height: 30px;	margin-left: 10px;	text-decoration: none;	color: black;}
