/* CSS Document */

body {
	padding:0;
	margin: 0;
	font: normal .9em arial, sans serif;
	line-height:125%;
	/*background-image: url(images/body-back.gif);
	background-repeat: repeat;
	background-position: left top;*/
	background-color: #900000;
	
}
p {margin:  1em 10px;}
p.caption {font: italic bold x-small}
p.formula {font: bold times medium serif; text-align: center}
a {color: #003366;}
a:hover, a:focus, a:active {color: #515151;}
h1 {padding: 0; margin: .5em 1em .5em .10px;}
h2 {color: #080844; font: bold 135% arial, sans serif; padding: 0 0 .25em 10px;  margin:0; border-bottom: 1px dotted #080844}
h3 {color: #BA0000; font: bold 125% arial, sans serif; margin: 1.5em 1em .5em 10px; }
h4 {color: #080844; font: bold 110% arial, sans serif; margin: 1.5em 1em .5em 10px;}
.underline {border-bottom: 1px dotted #900000;}
img {border: 1px solid #B5B5B5; margin:0; padding:0;}
table {border: 1px solid #7480B4;background: #EEE; border-collapse: collapse; }
table.layout {border: none; background: white; border-collapse: collapse; }
.white {border:none; background: transparent;}
th {padding: 5px; font-weight: normal;}
td {padding: 5px 5px 5px 15px; border: none;}
table.layout td {border: none; padding 0 10px 0 10px;}
hr {border-top: 1px solid #7480B4;border-bottom: 1px solid #FFF; border-left: 1px solid #FFF; border-right: 1px solid #FFF;}
input, textarea {size: 1em; font-size: 1em;}

#outer{ 	
	background-color: #FFF;
	width: 770px; 
	margin: 10px auto;
	padding:0;
	/*border: 8px solid #900000;*/
	border-bottom: 2px solid #900000;

	}
#header {
	margin:0;
	padding:0;
	width: 770px;
	height: 100px;
	color: #D8D8D8;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/dpc_header_image.jpg);
	
}

#utility {	background-image: url(images/header_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	margin:0;
	padding: 0 0 0 20px ;
	height: 20px;
	width:25em;
	float:right;
	}

#utility ul{
margin: 0;
padding:0;
background-color:#900000;
	font-weight:bold;
	text-align: right;
	font-size: 95%;
	height:20px;
}
#utility ul li {list-style-type:none; display: inline;}
#utility a {color: #F2F2F2; text-decoration:none; margin-right: 1em;}
#utility a:hover {color: #B5B5B5;}

ul#home_nav {margin:0 0 0 15px; padding:0; }
ul#home_nav li {margin: 15px 0; padding: 0; list-style-type:none; }
ul#home_nav a {
	font-size: 125%;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px dotted #900000;
	color: #003366;
	line-height:150%;
}
ul#home_nav 
a:hover {color:#515151}

#nav {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	background-image:url(images/shadow_down.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #D7D7D7;
}

#nav ul{
margin: 0;
padding:8px 0 15px 0;
white-space: nowrap;
}
#nav ul li{
display:inline;
list-style-type: none;}

#nav ul li a {
	color: #900000;
	border: 1px dotted #900000;
	padding: .2em 1em;
	text-align: center;
	text-decoration: none;
	background-color:#fff;
	/*background-color: #B5B5B5;*/
}

#nav ul li a:hover
{
color: #FFF;
background-color: #036;
}

.center {
	text-align: center;
}
#main_right{width:49.5%; float: right; line-height:140%;}
#main_left {width: 49.5%; float: left;}

table.spotlight  {background-color:#fff; border:none; border-bottom: 1px dotted #900000;}
table.spotlight th { font-size: 125%; font-weight:bold;  border-bottom: 1px dotted #900000; border-top: 1px dotted #900000; vertical-align:text-top; background-color:#747474; color:#ffffff; }
table.spotlight td { vertical-align:top; border-right: 1px dotted #900000;}
table.spotlight strong {color: #900000; font-size:110%;}
.spot_left {background-color:#E0E0E0;}
.spot_center {background-color:#CACACA;}

#breadcrumb {color:#999999; margin: 0 10px 0 10px}
.subhead {color:#515151; font-size: 95%;} 

a.more {text-align:right; float:right; clear:left; margin-bottom: 1em;}
.clear {clear: both;}
.dark {background: #D7D7D7;}
.light {background: #F2F2F2;}
.heading {background: #B5B5B5; font-weight:bold;}
.heading td {padding: 5px 15px 5px 15px;}

.grey {color: #7480B4;}
.button {font: bold small verdana, arial, sans serif;background: #BBBEFF; height: 25px;}
.reset {font: normal 12px verdana, arial, sans serif;background: #D8D8D8; height: 25px; margin-left: 10px;}


#footer {clear: both;text-align: center; border-top: 1px solid #b5b5b5;padding: 10px 0 10px 0; font: normal small arial, sans serif;margin: 40px 0 0 0;}
#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#header img {
	margin: 10px;
}

.right {
float:right;
margin: 10px;
}
.left {
float:left;
margin: 10px;
}

.center {
text-align:center;
clear:both;
}
.tutorial_toc {
	float:right;
	width:200px;
	padding: .5em;
	margin: 0 0 0 1em;
	border-left: 1px dotted #900000;
	border-bottom: 1px dotted #900000;
	background-image: url(images/toc_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.tutorial_toc ul {
	list-style-position:inside;
	list-style-image: url(images/bullet.gif);
	padding:.5em;
	margin:0;
	line-height: 150%;
}

.tutorial_toc ul a {
	padding-left: .5em;
	margin:0;
}
.tutorial_toc p {
color: #900000;
font-weight:bold;
}
 ul#tutorial_nav
{
list-style-type: none;
margin: 0;
padding: .5em 10px;
}

ul#tutorial_nav li a
{
display: block;
width: 5em;
color: #FFF;
background-color: #036;
padding: .2em 0;
text-align: center;
text-decoration: none;
}

ul#tutorial_nav li a:hover
{
color: #FFF;
background-color: #69C;
}

ul#tutorial_nav .left { float: left; }
ul#tutorial_nav .right { float: right; }
.center {
	text-align: center;
}
.center_table {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.search_box {
width:300px;
float: right;
text-align:right;
	color: #FFFFFF;
	margin:0;
	padding: 0 10px 0 10px;
}
.home_search_box {
margin:15px 10px 0 10px;
text-align:right;
}
.caption {
font-style:italic;
}
.no_border {
border: none;
}
.sorted {
	background-image: url(images/down_arrow.gif);
	background-position: right center;
	padding-right: 15px;
	background-repeat: no-repeat;
	color:#900000;
}
.unsorted {
color:#900000;
}
.unsorted form {
padding: 0;
margin:0;
display: inline;
}
.unsorted form input {
font-size: 85%;
font-weight:bold;
padding:.2em;
margin:0;
color: #FFF;
background-color: #036; 
border-left: 5px solid #B5B5B5;
border-right: 5px solid #B5B5B5;
border-top:none;
border-bottom: none;
}
.tiny {
	font-size: .7em;
	margin-top: .2em;
}
/*SEARCH PAGE*/

/*Top categories*/
.cat1 {font-size: 16px; font-weight: bold; color:#0000FF}
.cat1:visited {font-size: 16px; font-weight: bold; color:#5555AA}


/*Page descriptions*/
.description{font-size: 13px; color:#000000}

/* Title/link of pages */
.title{font-weight:bold;}
.searchBox{border:1px solid #113377;}

.resultReport {text-align:center ;background-color:#e5ecf9; font-weight: bold}
.catBanner {background-color:#e5ecf9; font-weight: bold}
.webPageBanner {background-color:#e5ecf9; font-weight: bold}


/*main results table */
.results{width: 100% background-color:#FFFFFF; border:none;}

#header img {margin:0; padding:0; border:none;}
