body { 
	margin:0px; 
	padding:0px;
	background: #BBD6E8;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
}

table {
	border: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

tbody {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

td {
	border: 0px;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font-size: 9pt;
}

h1 { 
	font-size: 120%;
	font-weight: bold;
	margin:10px 0px 10px 0px;
	color: #EB8D1D;
}
h2 { 
	font-size: 100%;
	font-weight: bold;
	margin: 14px 0px 7px 0px;
}
h3 { 
	color: #BBD6E8;;
}
h4 { 
	color: #BBD6E8;; 
}

a {
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 7px;
}


p {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Kill space after images in Firefox... */
div.csc-textpic-clear {
	clear: none;
	height: 7px;
}


div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: none;
	height: 30px;
}

div.csc-textpic div.csc-textpic-imagecolumn {
	float: none;
	display: block;
}

div.csc-textpic div.csc-textpic-intext-left-nowrap {
	background: blue;
	clear: both; float: left;
}




/* MAIN REGIONS */

#dproject {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align: middle;
	background: #BBD6E8;
}
#dcanvas {
	margin-top: 70px;
	width: 769px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px #EB8D1D solid;
	background: #FFFFFF;
}
#dheader {
	width: 769px;
	height: 108px;

}
#dheaderleft {
	float: left;
	width: 233px;
	height: 108px;
	background-image: url('../images/header_top_left.gif');
	background-repeat: no-repeat;
}
#dheaderright {
	float: left;
	width: 536px;
	height: 108px;
	background-image: url('../images/header_top_right.gif');
	background-repeat: no-repeat;
}
#dmiddle {
	clear: both;
	width: 769px;
	height:auto;
	background: white;
	background-image: url('../images/navigation_bkg.gif');
	background-repeat: repeat-y;
}
#dnavigation {
	float: left;
	width: 233px;
	min-height: 507px;
}
/* for Internet Explorer */
/*\*/
* html #dnavigation {
height: 507px;
}
#dnavigationnav {
	width: 190px;
	height: auto;
	padding-left: 24px;
	margin-top: 10px;
	vertical-align: bottom;
	text-align: bottom;
}
#dnavigationtxt {
	postion: absolute;
	width: 190px;
	height: 65px;
	font-size: smaller;
	padding-left: 24px;
}
#dcontent {
	width: 490px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 253px;
	padding-right: 20px;
	min-height: 507px;
}
/* for Internet Explorer */
/*\*/
* html #dcontent {
height: 507px;
}

td.phonefax {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #444444;
}

.act {
	font-weight: bold;
	text-decoration: underline;
	padding: 2px;
}

.no {
	color: #000000;
	font-weight: bold;
	padding: 2px;
}

.subnav {
	font-size: 100%;
}

/* INPUT FORM */
input.mf-input {
	margin: 3px;
}

textarea.mf-text {
	margin: 3px;
}










