body {
	margin: auto;
	min-width: 78em;
	max-width: 78em;
	font-size: 0.85em;	
}

#container {
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px#999;
	box-shadow: 5px 5px 5px #999;		
	background: white;
}

#minor_nav {
	background: white;
	margin: 2em 0 0 0.5em;
	width: 13em;
}

#minor_nav dt {
	background-color: rgb(67,138,202);
	color: white;
	padding: 0.5em 0 0.25em 0;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	margin-bottom: 1em;
}

#minor_nav dd {
	margin-left: -1em;
}

#minor_nav ul {
	margin: 0 0 1.5em 0;
}

#minor_nav li {
	list-style: none;
	border-bottom: 1px dotted #CCC;
	padding: 0.75em 0 0.4em 1em;
}

#minor_nav li:hover {
	background: #FFFFCC;
}

#minor_nav ul>dl>dd>ul>li{
	list-style: square;
	border-bottom: none;
	padding: 0.5em 0 0.4em 0.25em;
	margin-left: 2em;
	font-size: 110%;
}

#minor_nav ul>dl>dd>ul>li:hover{
	background: #FFFFFF;
}

#minor_nav ul>dl{
	border-bottom: 1px dotted #999;
}

.secondLevelMenu {
	background-color: rgb(239,246,248);
	background-image: url(/psd/psd3/img/bluDownArr.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: none;
	color: black;
}

/* third level menu settings */
#minor_nav ul>dl>dd>ul>li>ul>li{
	list-style: circle;
	border-bottom: none;
	padding: 0.5em 0 0.4em 0;
	margin-left: 0;
}

.current_sub {
	font-weight: bold;
	color: black;
	list-style: none;
}

#content {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Liberation Sans", FreeSans, Arial, sans-serif;
	padding: 1.5em;
	line-height: 1.5;
	border-left: none;
	margin-left: 15em;
}

#content p {
	padding-left: 0;
}

#content dd {
	font-size: inherit;
}

#content ul {
	margin-left: 1em;
}

h1 {
	font-weight: normal;
	color: rgb(67,138,202);
	font-size: 1.9em;
}

h2 {
	font-weight: normal;
	color: #444;
	font-size: 1.5em;
	text-transform: uppercase;	
}

h2.titleCase {
	font-weight: normal;
	color: #444;
	font-size: 1.5em;
	text-transform: none;	
}


h3 {
	font-weight: bold;
	color: #666;
	font-size: 1em;
	text-transform: uppercase;	
	margin-top: 1.25em;
}

/******STYLES FOR STAFF PAGE*******/
.staffButtons {
	float: left;
	height: 24px;
}

table.staff td {
        color: black;
}

table.staff tr:nth-child(even) td {
        background-color: #FFFFCC;
    }

table.staff th {
        text-align: left;
}

table.staff tr:nth-child(odd) td {
        background-color: #FFFFFF;
}

table.staff {
  width:95%;
  border:0px;
  cellspacing:0px;
  cellpadding:0px;
} 

.staffButtons {
	float: left;
	height: 24px;
}

.caption {
	font-size: x-small;
	color: #666;
	font-style: normal;
}

.rtColSubTitle {
	font-weight: bold;
	font-size: 115%;
}

.related {
	border-bottom: none;
}

.dyk {  /* styles for 'Did You Know' text */
	border: none; 
	font-size: small; 
	line-height: 1.5;
	margin-bottom: 0;
}

.contact {
	background-color: white;
	background-image: url(/psd/img/icons/contact/goldEnvelope.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1em; 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999; 
	padding: 1em 0 1em 2.5em;
	font-size: 95%;
}

.contact a { margin-left: 5px; font-weight: bold; }

/* a div containing links to the organizations shown in the footer. */
#orgs {
	float: left;
	width: 45%;
	text-align: left;
	padding: 0em 0.2em 0em 0em;
}

#media_icons {
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#media_icons .fa {
	margin: 0 8px;
}

/* a div containing policy-type links shown in the footer. */
#policies {
	float: right;
	width: 35%;
	text-align: right;
}

.crumbs {
	font-size: 0.9em;
	margin: 0 0 1.5em 0;
	text-transform: uppercase;		
}
