/* TITLE:  DCCPM Style Sheet 21 May 2006 */

/* # Common Styles # */
body {
	color: black;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 73%;
	padding: 0;
	background-color: #FFFFFF;
	margin: 0;
}

html > body {
	font-size: 9pt;
	margin: 0em;
	background-color: #FFFFFF;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
	display: none !important;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


link {
	background: inherit;
	background-color: inherit;
	color: #0066FF;
/*	hover: #FF0000; */
}

  	A:link {color:#0033FF; text-decoration: none} 
	A:visited {color:#000066} 
	A:hover {color:#FF0000} 
	A:active {color:#00FF00}  

/* # Header # */
#header {
	color: inherit;
	background-color: #6699ff;
	margin: 0em;
}

.headerTitle {
	margin: 0em;
  	padding: 0.25em 0mm 0.25em 0mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 100%;  /* For standards-compliant user agents */
}

.headerTitle span {
  font-weight: normal;
}

/* Added title pre-header (style = headermain-prehead70)  */
.headermain-prehead70 {
	font-size: 70%;
	font-style: italic;
	color: #333333;
	font-weight: bolder;
}
/* End headermain-prehead70 */
/* Added title pre-header (style = headermain-prehead70)  */
.headermain-sub70w {
	font-size: 70%;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
/* End headermain-sub70w */

.subHeader {
	color: #FFFFFF;
	background-color: #99ccff;
	font-size: 109%;
	text-align: center;
	margin: 0;
	border: 1px solid #FF9933;
	height: inherit;
	padding-top: .3ex 0 .3ex 0;
}

.subHeader a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex 0ex 0ex;
}

/* Nav subheader link settings */
.subHeader a:hover {
  color: #000000;
  background-color: #FFFFFF;
}
/* # END OF ALL HEADER COMMANDS # */

/* # Inserted New Sidebar text only # */
/* # Took ".leftSideBar .sideBarText" and  
".rightSideBar .sideBarText" to create single .sidebartext section # */
.sideBarText {
	line-height: 1.25em;
	font-size: 98%;
	margin: 1ex .6em 1ex .6em;
} 

/* # ENDS New Sidebar text only # */
/* # Left Side Bar # */
.leftSideBar {
	width: 15em;
	float: left;
	clear: left;
	background-color: #EFF5FF;
	margin: 0ex 0ex 0ex 0ex;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6699FF;
}

.leftSideBar .sideBarTitle {
	color: #000000;
	background-color: #6699FF;
	font-weight: bold;
	margin-top: 0px;
	padding: .8ex 1ex .8ex 1ex;
	text-align: center;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
	margin: 1ex;
	padding: 0 0 1.25ex 0.75ex;
	color: #000000;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}

/* # Right Side Bar # */
.rightSideBar {
	width: 15em;
	padding: 0;
	float: right;
	clear: right;
	background-color: #EFF5FF;
	margin: 0ex 0ex 0ex 0ex;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6699FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
}

.rightSideBar .sideBarTitle {
	color: black;
	font-weight: bold;
	margin-top: 0px;
	padding: .8ex 1ex .8ex 1ex;
	background-color: #6699FF;
	text-align: center;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}

/* # Main Copy # */
#main-copy {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 1.4em;
	margin: 0ex 0ex 0ex 16em;
	padding: 1ex 17em 1em 1em;
}

#main-copy h1 {
	color: #000000;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d8d2c3;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

#footer {
  color: black;
  background-color: #6699ff;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 1em 0em 0em 0em;
  padding: 1em 1em 1em 1em;
  clear: both;
}

#footer div {
  padding: 0 0 1ex 0;
}

/* # Add content headlines # */
.maincontenthead-h1i-175 {
  color: #0000FF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

.maincontenthead-h1n-175 {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
}

.maincontenthead-h1n-100 {
  color: #0000FF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}

.maincontenthead-h1n-150 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}

.maincontenthead-h1n-125 {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 125%;
  font-weight: bold;
}

.cat_head {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 1.5em 0 1em 0;
}
.bottomlinediv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4px;
	line-height: 1.5em;
	text-align: left;
}
