
body
{
	background-color: #DAD8C5;
	color: #4B4640;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 9px;
	padding: 0%;
	text-align: center;
}


/* div container */

#container
{
	width: 759px;
	background-color: #F0EFE8;
	padding: 0px;
	margin: 0px auto;
}

#header
{
	text-align: left;
	height: 65px;
	width: 759px;
	margin-bottom: 32px;
	background-color: #ffffff;
}

#footer
{
	clear: both;
}


/* content columns */

#colleft
{
	text-align: left;
	float: left;
	width: 147px;
	padding: 0px 22px 60px 10px;
}

#colcenter
{
	text-align: left;
	float: left;
	width: 404px;
	margin-right: 10px;
	line-height: 18px;
}

#colright
{
	text-align: left;
	float: left;
	width: 157px;
}


/* header */

div.headerlogo
{
	float: left;
}

div.headertitle
{
	float: left;
}

h2.header
{
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

div.headerselectlang
{
	float: right;
	margin-top: 3px;
	margin-right: 4px;
}

/* navigation */

a.navpointlo
{
	display: block;
	width: 134px;
	height: 17px;
	padding-left: 12px;
	padding-top: 2px;
	background-color: #ffffff;
	background-image:url(/images/bg_navlo.gif);
	margin-bottom: 2px;
	text-decoration: none;
}

a.navpointlo:hover
{
	background-color: #ffffff;
	background-image:url(/images/bg_navhi.gif);
}

a.navpointhi
{
	display: block;
	width: 134px;
	height: 17px;
	padding-left: 12px;
	padding-top: 2px;
	background-color: #ffffff;
	background-image:url(/images/bg_navhi.gif);
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
}

a.navpointhi:hover
{
	background-color: #ffffff;
	background-image:url(/images/bg_navhi.gif);
}


/* sitemap */

a.sitemap
{
	padding: 2px 10px;
	margin-bottom: 8px;
	width: 300px;
	display: block;
	text-decoration: none;
	background-color: #F7F6EC;
}

a.sitemap:hover
{
	padding: 2px 10px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFEF5;
}

a.sitemapl1
{
	padding: 2px 10px;
	margin-bottom: 8px;
	width: 300px;
	margin-left: 20px;
	display: block;
	text-decoration: none;
	background-color: #F7F6EC;
}

a.sitemapl1:hover
{
	padding: 2px 10px;
	margin-left: 20px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFEF5;
}

/* content styles */

h2.content
{
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}


/* standard html elements */

ul
{
	margin-top: 4px;
}

li
{
	margin-left: -14px;
	list-style-type: square;
	list-style-image: url(/images/icon_list.gif);
}

b
{
	color: #333333;
}

a
{
	color: #4B4640;
}

a:hover
{
	color: #000000;
}

a.nounderline
{
	text-decoration: none;
}

a.nounderline:hover
{
	text-decoration: none;
}



/* box styles */

div.box
{
	text-align: center;
	width: 157px;
	background-color: #ffffff;
	background-image:url(/images/box_bg.gif);
	margin-bottom: 12px;
}

div.boximage
{
	width: 157px;
	height: 115px;
	background-color: #ffffff;
	background-image:url(/images/boximage_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}


/* footer styles */

div.footerleft
{
	float: left;
	text-align: left;
	width: 178px;;
	background-color: #F0EFE8;
	height: 110px;
}

div.footercenter
{
	float: left;
	text-align: left;
	width: 404px;
	background-color: #F0EFE8;
	height: 110px;
}

div.footerright
{
	float: left;
	text-align: right;
	width: 177px;
	background-color: #F0EFE8;
	height: 110px;
}

a.footer
{
	text-decoration: none;
}

a.footer:hover
{
	text-decoration: underline;
}


.buttonpappert
{
	margin-left: 4px;
	margin-bottom: 4px;
}


/* trash */

.error
{
	color: #ff0000;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

