* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #FFFFFF;
}

h1 {
	font: italic bold 24px "Times New Roman", Times, serif;
	padding: 0px 15px 15px 15px;
	color: Black;
}

h2 {
	font: normal normal bold 20px Arial, Helvetica, sans-serif;
	padding: 0px 15px 15px 15px;
	color: #00458C;
}

h3 {
	font: normal normal bold 14px Arial, Helvetica, sans-serif;
	padding: 20px 15px 15px 15px;
	color: Black;
}

p {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 0px 15px 0px 15px;
	color: Black;
}

a:link {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: Gray;
	text-decoration: none;
}

a:visited {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: Gray;
	text-decoration: none;
}

a:hover {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: Silver;
	text-decoration: none;
}

#box {
	width: 767px;
	margin-top: 20px;
	position:absolute;  
   margin-left:-388px; 
   left:50%;
}

#header {
	background: url(pics/header.gif) no-repeat bottom;
	height: 65px;
}

#header h1 {
	display: none;
}

#content {
	width: 767px;
	height: 520px;
	background: url(pics/bg.gif);
}

#text {
	margin-left: 70px;
	width: 620px;
}

.refprivat {
	float: right;
}

.held {
	float: right;
}

#logo {
	background: url(pics/logo.gif) center no-repeat;
	height: 120px;
}

#logoflash {
	height: 107px;
	padding-top: 13px;
	margin-left: 151px;
}

#logo p {
	display: none;
}

#footer {
	background: url(pics/footer.gif) no-repeat;
	height: 63px;
}

#footer p {
	display: none;
}

#navcontainer {
	margin: 20px 20px 20px 75px;
}

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 1px 0 1px 0;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 1px 35px 1px 35px;
	color: #00458C;
	border-right: 1px solid #CCCCCC;
	text-decoration: none;
}

ul#navlist li#active {
	color: #00458C;
	background-color: #EEEEEE;
}

#navlist a:hover {
	color: #00458C;
	background-color: #DDDDDD;
}
