body {
	background-color: #E1E1E1;

}

H1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

H2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

a:hover {
	color: #000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

P {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.FooterText {
text-decoration: none;
text-align: center;
color: #808080;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

.FooterTextText {
text-decoration: none;
color: #808080;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

.FooterAddress {
text-decoration: none;
padding-left: 10px;
color: #555;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.FooterText:link {
text-decoration: none;
color: #808080;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

.FooterText:hover {
text-decoration: none;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}



#content, #header, #menu {
	clear:both;
	width:770px;
	margin:0px auto;
	text-align:left;

}

#content {
	background-image: url(../images/bgtexture2.gif);
	border-left: 1px solid #261808;
	border-right: 1px solid #261808;
	background-color: #fff;
}

#header {
	height: 120px;
	background: url(../images/dmtitle1.jpg) no-repeat #261808;
	border-left: 1px solid #261808;
	border-right: 1px solid #261808;
}

div.pdmenu {
	padding: 0px;
}

.pdmenu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.pdmenu li  {
	width:100px;
	margin: 20 -1px 0 0;
	padding: 0;
	color:black;
	text-decoration:none;
	float:left;
}

.pdmenu a {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	padding: 5px;
}

.pdmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #A9C95E;
}

.pdmenu li ul {
	display: none;
	padding: 10px;
}

.pdmenu li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:210px;
	border:0px solid black;
	background-color: #F0F0F0;
}

.pdmenu li li {
	border: none;
	width: 210px;
	}	

.pdmenu li li a {
	padding: 0 -5px 0 10px;
}

.support {
	clear: both;
}
