body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	line-height: 1em;
	color: #000;
}

h1 {
	font: normal small-caps bold 19px "Times New Roman", Times, serif;
	/*text-indent: 10px;*/
}

p {
	font: normal small-caps normal 14px "Times New Roman", Times, serif;
	line-height: 20px;
}

ul {
	margin: 20px 0 0 35px;
	font: normal small-caps normal 14px "Times New Roman", Times, serif;
}

li {
	margin: 0px;
}

div#base {
	position: absolute;
	width:885px; 
	height:660px; 
	top:50%; 
	left:50%;
	margin:-335px auto auto -443px; 
	border: 0px solid white; 
	text-align:center;
	color: blue;
	background-image: url('../images/DPC.jpg');
	background-color: #FFF;
	z-index: 1;
}

div#base2 {
	position: absolute;
	width:885px; 
	height:660px; 
	top:50%; 
	left:50%;
	margin:-335px auto auto -443px; 
	border: 0px solid white; 
	text-align:left;
	color: #000;
	background-image: url('../images/DPC_bkgrnd.jpg');
	background-color: #FFF;
	z-index: 1;
}

div#content {
	width: 345px;
	margin: 60px auto auto 80px;
}

div#content2 {
	width: 645px;
	margin: 60px auto auto 80px;
}

div#logo {
	position: absolute;
	width: 253px;
	height: 153px;
	top:50%; 
	left:50%;
	margin:170px auto auto 80px; 
	background-image: url('../images/dc_logo.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dc_logo.png', sizingMethod='image');
	background-color: transparent;
	z-index: 15;
}

div#nav {
	font: normal small-caps normal 12px "Times New Roman", Times, serif;
	position: absolute;
	width: 425px;
	height: 53px;
	top:50%; 
	left:50%;
	margin:285px auto auto -280px; 
	background-color: transparent;
	z-index: 15;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #2A569F;
	text-decoration: underline;
}

a:visited {
	color: #111;
	text-decoration: none;
}

a:visited:hover {
	color: #000;
	text-decoration: underline;
}