/* Dolson Law W3C CSS Level 2.1*/

body{
	background-color : #FFFFFF;
	text-align: center;
}

/* Image based & constrained background */
div.background{
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  background: url(pagefade.png);
  }

div.menu {
	color : #384B65;
	font-size : 12px; 
	font-family : "Helvetica Neue", sans-serif; 
	font-style : normal;
}

div.form {
	text-align: justify;
}

div.links {
	color : #384B65;
	font-size : 14px; 
	font-family : "Helvetica Neue", sans-serif; 
	font-style : normal;
}

div.notes {
	border : dashed 1px #AAAAAA;
	font-style : italic;
	padding : 7px;
	text-align: center;
}

div.bottomnavi {
	color : #384B65;
	text-align : center;
	font-size : 9px; 
	font-family : "Helvetica Neue", sans-serif; 
	font-style : normal;
}

a:link {
	color : #384B65;
	text-decoration : underline;
}

a:hover {
	text-decoration : none;
}

a:visited {
	color : #333333;
	text-decoration : underline;
}

a:active {
	color : #000000;
	text-decoration : underline;
}

td.stripe {
	background-color: #870019;
}

table.container {
	height : 100%;
}

table.leftmenu {
	height : 100%;
}

table.main {
	padding-top : 1cm;
	height : 100%;
	width : 660px;
	border-right : solid 1px #555555;
}

div.content {
	padding-right : .5cm;
	color : #384B65;
	text-align : justify;
	font-size : 13px; 
	font-family : "Helvetica Neue", sans-serif; 
	font-style : normal;
	height : 100%;
	overflow : auto;
	vertical-align: text-top;
/*		border: solid 1px green; */

}

div.contentcenter {
	padding-right : .5cm;
	color : #384B65;
	text-align : center;
	font-size : 13px; 
	font-family : "Helvetica Neue", sans-serif; 
	font-style : normal;
	height : 100%;
	overflow : auto;
	vertical-align: text-top;
	padding-bottom : 1.5cm;
}

div.image {
	bottom : 80px;	
	z-index : -1;
	height : 100%;
	text-align: center;
	vertical-align: top;
	font-size : 13px;
 	color : #384B65;
	font-family : "Helvetica Neue", sans-serif; 
	font-style : normal;
}

td.imagelow {
	height : 200px;
	text-align: center;
	vertical-align: bottom;
}

div.versiontag {
	color : #333333;
	font-size : 9px; 
	font-family : "Arial", sans-serif; 
	font-style : normal;
	text-align : right;
}

td.map {
	padding : 2px;
	text-align: center;
	font-size : 13px;
 	color : #384B65;
	font-family : "Helvetica Neue", sans-serif; 
	font-style : normal;
}