html
{
	height:100%; 
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Verdana","Arial","Helvetica","sans-serif";
	font-size: 12px;
	background-color: #eed5fd;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body 
{
	height:100%; 
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #eed5fd;
}
div.body
{
	display: block; 
	overflow: auto; 
	position: absolute; 
	top: 5px; 
	bottom: 5px; 
	width: 758px; 
	margin-left: -350px; 
	left: 50%; 
	background-color: #fff;
	border: 1px solid #B7158E;
	background-image: url('/pics/bg.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
* html div.body
{
	top: 5px; 
	bottom: 5px; 
	height: 100%;
	width: 758px; 
}

h1
{
	font-family: "Verdana","Arial","Helvetica";
	font-size: 14pt;
}
h2
{
	font-family: "Verdana","Arial","Helvetica";
	font-size: 12pt;
}

/* divs by id */
div.topdiv
{
	position: relative;
	display: block;
	width: 754px; 
	height: 22px;
	margin: 0px;
	padding: 2px;
	background-color: #B7158E;
	color: #FFFFFF;
	font-weight: bold;
}
div.left
{
	position: relative;
	display: block;
	width: 200px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div.content
{
	position: relative;
	display: block;
	float: right;
	width: 530px;
	padding: 10px;
}
td
{
	vertical-align: top;
	background-color: #eee;
}
div.menu
{
	float: left;
	margin-top: 10px;
}
.menu a
{
	color: #B7158E;
	padding: 3px;
	text-decoration: none;
}
.menu a:hover
{
	text-decoration: underline;
}
.menu a.selected
{
	text-decoration: underline;
}
.menu ul 
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.menu li {
	margin-left: 8px;
	width:auto;
	position:relative;
}
