body { 
	margin:0px; 
	padding:0px;
	text-align: center;
	background: #FFFFFF;
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	color: #AAAAAA;
}

ul {
	font-size: 9pt;
}

h1 { 
	font-size: 10%;
	color: #FFFFFF;
	font-weight: bold;
}
h2 { 
	font-size: 110%;
	font-weight: bold;
}
h3 { 
	color:green;
}
h4 { 
	color:yellow; 
}

a {
	text-decoration:none;
	color: #AAAAAA;
	outline-color:invert;
	outline-style:none;
	outline-width:0;
}

a:hover {
	text-decoration: underline;
}

:-moz-any-link:focus {
  outline: none;
}

img {
	border:none;
}

img.faded {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

img.normal {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

img.navigation {
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}

img.navigationfaded {
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}


/* MAIN REGIONS */

#dproject {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align: middle;
}
#dcanvas {
	margin-top: 20px;
	width: 1000px;
	height: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#dmiddle {
	width:1000px;
	height:740px;
	padding:0px;
	background: white;}
html>body #dmiddle {
width: 1000px;
}

#dmleft {
	float: left;
	width: 300px;
	height: 740px;
}
#dmleftsub1 {
	width: 240px;
	height: 50px;
	margin-left: 60px;
	margin-top: 30px;
}
#dmleftsub2 {
	width: 240px;
	height: 580px;
	margin-left: 51px;
	text-align: left;
}
#dmleftsub3 {
	width: 240px;
	height: 40px;
	margin-left: 60px;
	text-align: left;
}

#dmcontentouter {
	float: left;
	display: table;
	height: 680px;
	width: 700px;
	#position: relative;
	overflow: hidden;
}

#dmcontentinner {
	width: 700px;
	#clear: both;
	#position: absolute; 
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* IE only */
html>body #dmcontentinner {
margin-top: 2px;
}

#dcentercontent {
	#position: relative; 
	#top: -50%;
}

#bigpic {
	text-align: center;
}

#navibox {
	margin-top: 10px;
	text-align: center;
}

table.formtable {
	cellspacing: 0px;
	cellpadding: 0px;
	border: 0px;
	width: 300px;
}

td.mainmenustatic {
	height: 22px;
}

td.mainmenu {
	height: 30px;
}

td.submenu {
	height: 30px;
}

td.submenutopmargin {
	height: 106px;
}

td.tmtitle {
	text-align: left;
	/*padding-top: 35px;*/
}

td.rowtext {
	vertical-align: bottom;
}

div.dformrow {
	height: 20px;
}
div.dformrowcmd {
	margin-top: 5px;
	min-height: 35px;
}
div.contactcol1 {
	float: left;
	padding-left: 150px;
	padding-right: 10px;
	width: 90px;
	text-align: right;
}
div.contactcol2 {
	float: left;
	width: 300px;
	text-align: left;
}
input.contacttxt{
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #777777;
	border: 1px #B0B0B0 solid;
}
textarea.contacttxt{
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #777777;
	border: 1px #B0B0B0 solid;
	overflow: auto;
}
span.matrixspacer {
	margin-left:60px;
}
