body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	table-layout: fixed
}
body {
	background-color: #DFDCD8;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 0px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #CCCCFF;
	padding: 0px;
	width: 150px;
	vertical-align: top;
	border: 1px solid #FFFFFF;
	table-layout: fixed
}
.menu ul, .menu li {
	background-color: #FFFFFF;
	list-style-type: none;
	display: block;
 	margin: 5px;
	padding: 0px;
	padding-left: 0px;
	border-bottom:inset 1px #9999CC;
	table-layout: fixed
	
}
.current {
	font-weight: bold;
}
.content {
	background-color: #FFFFFF;
	padding: 10px;
	left-margin:150px
	height: 400px;
	vertical-align: top;
	table-layout: fixed
}
.footer {
	background-color: #9999CC;
	text-align: right;
	font-size: 10px;
	height: 10px;
}