body
{
	background-color: #E2D8D9; 
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}
div.topBar
{
	position: absolute; 
	left: 170px; 
	top: 20px; 
	height: 112px; 
	border: 1px solid black; 
	background-color: #992727; 
	width: 750px;
	border-left: 1px solid #992727;
}
div.topLeft
{
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 20px;
	background-color: #992727;
	width: 150px;
	height: 113px;
}
div.leftBar
{
	position: absolute; 
	left: 20px; 
	height: 500px; 
	width: 150px; 
	background-color: #992727; 
	top: 133px; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black;
	background-image: url(./image/left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
}
div.menu
{
	position: relative;
	margin-left: -1px;
	margin-right: -1px;
	z-index: 99;
	width: 152px;
}
div.menu a
{
	position: relative;
	padding-right: 15px;
	color: #E7CCCC;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
div.menu a:hover
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #E2D8D9;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.tab
{
	position: relative; 
	float: right; 
	margin-top: 175px; 
	width: 100px; 
	background-color: #F3EDED; 
	border: 1px solid #000000; 
	border-left: 1px solid #F3EDED; 
	margin-right: -102px;
	text-align: center;
}
div.tab a
{
	text-decoration: none;
	color: #0044AA;
}
div.tab a:hover
{
	text-decoration: underline;
}
div.holder
{
	margin: 11px;
	font-size: 12px;
}
div.content
{
	margin: 20px;
	font-size: 13px;
}
div.content a
{
	text-decoration: none;
	color: #0044AA;
}
div.content a:hover
{
	text-decoration: underline;
}
div.container
{
	position: absolute; 
	top: 185px; 
	left: 215px; 
	width: 600px;
}
img.foldtop
{
	position: relative; 
	margin-left: -3px; 
	margin-top: -28px; 
	float: left;
}
span.header
{
	color: #992727;
	font-weight: bold;
	font-size: 14px;
}
div.folder
{
	position: absolute; 
	background-color: #F3EDED; 
	width: 100%;
	border: 1px solid black;
}
a img
{
	border: none;
}
ul
{
	margin: 5px;
}
