﻿body {
	font-family: arial, "times new roman", sans-serif;
	font-size: 1em;
	color: black;
	background-color: white;
}

img {
border: 0px;
}

div#section {
	font-family: arial, "times new roman", sans-serif;
	font-size: 31pt;
	position: absolute;
	top: 115px;
	left: 177px;
	color: white;
	background-color: black;
}

div#leftnav {
	background-color: #ffffcc;
	color: black;
	position: absolute;
	left: 0px;
	top: -23px;
	width: 127px;
	height: 408px;
}

table.background {
	color: black;
	background-color: #ebedff;
}

table.withBorder tr.odd{
	background-color:	#ebedff;
}

div#topborder {
	background-color: #ebedff;
	position: absolute;
	top: 192px;
	left: 127px;
	height: 24px;
	width: 673px;
	color: black;
}

div#navlinks {
text-align: right;
}

div#content {
	position: absolute;
	left: 0px;
	color: black;
	background-color: white;
	background-image: url("../images/design/border.gif");
	background-repeat: repeat-y;
	padding-left: 165px;
	margin-left: 0px;
	top: 216px;
	border-right: 18px solid #ebedff;
	padding-top: 0px;
	width:617px;
	min-height: 408px; 
	}
	
	/* for Internet Explorer */
* html div#content {
height: 408px;
}

div#navbar {
	position: absolute;
	height: 32px;
	top: 160px;
	width: 800px;
	left: 0px;
	background-color: #8b90b3;
	color: black;
	padding: 0px;
	text-align: right;
}

div#navbar a:link {
	background-color: #8b90b3;
	color: black;
	text-decoration: none;
}

div#address {
	position: absolute;
	background-color: #ffffcc;
	top: 330px;
	left: 13px;
	color: #000066;
	font-size: 10px;
	font-family: arial, "times new roman", sans-serif;
	text-align: left;
	font-weight: bold;
}

div#top {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../images/design/dpspagetc1_01.gif");
	height: 163px;
	width: 800px;
}

div#footer {
	color: #666;
	background-color: white;
	font-weight: bold;
	position: relative;
	margin-left: 130px;
	width: 345px;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	bottom: 5px;
	height: 30px;
}

div#footer a:link {
	font-weight: bold;
	color: #666;
	background-color: white;
	text-decoration: none;
}

div#footer a:visited {
	font-weight: bold;
	background-color: white;
	color: #666;
	text-decoration: none;
}

div#footer a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
	background-color: white;
}

	#url {display: none}

@media print { 
	div#top {display: none;}
	div#topborder {display: none;}   
	div#navbar {display: none;} 
	div#leftnav {display: none;}
	div#footer {display: none;} 
	div#section {background-color: white; color: black; margin-left: auto; margin-right: auto; top: 20px; } 
	div#address {display: none;}
	div#content {position: relative; float: left; top: 0px; margin-top: 70px; left: 10px; padding: 0px; width: 650px; border: 0px;}
}


