﻿body { 
	margin:0px; 
	padding:0px;
	text-align: center;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	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;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
}


/* MAIN REGIONS */

#dproject {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align: middle;
}
#dcanvas {
	margin-top: 20px;
	width: 1024px;
	height: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 3px #F0F0F0 solid;
}
#dheader {
	width: 1024px;
	height: 40px;
	text-align:center;
	background: #FFF;
	padding-top: 20px;
}
#dmiddle {
	width:1024px;
	height:500px;
	padding:0px;
	background: white;}
html>body #dmiddle {
width: 1024px;
}

#dmleft {
	float: left;
	width: 162px;
	height: 500px;
}
#dmleftsub1 {
	width: 152px;
	height: 300px;
	padding-top: 150px;
	padding-left: 10px;
}
#dmleftsub2 {
	width: 152px;
	height: 50px;
	padding-left: 10px;
	text-align: right;
}
#dmright {
	float:left;
	width: 162px;
	height: 500px;
}
#dmrightsub1 {
	width: 162px;
	height: 250px;
	padding-top: 200px;
	text-align: center;
}
#dmrightsub2 {
	width: 162px;
	height: 50px;
	text-align: left;
}

#dfooter {
	width:1024px;
	height:120px;
	margin-top: 10px;
	background: #FFFFFF;
	text-align: center;
}
#dfootercredits {
	width: 1024px;
	height: auto;
	text-align: center;
}
table.formtable {
	cellspacing: 0px;
	cellpadding: 0px;
	border: 0px;
	width: 300px;
}
div.dformrow {
	min-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;
}