BODY {
	background: #F7F7F7 url(images/paper.gif);
	color: #000000;
	font-family: bookman old style, times, serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
DIV, UL, LI, H1, H2, A, IMG, P, OBJECT {
	border: 0px;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
A, A:visited, A:hover {
	text-decoration: none;
}
#body {
	background: #DFE6EB url(images/back.gif);
	border: 1px solid #000000;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 680px;
}

#topbar {
	background: #00407A url(images/logo.gif) no-repeat;
	background-position: 30px 0px;
	border-bottom: 1px solid #000000;
	height: 62px;
	padding-left: 160px;
	width: 520px;
	vertical-align: middle;
}

#languagemenu {
	float: right;
	height: 30px;
	margin: 4px 0px;
}
#languagemenu IMG {
	float: left;
	height: 30px;
	margin-right: 4px;
	width: 30px;
}
#languagemenu A {
	color: #B7C6DC;
	float: left;
	line-height: 30px;
	margin-right: 8px;
}
#languagemenu A:hover {
	color: #FFFFFF;
}

#topmenu {
	background: #6F8DB9 url(images/shine.gif) repeat-x;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	clear: right;
	height: 23px;
	padding-left: 30px;
}
#topmenu A {
	color: #FFFFFF;
	float: left;
	line-height: 23px;
	padding: 0px 20px;
}
#topmenu A:hover {
	color: #000000;
	background: #B7C6DC url(images/shinelight.gif) repeat-x;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0px 19px;
}
#topmenu LI {
	float: left;
}

#menu {
	float: left;
	padding: 0px 0px 20px 19px;
	vertical-align: middle;
}
#menu H1 {
	background: #6F8DB9 url(images/shine.gif) repeat-x;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	line-height: 23px;
	margin-top: 20px;
	text-align: center;
	width: 120px;
}
#menu UL {
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 120px;
}
#menu A {
	border-bottom: 1px solid #000000;
	color: #000000;
	line-height: 21px;
	padding: 0px 10px;
	width: 100px;
}
#menu A:hover {
	background: #92AAC9;
	color: #FFFFFF;
}

#content {
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: right;
	width: 479px;
	margin-bottom: 20px;
	padding: 10px 20px;
}
#content A {
	color: #00407A;
	display: inline;
	text-decoration: underline;
}
#content A:hover {
	color: #000000;
	text-decoration: none;
}
#content H1 {
	color: #6F8DB9;
	font-family: verdana, arial, sans-serif;
	font-size: 14pt;
	padding-bottom: 8px;
}
#content H2 {
	color: #6F8DB9;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	padding-bottom: 8px;
}
#content P, #content UL {
	padding-bottom: 8px;
	text-align: justify;
}
#content UL LI {
	display: list-item;
	list-style: square inside;
}
#content .left {
	float: left;
	margin-right: 10px;
}
#content .right {
	float: right;
	margin-left: 10px;
}
#content .code {
	font-family: courier new, courier, serif;
	font-size: 8pt;
	text-align: left;
}

#bottombar {
	background: #00407A;
	border-top: 1px solid #000000;
	clear: both;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 14px;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
}