body
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0;
	background: silver url(images/dpdbackground.jpg) repeat-y 50% 0;
}

a,a:visited
{
	color:red;
}

a:hover
{
	color:Black;
}

table
{
	margin-left: auto; 
	margin-right: auto;
}

input,textarea,select
{
	font-size:10px;
}

#contentcontainer
{
	position: relative;
	margin: 0 auto;
	padding: 0 1px;
	text-align: left;
	width: 728px;
}
#tabcontainer
{
	width: 708px;
	height: 25px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: white;
}

#minitabs
{
	margin: 0 auto;
	border-bottom: 1px solid gray;
	float: right;
}

#minitabs li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#minitabs a:link, #minitabs a:visited
{
	float: left;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: gray;
	border-bottom: 4px solid white;
	padding-bottom: 2px;
}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover
{
	border-bottom: 4px solid white;
	padding-bottom: 2px;
	background: white;
	color: BLACK;
}

#minitabs a:hover
{
	border-bottom: 4px solid GRAY;
	color: BLACK;
}
#pagetitle
{
	height: 100px;
	background-image: url(images/dpdheader.jpg);
	background-repeat: no-repeat;
}
#pagetitle span
{
	display: none;
}

#body1
{
	padding: 25px 25px 25px 15px;
	width: 160px;
	color: white;
	top: 150px;
	text-align:left;
}

#bodymain
{
	position: absolute;
	width: 475px;
	height: 400px;
	text-align: left;
	top: 155px;
	left: 215px;
}

#bodymain a
{
	margin-left:auto;
	margin-right:auto;
}

.header
{
	font-weight: bold;
	text-align:center;
}
.subheader
{
	font-weight: bold;
	text-align: left;
}
.headline
{
	font-weight: bold;
	font-size:10pt;
	text-align: center;
	line-height:18px;
}

.bold
{
	font-weight:bold;
}

#photoscroller
{
	height:100%;
	overflow:auto;
}

#watermark
{
	position: absolute;
	width: 542px;
	height:600px;
	text-align: left;
	top: 147px;
	left:189px;
}
#watermark
{
	background-image: url(images/dpdwatermark.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
}
hr
{
	width:85%;
	text-align:center;
}