* {
  	margin: 0; 
  	padding: 0;
}

body, html  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  	background: #fffff;
	text-align: justify;
	line-height: 130%;
  	margin: 0; 
  	padding: 0;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}
  
#container {
  	width: 900px;  
  	background: #FFF url('images/container.jpg') repeat-y;
  	margin: 0 auto;
  	text-align: left;
} 
  
#header-logo { 
  	background: #FFF;
	text-align: center;
	height: 60px;
	padding: 20px 0 20px 0; 
}

header-image {
}

a {
	color: #f58220;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #cf630a;
}

a.selected {
	background-image:url(images/menu_selected.gif);
	background-attachment: fixed no-repeat;
	display: block; 
}

a.submenu_selected {
	background-image:url(images/submenu_selected.gif);
	background-attachment: fixed no-repeat;
	display: block; 
}
  
#menu {
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 26px;
	text-transform: uppercase;
	text-align: justify;
	background-color: #e6e7e8;
}

#menu ul, #menu li {
	float: left;
	margin: 0 21px 0 21px;
	list-style-type: none;
	line-height: 26px;
}

#breadcrumbs {
	font-size: 10px;
	padding: 5px 0 5px 0;
	background: #fff;
}

#submenu {
	float: left;
  	width: 150px;
	padding: 15px 0 0 0; 
}

#submenu a {
	color: #000000;
 	text-decoration: none;
 	text-transform: uppercase;
}

#submenu a:hover {
 	color: #cf630a;
}

#submenu ul {
	line-height: 40px;
	text-align: center;
}

#submenu li {
	list-style-type: none;
}

#content {
	float: left;
	width: 400px;
	margin: 0 0 15px 25px;
	text-align: justify;
} 
  
#home-image {
  	float: right;
  	background: #fff; 
}
  
#footer {
  	float: left;
	width: 100%;
	background: #fff;
	margin: 8px 0 8px 0;
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	padding: 0 0 5px 0;
}

h1.submenu {
	padding: 5px 0 5px 0;
}

p {
	padding: 5px 0 3px 0;
}

hr.dun {
	border: solid #e6e7e8 1px;
}

hr.dik {
	border: solid #e6e7e8 5px;
}

img {
	border: 0;
	vertical-align: top;
}

img.ref {
	border: #f58220 solid 2px;
}

td {
	line-height: 16px;
}

.clearfloat { 
  	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}