body
{
	margin: 0;
	padding: 0;
	padding-top: 20px;
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-image: url(layoutImages/bgPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0041D3;
	text-align: center;
}

img { border: 0; }

.page
{
	position: relative;
	margin: auto;
	width: 720px;
	text-align: left;
}

.menu
{
	width: 720px;
	height: 37px;
	margin-top: 60px;
	margin-bottom: 50px;
	background-image: url(layoutImages/bgMenu.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: white;

}

.menu a
{
position: relative;
left: 20px;
top: 5px;
font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid white;
}

.menu a:hover
{
background-color: #0160DE;
}

.menu img
{
	position: relative;
	top: 4px;
	left: 13px;
}

.content
{
	color: white;
}

.content a
{
	font-weight: bold;
	color: orange;
}

.content p
{
	padding-left: 15px;
	padding-right: 15px;
}

.content h1
{
	color: white;
	text-transform: uppercase;
	font-size: 100%;
}

.infoBoxWrapper
{
margin-top: 10px;
	border-spacing: 5px;
}

.infoBoxWrapper td
{
	position: relative;
	width: 32%;
	background-image: url(layoutImages/separator.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0;
	padding-right: 10px;
	vertical-align: top;
}

.infoBoxWrapper td p
{
	margin: 0;
	padding: 8px;
	background-image: url(layoutImages/bgInfoBox.png);
	background-repeat: repeat-x;
}

.infoBoxWrapper h2
{
	color: white;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	text-transform: uppercase;
	position: relative;
	left: 20px;
}

.boxBg
{
	position: relative;
	top: -45px;
	background-repeat: no-repeat;
	padding-left: 100px;
}

.boxBottomBg
{
	margin-top: 2px;
	background-image: url(layoutImages/bgBoxReflect.png);
	background-repeat: repeat-x;
}

.logo
{
	position: relative;
top: 0px;
left: 50px;
}

.normalHeadings h1
{
	font-size: large;
}

.normalHeadings h2
{
	font-size: medium;
	text-decoration: underline;
}

.normalHeadings a
{
	color: orange;
}

.normalHeadings h1 a
{
	color: orange;
}

.origin
{
	font-size: small;
	position: relative;
	top: -14px;
}

#kokon
{
	position: absolute;
	top: 25px;
	left: 490px;
}

.links
{
	color: white;
	font-size: x-small;
	margin-top: 30px;
}

.links a
{
	font-weight: bold;
	color: white;
}