@media print {

html, body {
	margin: 0;
	height: 100%;
	min-width: 972px;
	  background: #006d49 top center url('../img/bg.jpg') repeat-y;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
   line-height:1.4em;
	color: #333333;
}

/*** Framework ***/

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 972px;
	text-align: center;
	margin-left: -1px;
}

* html body {
  margin-right: 1px;
  margin-left: 0px;
}

*+ html body {
  margin-left: -1px;
}

#main {
	position: relative;
	margin: 0 auto;
	margin-top: 0px;
	padding-bottom: 50px;
	width: 970px;
	
	text-align: left;
}


#col_left {
  display:none;
  
}


#col_middle {
  float: left;
  width: 480px;
	margin-left: 1px;  
  min-height: 600px;
  text-align: left;
}

* html #col_middle {
	margin-left: 0;
}

*+ html #col_middle {
	margin-left: 0;
}

#col_right {
 display:none;
}

#right_container {
	position: absolute;
	top: 0;
}

#container_teaser {
	position: absolute;
	top: 240px;
}

* html #container_teaser {
	position: absolute;
	top: 0;
	margin-top: 240px;
}

*+ html #container_teaser {
	position: absolute;
	top: 0;
	margin-top: 240px;
}

* html #right_container {
	left: 720px;
}

*+ html #right_container {
	left: 720px;
}

* html #logo {
	margin-bottom: -3px;
}

* html #col_right {
  width: 250px;
}

*+ html #col_right {
  width: 250px;
}

#content {
  min-height: 500px;
}



#logo {
  display:none;
}

#h1o {
display:none;
}
#h1u {
display:none;
}
 #h2u {
  display:none;
}

div.divider {
  width: 240px;
  height: 24px;
  background-color: #C4C0BC;
}

#h2o {
display:none;
}

#navigation {
 display:none;
}

#footer {
display:none}



/* elements */

.navitem {
  text-align: center;
  font-weight: bold; 
  float: left;
  
}

/** Left Navigation **/
ul#leftmenu {
dispaly:none}

/** Content Elements **/


p {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  padding: 0;
  padding: 0 24px 0 24px;
  margin-top: 0;
}

h1 {
  font-size: 26px;
  font-weight: bold;
  color: #006d49;
  padding: 0 24px 0 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

h1.imageheader {

   overflow: hidden;
   height: 36px;
   text-indent: 0em;
   white-space: nowrap;
   background-repeat: no-repeat;
   background-position: 999em 0;
   padding: 5px 24px 0 24px;
   margin-top: 26px;
   margin-bottom: 24px;
}

* html h1.imageheader {

   overflow: none;
   height: 36px;
   text-indent: 0;
   white-space: nowrap;
   background-repeat: no-repeat;
   background-position: 24px 0;
   padding: 5px 24px 0 24px;
   margin-top: 26px;
   margin-bottom: 24px;
}



h2 {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding: 0 24px 0 24px;
  margin-top: 0px;
  margin-bottom: 8px;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  line-height: 18px;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0 24px 0 24px;
}

h4 {
  background-color: #f2f0ed;
  color: #333;
  font-size: 13px;
  font-weight: bold;  
  text-align: left;
  height: 20px;
  padding-top: 4px;
  
  padding-left: 24px;
}

.green {
  color: #006d49;

}

.clear {
  clear:both;
}

.vesseltable {
	margin-left: -1px;
  border: 1px solid #ffff;
  width: 720px;
  padding: 0;
  
}

.vesseltable2 {
  border: 1px solid #ffff;
  width: 480px;
  padding: 0;
  
}

* html .vesseltable {
  margin-left: 0px;
}

*+ html .vesseltable {
  margin-left: 0px;
}


.vesseltable2 th,
.vesseltable th {
  background-color: #f2f0ed;
  color: #333;
  font-size: 11px;
  font-weight: bold;  
  text-align: left;
  height: 24px;
}

.vesseltable2 th.first,
.vesseltable th.first ,
.vesseltable2 td.first,
.vesseltable td.first {
  padding-left: 24px;
}
.vesseltable2 tr.first,
.vesseltable tr.first {
  
  height: 24px;
}

.vesseltable2 tr.first td,
.vesseltable tr.first  td{
  padding-top: 4px;
  
}

.vesseltable2 td,
.vesseltable td {
  color: #333;
  font-size: 11px;
  font-weight: normal;
  border-bottom: 1px solid #f2f0ed;
  padding-right: 0;
  height:20px;
}

.innertable {
  vertical-align:top;
  
}
.innertable tr {
  height:20px;
}

table.innertable td.first ,
table.innertable td{
  color: #333;
  
  
  font-size: 11px;
  font-weight: normal;
  border-bottom: 1px solid #f2f0ed;
  padding-right: 0;
  height:20px;
  
}

table.innertable td{
padding-left:3px;
}


#content ul {
 margin: 0px 20px 14px 40px;
	padding: 0;
	list-style-type: square;
  top:0px;
  color: #006d49;
}
/* offsetting the entire ul down */
* html #content ul { /* IE6 */
position: relative; 
top: .5em;
}
*:first-child+html #content ul { /* IE7 */
position: relative; 
top: .5em;
}

/* offsetting each li back up*/
* html #content ul li { /* IE6 */
vertical-align: top; 
position: relative; 
top: -.5em;
}
*:first-child+html #content ul li { /* IE7 */
vertical-align: top; 
position: relative; 
top: -.5em;
}

#content li {
  font-size: 13px;
  line-height: 24px;
  vertical-align:top;
  
  width: 420px;
  padding-bottom:0px;
  }
#content li p{
 vertical-align:top;
 padding:0;
 margin-bottom:0px;
}
  
#content ol {
  margin: 0px 20px 14px 0px;
	padding: 0px 0px 0px 18px;
  list-style-image: url(../img/arrow.gif);
	list-style-type: square;
  color: #006d49;
}

#content ol li {
  
}

#content hr {
	border: 0px;
	padding:0px;
  margin:0;
  padding-top: 10px;
	border-top: 1px solid #F2F0ED;
  width:480px;
  
}

img {
border:none;
}
/** Links **/

a {
  font-size: 11px;
  font-weight: bold;
  color: #006d49;
  border:0px;
}

a.uct_download {
  color: #4d4946;
  background-image: url(../img/download.gif);
  background-repeat: no-repeat;
  padding-left: 14px;
  text-decoration: none;
}

a.uct_download:hover{
  color: #006d49;
}

a.uct_arrow{
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  padding-left: 14px;
  text-decoration: none;
  color: #4d4946;
}

a.uct_arrow:hover{
  color: #006d49;
}

a.uct_arrow_special {
  background-image: url(../img/arrow2.gif);
  background-repeat: no-repeat;
  padding-left: 14px;
  text-decoration: none;
  color: #4d4946;
}

a.uct_arrow_special:hover{
  color: #006d49;
}

#col_right a {
  background-color: #C4C0BC;
  color: #4d4946;
  font-size: 11px;
  font-weight: bold;  
  text-align: left;
  height: 18px;
  padding: 0;
  padding-top: 4px;
  margin-bottom: 4px;
  /*margin-left: 10px;*/
  
  background-image: url(../img/arrow2.gif);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  padding-left: 18px;
  
  text-decoration: none;
  width:222px;
  display:block;

}
#col_right a:hover {
color: #006d49;
text-decoration: underline;

}

#col_right a.img_link {
  background-color: #f2f0ed;
  color: #333;
  font-size: 12px;
  font-weight: bold;  
  text-align: center;
  height: 100%;
  margin-top: 26px;
  margin-bottom: 0px;
  background-image: none;
  padding: 0;
  text-decoration: none;
  width:240px;
  display:block;

}

#col_right img {
  align:center;

}

/** Form **/

label {
  font-size: 11px;
  font-weight: bold;
  color: #b6b2af;
}

form div {
  padding-bottom: 8px;
}

form textarea {
  
}

form sup {
  padding: 2px;
  font-size: 10px;
  vertical-align: top;
  color: #000;
}

form .radiobtn {
  width: 50px;  
  font-size: 12px;
  vertical-align: top;
  margin-right: 30px;
}

form .fl {
  float: left;
  padding-right: 10px;
}

form .w68 {
  width: 66px;
}

form .w90 {
  width: 90px;
}

form .w168 {
  width: 168px;
}

form .w172 {
  width: 172px;
}

form .w246 {
  width: 246px;
}

form .w270 {
  margin-right: 4px;
  width: 270px;
}

form .w350 {
  width: 350px;
}


form .btn {
  margin-top: 18px;
  margin-left: 264px;
}

form .pad24 {
  padding-left: 24px;
}

.errorbox {
  padding-left: 24px;
}

.errorbox .item {
  padding: 0;
  padding-bottom: 4px;
  color: #f00;
  font-weight: bold;
  font-size: 12px;
}



/** Footer **/

#footer {
  background-color: #fff;
  
  border-top:0px solid #D6DBDE;

  padding: 0px 0px 8px 0px;
  color: #968F89;
  width: 480px;
}

#footer ul#footernav {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0pt;
  padding:0pt;
}

#footer ul#footernav  li{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  font-size: 10px;
  float:left;
  margin-bottom:2px;
  padding:0px 5px;
  width:40px;
}

#footer ul#footernav  li a{
  color: #968F89;
  text-decoration:none;
  text-transform: uppercase;
}

#footer ul#footernav  li a:hover{
color: #006D49;
text-decoration:none;
}

#footer ul#footernav  li.active a{
color: #006D49;
text-decoration:none;
}

#footer div.left {
  float:left;
  margin: 8px 0px 0px;
  padding:0px 70px 0px 10px;
}

#footer div.right {
  float:left;
  margin-top: 10px;
  padding-right: 8px;
}

#footer div.right  span{
  font-size:9px;
  font-weight: bold;
}

}