body
{
	background-color: #ededed;
	margin: 20px;
}



.divHeader
{
	position: absolute; 
	top: 30px; 
	left: 30px; 
	width: 800px; 
	height: 75px; 
	z-index: 2;
}



.divMenuHorizontal
{
	position: absolute;
	top: 105px;
	left: 30px;
	width: 600px;
	height: 25px;
	background-color: #4d4d4d;
}


.menuH
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	margin: 3px;
	margin-left: 20px;
}



.divMenuLanguage
{
	position: absolute;
	top: 105px;
	left: 630px;
	width: 200px;
	height: 25px;
	background-color: #4d4d4d;
}


.menuLang
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: right;
	color: #ffffff;
	margin: 3px;
	margin-right: 20px;
}






.divMenu
{
	position: absolute;
	top: 130px;
	left: 30px;
	width: 200px;
	height: 600px;
	z-index: 3;
	background-color: #666666;
	background-image: url(background-menu.png);
}


.divMenu1
{
	width: 200px;
	height: 26px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(menu1.png);
}


.menu1
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	padding-top: 3px;
	margin-left: 20px;
}




.menu2
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #ffffff;
	margin: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
}



.linkMenu1
{
	color: #ffffff;
	text-decoration: none;
}


.linkMenu1:hover
{
	color: #000000;
	text-decoration: underline;
}



.linkMenu2
{
	color: #ffffff;
	text-decoration: none;
}


.linkMenu2:hover
{
	color: #e3e8c3;
	text-decoration: underline;
}



.content
{
	position: absolute;
	top: 130px;
	left: 230px;
	width: 400px;
	height: 600px;
	background-color: #ffffff;
	background-image: url(background-content.png);
	z-index: 4;
	margin: 0px;
	padding: 0px;
}



.contentText
{
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	height: 575px;
	overflow: auto;
}



.contentRight
{
	position: absolute;
	top: 130px;
	left: 630px;
	width: 200px;
	height: 600px;
	background-color: #d9d9d9;
	z-index: 4;
	margin: 0px;
	padding: 0px;
}




img.icon
{
	float: left;
	margin: 4px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 0px;
}


img.icon16
{
	float: left;
	margin: 1px;
	margin-right: 5px;
	border: 0px;
}



hr
{
	border: 0px;
	border-bottom: dashed 1px #888888;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 15px;
}



p
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}


h1
{
	font-family: Optima, serif;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


h2
{
	font-family: Optima, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 3px;
}


ul
{
	margin: 0px;
	list-style-type: square;
	padding: 0px;
	padding-left: 25px;
}


li
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}


a
{
	color: #0000cc;
	text-decoration: none;
}

a:hover
{
	color: #0000aa;
	text-decoration: underline;
}
