﻿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: 1000px;
	height: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#dheader {
	width: 1000px;
	height: 190px;
	text-align:center;
	background: #FFF;
	padding-top: 20px;
}
#dmiddle {
	width:1000px;
	height:500px;
	padding:0px;
	background: white;}
html>body #dmiddle {
width: 1000px;
}

#dmleft {
	margin-left: 0px;
	margin-top: 200px;
	float: left;
	width: 60px;
	height: 500px;
}

#dmright {
	float:left;
	margin-left: 100px;
	margin-top: 20px;
	width: 300px;
	height: 500px;
}


