/* CSS Document */
body {
  width: 100%;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: #0049aa;
  padding: 0;
  margin: 0;
  
  background: url(../img/bg_left.gif);
  background-repeat: repeat-y;
	background-position: 0 110px;
}

table, tr, td, th {
  font-size: 10pt;	
}

#box {
  width: 100%;
  height: 100%;
  background: url(../img/bg.gif);
  background-repeat: repeat-x;
}

p.h30 {
		display: block;
		height: 30px;
		padding: 0;
		margin: 0;
}

p.h26 {
		display: block;
		height: 26px;
		padding: 0;
		margin: 0;
}

#nav {	
  width: auto;
  height: 60px;
  color: white;
  font-size: 18pt;
  font-weight: bold;
  margin: 0 0 0 0px;
  padding: 0 0 0 182px;
  background-color: #0049aa;
}

.navigation {
	padding: 17px 0 0 0;
  font-size: 10pt;
  font-weight: normal;
}

.navigation a.navi_link {
	text-align: center;
	display: block;
	width: 100px;
	color: #ccc;
	float: left;
	border-left: 1px solid #fff;
}

#main {
  width: 75%;
  padding: 0 0 0 180px;
}

h1 {
  font-size: 24pt;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 0 0;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
  
  margin: 0 0 2px 0;
  padding: 0;
}
h3 {
	font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.content {
  margin: 0 0 10px 0;
}

h1.start {
  font-size: 24pt;
  font-weight: bold;
  text-transform: uppercase;
  padding: 50px 0 0 0;
}